commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
1b68191cdb011dd86804509c0a1291acf841a40d
--- packages/allspark-foundation/src/Feature/README.md @@ -202,7 +202,7 @@ MyFeature.createModule({ }); ``` -See [Allspark Translation: Translation Resources](../Translation/README.md#translation-resources) for configuration details. +See [Allspark Translation: Translation Resources](../Translation/README.md#transl...
chore: readme updates
chore: readme updates
b1683fdfea690166c2c271bb91d058b0fb2b86a9
--- package-lock.json @@ -3328,9 +3328,9 @@ "integrity": "sha512-EQAXiiNzF4D/LqiAH06fsC9PjtCLgi1XKJhK9wbKf0UPlJvIRruy6lO5mrqVNGo1RdkeuY7Kv/jaQ5bCmOBeUQ==" }, "@walmart/exception-mini-app": { - "version": "0.28.0-rc.1", - "resolved": "https://npme.walmart.com/@walmart/exception-mini-app/-/exce...
pinpoint and settings version bump
pinpoint and settings version bump
bd7fab3b69fc938faa93b4a928a14dcff47d7061
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/wmconnect-mini-app", - "version": "3.7.0-alpha.0", + "version": "3.7.0-alpha.20", "main": "dist/index.js", "files": [ "dist",
chore(wmconnect): bump version to 3.7.0-alpha.20 for QA build
chore(wmconnect): bump version to 3.7.0-alpha.20 for QA build
ae0283b6e8e2f99753c8f93afc7308718de30487
--- core/src/navigation/USHallway/AssociateHallwayNav/MainStackNav.tsx @@ -473,7 +473,7 @@ const MiniAppScreens = createMiniAppScreens(MainStack, [ clockCheckEnabled: false, }, { - featureId: FEEDBACK_ME, + featureId: MINI_APPS.FEEDBACK_ME, name: 'FeedbackDialogScreen', component: FeedbackDia...
fix: add MINI_APPS.FEEDBACK_ME
fix: add MINI_APPS.FEEDBACK_ME
2c50a566ba2e10d297c6a4c768b868b7b5b2e89e
--- ios/Podfile.lock @@ -2232,7 +2232,7 @@ PODS: - FirebaseMessaging (<= 10.18.0) - StructuredLogAssistantIOS (= 0.0.7) - TOCropViewController (2.6.1) - - topstock-mini-app (1.10.8): + - topstock-mini-app (1.12.0): - React - VisionCamera (3.7.1): - React @@ -2899,7 +2899,7 @@ SPEC CHECKSUMS:...
reverting yoga and cocopodods changes
reverting yoga and cocopodods changes
7d58c206eaa8cfca317f311778a9b2cc4a29c401
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 140 + versionCode 143 versionName "1.1.0" } ...
bumping version code/build number
bumping version code/build number
fa938cde629058db30ab5ac5561900923e279d94
--- android/app/build.gradle @@ -153,8 +153,8 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 888 - versionName "1.7.5" + versionCode 894 + ver...
version bump to 1.8.0
version bump to 1.8.0
47b690aa5dfddcfca73fd01d620c15e8b651fc41
--- __tests__/permissions/__snapshots__/LocationScreenTest.tsx.snap @@ -90,6 +90,7 @@ exports[`LocationScreen matches snapshot 1`] = ` isLoading={false} onPress={[Function]} testID="enableButton" + variant="primary" > continueButton </Button> --- __tests__/permissions/__snap...
fix(ui): ALLSPARK-5807 add primary variant to continue button (#4045)
fix(ui): ALLSPARK-5807 add primary variant to continue button (#4045) * fix(ui): ALLSPARK-5807 add primary variant to continue button * fix(ui): ALLSPARK-5807 update test snapshots to include variant --------- Co-authored-by: Shubhang Shah <s0s0zug@homeoffice.wal-mart.com>
ab9189db7a03af7cc197eb6ed35a233d35d5c764
--- src/index.tsx @@ -46,7 +46,7 @@ AllsparkComponentContainers.add( RosterWidget, ); -const Header = (props: any) => { +const Header = () => { const {t} = useTranslation([MY_TEAM_I18N_NAMESPACE]); return ( <HubHeader title={t('hubheader.title')} subText={t('hubheader.subText')} /> @@ -59,7 +59,7 @@ Al...
Update manager expeirence params
Update manager expeirence params
662a89655574a6bf987774c3317fdbe7a93adfa2
--- packages/allspark-foundation/__tests__/Permissions/PermissionsManager.test.ts @@ -1,5 +1,5 @@ import { PermissionsManager } from '../../src/Permissions/PermissionsManager'; -import { ReactNativePermissionsService } from '../../src/Permissions/ReactNativePermissionsService'; +import { RNPermissionsService } from '....
refactor(permissions): renamed permissions service to match other rn prefix
refactor(permissions): renamed permissions service to match other rn prefix
634e2f0656c8b245115bd02992be1f9497b1ddec
--- core/__tests__/navigation/USHallway/AssociateHallwayNav/Tabs/__snapshots__/MeStackNavTest.tsx.snap @@ -3,6 +3,7 @@ exports[`MeStackNav headerLeft of initial screen match snapshot 1`] = ` [ <IconButton + accessibilityLabel="menu.drawerButton" color="white" disabled={false} onPress={[Function]}...
fix: updated snapshots
fix: updated snapshots
ffe993ededd7bdb8fed258b5f5c7d41ad85d5a53
--- package.json @@ -112,7 +112,7 @@ "@walmart/ims-print-services-ui": "2.11.3", "@walmart/inbox-mini-app": "0.94.6", "@walmart/iteminfo-mini-app": "7.13.2", - "@walmart/learning-mini-app": "20.0.30", + "@walmart/learning-mini-app": "20.0.31", "@walmart/manager-approvals-miniapp": "0.2.4", ...
feat: :sparkles: Bump learning mini app version to 20.0.31
feat: :sparkles: Bump learning mini app version to 20.0.31
6b51aaf0ca90e4ed657d75cebe7814c70e5c8119
--- src/screens/MessagesScreen.tsx @@ -160,11 +160,13 @@ export const MessagesScreen: FC<MessagesScreenProps> = (props) => { .limit(PAGE_SIZE) .onSnapshot( (snapshot) => { + if (snapshot.empty) { + setIsLoading(false); + } const docs = snapshot...
no messages and data loading screen fix
no messages and data loading screen fix
0e1f90fcbb2503b33826cf78acb317331449561b
--- package-lock.json @@ -36171,4 +36171,4 @@ } } } -} +} \ No newline at end of file --- package.json @@ -336,4 +336,4 @@ "pre-push": "run-p solidarity coverage" } } -} +} \ No newline at end of file
Update profile to 0.138.1
Update profile to 0.138.1
0495a2874b8b94ada601f2c0327fce59004b804a
--- package.json @@ -133,7 +133,7 @@ "@walmart/pay-stub-miniapp": "0.24.11", "@walmart/payrollsolution_miniapp": "0.151.9", "@walmart/persona-hub": "0.3.3", - "@walmart/price-changes-mini-app": "1.13.5", + "@walmart/price-changes-mini-app": "1.14.4", "@walmart/profile-feature-app": "2.8.1-UPV2...
feat: OPIF-209344 Updates to SIC/TPA by style grouping flow (#4566)
feat: OPIF-209344 Updates to SIC/TPA by style grouping flow (#4566) * feat: OPIF-209344 Updates to SIC/TPA by style grouping flow * feat: OPIF-209344 Updates to SIC/TPA by style grouping flow * feat: OPIF-209344 Updates to SIC/TPA by style grouping flow * feat(pc): fix conflicts --------- Co-authored-by...
aacb7269c789c604f1d6c421a82b5bbf312b8613
--- src/index.tsx @@ -23,8 +23,6 @@ import {initNotificationListeners} from './notification'; import {initi18n} from './translations'; import {MeganavScreen} from './screens/MeganavScreen'; import {ClockedOutScreenGuard} from './components/ClockedOutScreenGuard'; -import {ChannelsContext} from './channels/context'; ...
revert file change
revert file change
b079eab56551ac370795c6eea5c7adeb0ef5df41
--- package-lock.json @@ -4398,9 +4398,9 @@ } }, "@walmart/refrigeration-alarms-mini-app": { - "version": "1.22.0", - "resolved": "https://npme.walmart.com/@walmart/refrigeration-alarms-mini-app/-/refrigeration-alarms-mini-app-1.22.0.tgz", - "integrity": "sha512-UMO/DIFjtepBI4tLDGEMEQJqT...
Version bump
Version bump
58cffa58569edbcd00112b27bf8022e11450bab6
--- package.json @@ -187,11 +187,6 @@ } } }, - "dependencies": { - "expo": "^51.0.0", - "react": "18.2.0", - "react-native": "~0.75.4" - }, "config": { "commitizen": { "path": "./node_modules/@digitalroute/cz-conventional-changelog-for-jira",
feat(ui): update scripts
feat(ui): update scripts
27eec9013dda9570ced1a17ffdd9155f16b9ee1d
--- package.json @@ -49,7 +49,7 @@ "dependencies": { "@react-native-community/art": "^1.2.0", "@react-native-community/async-storage": "^1.11.0", - "@react-native-community/cameraroll": "^4.1.2", + "@react-native-community/cameraroll": "4.1.2", "@react-native-community/clipboard": "^1.5.0", ...
Resolved code review comments
Resolved code review comments
a838dce336a95f02c92a8a40cb115679a1c5b643
--- packages/allspark-foundation/__tests__/Navigation/client.test.tsx @@ -134,6 +134,7 @@ describe('NavigationClient', () => { }); it('add a screen change listener when handler is a function', () => { const mockHandler = jest.fn(); + console.log(typeof mockHandler); navigationClient.addScreenChangeLi...
fix: fixing a failed test - unrelated change
fix: fixing a failed test - unrelated change
fa1d045465f519702211ff7512912fdc6f759467
--- android/gradle.properties @@ -26,7 +26,7 @@ android.useAndroidX=true android.enableJetifier=true # Version of flipper SDK to use with React Native -FLIPPER_VERSION=0.172.0 +FLIPPER_VERSION=0.182.0 # Use this property to specify which architecture you want to build. # You can also override it from the CLI us...
update config and flipper version
update config and flipper version
c6feedfdf5eca4ffe578898a2dd3d7365cef8ecf
--- __tests__/components/AssociateRosterItem.test.tsx @@ -199,8 +199,10 @@ describe('AssociateRosterItem', () => { last={false} />, {preloadedState}, - ) as RenderAPI; + ); const pttButton = component.getByTestId('pttButton'); fireEvent.press(pttButton); + const nestedText = pt...
SMDV-5264 - added assertion to ptt button test
SMDV-5264 - added assertion to ptt button test
a287c4b2bf1c7f33b76fd45babbbfefdd722a665
--- packages/celebration-mini-app/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.27.0](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/celebration-m...
chore(version): updating package version
chore(version): updating package version - @walmart/celebration-mini-app@1.27.0
263286fbbf795fb07a713de904ea2f6f74c1ccd7
--- package.json @@ -91,7 +91,7 @@ "@walmart/react-native-scanner-3.0": "patch:@walmart/react-native-scanner-3.0@npm%3A0.15.8#~/.yarn/patches/@walmart-react-native-scanner-3.0-npm-0.15.8-6fb92a01bb.patch", "@walmart/react-native-sumo-sdk": "patch:@walmart/react-native-sumo-sdk@npm%3A2.8.0#~/.yarn/patches/@wal...
feat(ui): update roster and wmconnect version for graphql
feat(ui): update roster and wmconnect version for graphql
3b9e259a20b82253c485a72ba0159a9f60d749d5
--- src/navigation/AssociateHallwayNav/DrawerNav.tsx @@ -76,6 +76,7 @@ export const DrawerNav = () => { const unsubscribe = watchForBadgeChanges(); return unsubscribe; + // eslint-disable-next-line react-hooks/exhaustive-deps }, []); return ( --- src/navigation/AssociateHallwayNav/MainStackNav....
chore: lint fixes
chore: lint fixes
453047d1c39477af9055cf105893e6a5cc4a9b9b
--- __tests__/components/UnreadBadgeTest.tsx @@ -4,9 +4,11 @@ import {renderWithProviders} from '../harness'; import {useTextingFeatureEnabled} from '../../src/hooks'; import {useUnread} from '../../src/channels/hooks'; +//TODO: Need to move it to harness jest.mock('../../src/channels/hooks', () => ({ useUnread...
Adding Todo comments
Adding Todo comments
1c79706641a3ec9d29c676df0a4431ff1d16c2aa
--- package-lock.json @@ -4258,9 +4258,9 @@ "integrity": "sha512-gOjtmh7vtX1XSS1JA8xJWCwoW8vsiED0NxtKNWsXLpRuZfRJ06gESSqLyQUjRXSc40S+kN6dYJYO3EOv3VEPig==" }, "@walmart/inbox-mini-app": { - "version": "0.26.0", - "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0....
inbox version update for survey card
inbox version update for survey card
5f757f28aeb3a603305c7076304056f6609315b2
--- lerna.json @@ -7,7 +7,7 @@ "conventionalCommits": true, "conventionalPrerelease": false, "message": "chore(publish): publish package", - "registry": "https://npme.walmart.com" + "registry": "https://npm.ci.artifacts.walmart.com/artifactory/api/npm/npme-npm" }, "version": { ...
chore(ui): looper yml error log update
chore(ui): looper yml error log update
e39eb041f330f9172544964b9fe9096cf6055d80
--- package-lock.json @@ -3189,9 +3189,9 @@ } }, "@walmart/settings-mini-app": { - "version": "1.1.14", - "resolved": "https://npme.walmart.com/@walmart/settings-mini-app/-/settings-mini-app-1.1.14.tgz", - "integrity": "sha512-SsYeWcxxTEepE6j5VXuLED8z5GrloWsUXcF9+G8vq3pZz12x8zCsADRdCT/nX...
settings version bump (#350)
settings version bump (#350)
e3e5e29f1e7a897d129f233b3792b83bc8085f5c
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -230,6 +230,7 @@ buildPhases = ( 53D455D8D940558DAEDE5BA8 /* [CP] Check Pods Manifest.lock */, FD10A7F022414F080027D42C /* Start Packager */, + C18683108AECE7D722DBD9B1 /* [CP] Prepare Artifacts */, 13B07F871A680F5B00A75B9A /* Sources */, 13B07F8C...
updated scanner version
updated scanner version
50adb0403ae112762bde5ecf5b7466f6cecbdd88
--- babel.config.js @@ -1,14 +1,10 @@ module.exports = (api) => { - const babelEnv = api.env(); - - console.log('sva babelEnv', babelEnv, 'ci', process.env.CI); const plugins = ['react-native-reanimated/plugin']; - //change to 'production' to check if this is working in 'development' mode - if (babelEnv !== '...
log changes
log changes
22f5a64cc2e9c0f6fe7cbf863da6a4ad86a3b294
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Screens/OnboardingScreen/OnboardingScreen.tsx @@ -180,9 +180,11 @@ export const OnboardingScreen = () => { return ( <ErrorScreen errorTitle={t('errorScreen.title')} - errorMessage={t('errorScreen.description')} + errorMes...
feat: updated error screen
feat: updated error screen
b26fbf049ea5d06573fb95dbbfd935ec3cae0585
--- android/app/build.gradle @@ -158,8 +158,8 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 910 - versionName "1.13.0" + versionCode 911 + ve...
updating patch version
updating patch version
c5b78d472a72c3b81fa2249d84d86575e58066bc
--- core/__tests__/PinAccess/ActivityMonitorGuardTest.tsx @@ -4,13 +4,12 @@ import {AllsparkNavigationClient} from '@walmart/allspark-foundation/Navigation' import {render} from '@testing-library/react-native'; import {Text} from 'react-native'; import {ActivityMonitorGuard} from '../../src/PinAccess/ActivityMonitor...
code cleanup
code cleanup
399389593e2e4bef071aeefc8c27d80bae6c4cd1
--- package-lock.json @@ -36,7 +36,7 @@ "@walmart/allspark-neon-core": "0.1.31", "@walmart/amp-mini-app": "0.2.13", "@walmart/ask-sam-chat-components": "^0.2.7", - "@walmart/ask-sam-mini-app": "1.3.2", + "@walmart/ask-sam-mini-app": "1.3.3", "@walmart/config-components"...
Bumped ask-sam version to 1.3.3
Bumped ask-sam version to 1.3.3
1953fb2d6151f589d118f3faab3054e8dc93107d
--- package-lock.json @@ -4476,9 +4476,9 @@ } }, "@walmart/allspark-home-mini-app": { - "version": "0.5.34", - "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.5.34.tgz", - "integrity": "sha512-0+tzF+vMowiRloct0zsnJwXt3crawbzWBznECQqDAYZ72y...
home tab translation update.
home tab translation update.
b70d2463b89efa09703d443a93412d841a786356
--- package-lock.json @@ -1854,9 +1854,9 @@ } }, "@walmart/allspark-health-survey-mini-app": { - "version": "0.0.10", - "resolved": "https://npme.walmart.com/@walmart/allspark-health-survey-mini-app/-/allspark-health-survey-mini-app-0.0.10.tgz", - "integrity": "sha512-GQydJCaJpKm8L1M3CG1...
Chore/bumped health mini app (#191)
Chore/bumped health mini app (#191) * adding schedule view vqa * updated package.json * changed fonts in schedule-mini-app Co-authored-by: Kateryna Palchykova <k0p03fa@m-c02xt902jg5j.homeoffice.wal-mart.com> Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com> Co-authored-by: Kateryna Palchykova <...
b8eebb8d25cbc07f0955eccc45d919375c9ffa52
--- .yarn/patches/@walmart-react-native-webex-sdk-npm-0.8.1-5642793393.patch @@ -36,13 +36,32 @@ index 219e7b2675fabb2532c018fa2015502d2d1a0e2d..d0382e700a1124b69f51409bd631b74e @interface CallingSDK_Utils : NSObject diff --git a/ios/CallingSdk_Utils.m b/ios/CallingSdk_Utils.m -index ad181db72380580723de50efbf651...
fix: update webex patch to fix ios imports
fix: update webex patch to fix ios imports
62ae61be4097ed7af3f635ae7b85c30259604376
--- ios/Podfile.lock @@ -997,7 +997,7 @@ PODS: - nanopb/encode (= 2.30909.1) - nanopb/decode (2.30909.1) - nanopb/encode (2.30909.1) - - native-rfid-scanner (3.9.10): + - native-rfid-scanner (3.9.9): - React-Core - OpenSSL-Universal (1.1.1100) - PromisesObjC (2.4.0) @@ -1922,6 +1922,7 @@ PODS: ...
chore: bump taskit version
chore: bump taskit version
4365c30a25c40aa6b851fee9277863c5d0407f41
--- docs/docs/architecture.md @@ -1,4 +0,0 @@ ---- -sidebar_position: 3 -title: Architecture ---- \ No newline at end of file --- docs/docs/faq.md @@ -38,7 +38,7 @@ For prod changes to allspark-config or prod/beta changes to allspark-meganav, a Teams do not need a CRQ to make changes to allspark-config-beta, but it ...
FAQ, troubleshooting updates.
FAQ, troubleshooting updates.
d4443ced2261b92e211a61e47ed00412740c0e39
--- packages/me-at-walmart-container/__tests__/redux/logger.test.ts @@ -41,14 +41,14 @@ describe('Logger tests', () => { }); describe('onAppConfigSuccess', () => { - it('should set user info with appConfigLogLevel and designMode', () => { + it('should set user info with configLogLevel and designMode', () ...
fix(logger): logger service incorrectly assigning id field (#5205)
fix(logger): logger service incorrectly assigning id field (#5205) Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
8ae6ec5d61bc4ad84312855da1308e9a6d05bfe9
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 68 + versionCode 69 versionName "1.0.5" } sp...
Incrementing build number
Incrementing build number
b6f75872f998cccdbb25575734bde6bb440bed38
--- babel.config.js @@ -1,4 +1,7 @@ module.exports = { - presets: ['module:metro-react-native-babel-preset'], + presets: [ + 'module:metro-react-native-babel-preset', + '@react-native/babel-preset' + ], plugins: ['react-native-reanimated/plugin'], };
fix(ui): undid babel config changes
fix(ui): undid babel config changes
f4071377e77e91d991f32c69d30d6885d9b34302
--- packages/me-at-walmart-common/__tests__/utilsTest.ts @@ -11,7 +11,7 @@ describe('getEncryptionKeyForUser', () => { const user = { domain: UserDomain.store, siteId: 1234, - }; + } as any; const result = getEncryptionKeyForUser(user); expect(result).toBe('1234'); }); @@ -20,7 +20...
fix(domain comparison for encrypted key): make domain lowercase
fix(domain comparison for encrypted key): make domain lowercase
5b38cc047c3736310bfc51e2e4075d4b60691348
--- package.json @@ -40,7 +40,7 @@ "uploadBlobToAzure": "node ./scripts/dependencies-map/src/upload-to-azure/upload-to-azure.js", "buildDependenciesMap": "node ./scripts/dependencies-map/src/deps-crawler/index.js -- -f -dm -dc path='./scripts/dependencies-map/src/config/deps-source.json' chunk_size=20", ...
chore: revert ios build command changes
chore: revert ios build command changes
38d17313fc4841bfd096765a1141e19876a5d866
--- yarn.lock @@ -5894,8 +5894,8 @@ __metadata: linkType: hard "@walmart/allspark-foundation-hub@npm:latest": - version: 1.0.1-beta.16 - resolution: "@walmart/allspark-foundation-hub@npm:1.0.1-beta.16" + version: 1.0.1-beta.17 + resolution: "@walmart/allspark-foundation-hub@npm:1.0.1-beta.17" dependencies:...
Update dnd status chip
Update dnd status chip
5a23fe0a351331fbe18f8451adef4b9318315f4c
--- packages/allspark-foundation/src/Feature/AllsparkFeatureManager.ts @@ -429,4 +429,12 @@ export class FeatureModuleManager { return feature?.useFeatureEnabled(); }; + + /** + * Hook to return the name of a feature + */ + public useFeatureName = (featureId: string) => { + const feature = this.getFe...
fix: feature guard style did not match ux. hook added to access readable feature name
fix: feature guard style did not match ux. hook added to access readable feature name
81ea8bb1513aa478d0ad1f62849733d81d34fe1b
--- packages/allspark-authentication/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.9](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/alls...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-authentication@2.0.9 - @walmart/allspark-foundation@2.2.4 - @walmart/allspark-utils@1.6.3 - @walmart/me-at-walmart-container@2.0.4
492efad3d9cc07e9ec279275ccc2e0a55f3e231d
--- src/settings/timeclock/TimeClockSettings.tsx @@ -19,7 +19,7 @@ export const TimeClockSettings = ( ) => { const {navigation} = props; - const {t} = useTranslation('settings'); + const {t} = useTranslation(); const dispatch = useDispatch(); const snackbar = useSnackbar(); @@ -35,8 +35,8 @@ export cons...
timeclock notification string fix
timeclock notification string fix
ef09d85bb1475501d98612106a508dcdbdf40e9b
--- CODEOWNERS @@ -10,4 +10,4 @@ # subdirectories -/packages/ @allspark/allspark-admin-team +/packages/allspark-foundation-hub @allspark/push-to-talk
Update CODEOWNERS
Update CODEOWNERS
9c5dc11366a1c046c7f6bc78406c0ad2a8de8c9c
--- package-lock.json @@ -39,7 +39,7 @@ "@walmart/attendance-mini-app": "0.77.0", "@walmart/config-components": "4.1.0-rc.4", "@walmart/core-services": "~2.0.15", - "@walmart/core-services-allspark": "~2.10.3", + "@walmart/core-services-allspark": "~2.10.4", "@walmart/c...
update core service and utils
update core service and utils
1e0405e102ec24057fe5f5cf0298f2688cc12806
--- src/screens/MessagesScreen.tsx @@ -206,6 +206,7 @@ export const MessagesScreen: FC<MessagesScreenProps> = (props) => { }, ); }; + // To calculate messages length const extraData = useMemo( () => ({listLength: messages.length}), [messages.length], --- src/screens/MessagesScreen.tsx...
adding comments
adding comments
466d5b90eddf7ce0ff9bdb5a6c2d275402f7ccdb
--- graphql.yml @@ -41,6 +41,11 @@ applications: queryTemplate: 'packages/me-at-walmart-athena-queries/src/getSupplyChainTeamPreferenceQuery.graphql' tags: - 'v1' + - name: 'GetSupplyChainTeamsByStore' + hash: '628c21f19457c4deea7fd9d2dd15138c11da598add9f4f67...
feat(ui): resolved conflicts
feat(ui): resolved conflicts
78ebf5e85c7e393e49d6a83c29e806996b88c1cd
--- packages/allspark-graphql-client/src/apollo/links.ts @@ -1,31 +0,0 @@ -import { print } from 'graphql'; -import { ApolloLink } from '@apollo/client'; -import { createPersistedQueryLink } from '@apollo/client/link/persisted-queries'; - -import { generateQueryHash } from '../utils/generateQueryHash'; - -export const ...
feat: add links prop to apollo provider. removed allspark specific link. update policies
feat: add links prop to apollo provider. removed allspark specific link. update policies
c12ab20f99e738c8bb93594e7cfdae8fc63fcea2
--- __tests__/__mocks__/@walmart/backroom-mini-app.js @@ -0,0 +1,3 @@ +module.exports = { + BackroomMiniApp: 'BackroomMiniApp', +}; --- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -82,6 +82,11 @@ exports[`AssociateHallwayNav matches snapshot; handles mount and unmount effects ...
Integrate @walmart/backroom-mini-app
Integrate @walmart/backroom-mini-app
e7f90de2099be0b38a8cd853f46ef2f30c3e6816
--- src/channels/provider.tsx @@ -178,7 +178,9 @@ export const ChannelsProvider = (props: PropsWithChildren<{}>) => { let totalUnreadChannelsCount = 0; for (const id of Object.keys(channelState.dataById)) { const channelData = channelState.dataById[id]; - const lastReadTime = channelData.recentRea...
fix lint issue
fix lint issue
5efc3e153d10bfc63d00b10c8bb5acecfba12ce0
--- core/src/manifest.ts @@ -103,6 +103,7 @@ export const getAssociateFeatures = (): AllsparkFeatureModule[] => { require('@walmart/pay-stub-miniapp').default, require('@walmart/money-auth-shared-components').default, require('@walmart/store-feature-orders').default, + require('@walmart/payrol...
feat(ui): update the myteam and roster mini app version
feat(ui): update the myteam and roster mini app version
a943df5d2c9654798661f4a3032a55f43996ad9e
--- targets/US/package.json @@ -152,7 +152,7 @@ "@walmart/shop-gnfr-mini-app": "1.0.137", "@walmart/sidekick-mini-app": "4.168.19", "@walmart/store-feature-orders": "1.27.9", - "@walmart/taskit-mini-app": "5.24.1", + "@walmart/taskit-mini-app": "5.25.3", "@walmart/time-clock-mini-app": "2.448....
chore: bump taskit-mini-app@5.25.3
chore: bump taskit-mini-app@5.25.3
fc7efbe2d543907f0d93e6fb1261bf8dc3fddbc0
--- package-lock.json @@ -4331,9 +4331,9 @@ } }, "@walmart/push-to-talk-mini-app": { - "version": "0.5.68", - "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.5.68.tgz", - "integrity": "sha512-40p8BqIIplHMPjfkhBwfDd/xe/v8IvuhY4S07yPAMz257k5rB...
bumping version to hopefully fix the crash
bumping version to hopefully fix the crash
769d1d04399bbd3e53ce36b0cebc81856e6f9c25
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.1.4", + "version": "1.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/myteam-mini-app", - "version": "1.1.4", + "version": "1.1.5", "hasInstallScr...
Update version
Update version
3578568deb668985d48584e0a9bdecd3615a1a40
--- targets/US/android/app/src/main/java/com/walmart/stores/allspark/beta/MainActivity.kt @@ -1,7 +1,4 @@ package com.walmart.stores.allspark.beta -import android.content.Context -import android.content.Intent -import android.os.Bundle import com.facebook.react.ReactActivity import com.facebook.react.ReactActivity...
fixing build issue and side button
fixing build issue and side button
347c764cb3c0d75b5d0cc880d1ed9a133dd5306b
--- package-lock.json @@ -46,7 +46,7 @@ "@walmart/counts-component-miniapp": "0.1.2", "@walmart/emergency-mini-app": "1.19.0", "@walmart/exception-mini-app": "1.0.16", - "@walmart/facilities-management-miniapp": "0.5.33", + "@walmart/facilities-management-miniapp": "0.5.34", ...
version update
version update
06939f1d5da1d859b2fad489f39a7e423be98719
--- package-lock.json @@ -82,7 +82,6 @@ "@walmart/redux-store": "3.5.0", "@walmart/returns-mini-app": "1.9.0", "@walmart/schedule-mini-app": "0.47.0", - "@walmart/settings-mini-app": "1.19.1", "@walmart/shelfavailability-mini-app": "1.5.16", "@walmart/taskit-mini-app"...
removed unnecessary dependency
removed unnecessary dependency
d27412f41f4970b869db73f830d815446906fe53
--- android/app/src/main/java/com/walmart/stores/allspark/beta/MainApplication.java @@ -4,7 +4,6 @@ import android.app.Application; import android.content.Context; import com.facebook.react.PackageList; import com.facebook.react.ReactApplication; -import org.devio.rn.splashscreen.SplashScreenReactPackage; import co...
partial android
partial android
7b63666c5bf25db319b4a9f6a623ec7575f69000
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -500,7 +500,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 212ACBF9F6EA1B3866D5D388 /* Pods-AllSpark.debug.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-Dev"; + ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-B...
saving changes
saving changes
14648059750b6977ca6575c56502eaee7b5e3145
--- __tests__/screens/MyWalmartV2/AssociateRosterDetailHoc.test.tsx @@ -74,6 +74,13 @@ jest.mock('@walmart/my-walmart-hub', () => ({ TOTAL_SITE_TEAM_ID: 'total', })); +// Mock WorkSelectors to properly extract work context from test state +jest.mock('@walmart/allspark-foundation/Work', () => ({ + WorkSelectors: ...
feat(ui): update tests for roster
feat(ui): update tests for roster
3d3c56e76acae9d158dc2a1a819ce834d43f7c52
--- __tests__/components/WarningBanner.test.tsx @@ -3,10 +3,34 @@ import {render, screen, fireEvent} from '@testing-library/react-native'; import {useSelector} from 'react-redux'; import {WarningBanner} from '../../src/components/WarningBanner'; +// Mock react-redux jest.mock('react-redux', () => ({ useSelector...
fix(bug): fixing failing WarningBanner.test.tsx tests
fix(bug): fixing failing WarningBanner.test.tsx tests
98fb9a804b4546065c51a9c7bd0085bbf6e5c39f
--- packages/allspark-foundation/src/Components/ComponentContainers.md @@ -53,7 +53,6 @@ const ALLOW_LIST = ['emergency-card', ...]; <HomeScreen.List allow={ALLOW_LIST} {...props} /> ``` - #### Render a single component Use the `Component` component and pass required props. --- packages/allspark-foundation/sr...
doc: add missing details to migration doc
doc: add missing details to migration doc
f7c760919f1683c526106a2c24094ea27f789ecd
--- package.json @@ -78,7 +78,8 @@ "@walmart/allspark-foundation": "6.62.5", "@walmart/allspark-foundation-hub": "1.20.0-beta.5420+c86c72e88", "@walmart/allspark-utils": "6.5.1", - "@walmart/associate-exp-hub-mini-app": "1.4.0-beta.507+a47871e", + "@walmart/associate-exp-hub-hub": "2.1.0", + "@w...
feat(ui): update packages
feat(ui): update packages
e8d97de92d042b8f8f149b2f4340c789b0f0d310
--- sonar-project.properties @@ -5,7 +5,7 @@ sonar.host.url=http://sonar.looper.prod.walmartlabs.com sonar.sources=packages/allspark-authentication/src, packages/allspark-foundation/src, packages/allspark-utils/src sonar.tests=packages/allspark-authentication/__tests__, packages/allspark-foundation/__tests__, packa...
remove navigation from sonar
remove navigation from sonar
d018ec994fa1744c658eb39922ae5e4aca4b0590
--- core/__tests__/features/welcomeMeTest.ts @@ -2,7 +2,7 @@ import {WelcomeMeFeature} from '../../src/features/welcomeMe'; describe('WelcomeMeFeature', () => { it('should have the correct name', () => { - expect(WelcomeMeFeature.name).toBe('WelcomeMe'); + expect(WelcomeMeFeature.name).toBe('Temporary Welco...
chore: fix tests and lint
chore: fix tests and lint
9d3202018283c9ab62ffdd1e89207da64891431a
--- docs/docs/components/allspark foundation/services/foundation-config.md @@ -115,3 +115,13 @@ import { useContainerService } from '@walmart/allspark-foundation/Container'; const ConfigService = useContainerService('config'); ``` + +## Config Service API +### `initialize()` +Initializes the config service. + +### ...
Updates for remaining services.
Updates for remaining services.
94065706838d4ae0d142469764dc5f2b429af437
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "3.8.1", + "version": "3.8.0-alpha.0", "main": "dist/index.js", "files": [ "dist", @@ -89,7 +89,7 @@ "@walmart/react-native-scanner-3.0": "0.10.4", "@walmart/react-native-sumo-sdk": "2.8.0", "@walmart/ui-...
feat(ada): update versions
feat(ada): update versions
b1df141ba7a5f89786a291869ad9757f98f5449f
--- package-lock.json @@ -54,7 +54,7 @@ "@walmart/impersonation-mini-app": "1.11.0", "@walmart/ims-print-services-ui": "2.0.6", "@walmart/inbox-mini-app": "0.81.9", - "@walmart/iteminfo-mini-app": "7.0.7", + "@walmart/iteminfo-mini-app": "7.0.8", "@walmart/manager-appro...
upgrade iteminfo version to include MIP for drop 9.1
upgrade iteminfo version to include MIP for drop 9.1
62bc90394d6ecbda8aef71600d84bc684267925f
--- src/settings/privacy/PrivacyPreferences.tsx @@ -1,6 +1,7 @@ import React from 'react'; import {StyleSheet, View} from 'react-native'; import {useTranslation} from 'react-i18next'; +import {getVersion} from 'react-native-device-info'; import {Heading, Body} from '@walmart/gtp-shared-components'; import { use...
chore: add mgql header to settings mutation
chore: add mgql header to settings mutation
c17b715cee993899cac2bb516a4a80ae4fcd45a7
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -230,12 +230,6 @@ Array [ <Screen name="paymentselection" /> - <Screen - name="paymentselection.PayMethodScreen" - /> - <Screen - name="paymentselection.OneAppScreen" - /> ...
update unit test
update unit test
ab15e67b84a4fce100c2a84e3c84327c49b579d0
--- package.json @@ -154,7 +154,7 @@ "@walmart/schedule-mini-app": "2.2.1", "@walmart/shelfavailability-mini-app": "1.5.45", "@walmart/shop-gnfr-mini-app": "1.0.418", - "@walmart/sidekick-mini-app": "4.201.13", + "@walmart/sidekick-mini-app": "4.205.5", "@walmart/store-feature-orders": "1.33.5...
feat(sidekick): DWORK-8646 at/pl access, palletized stocking, fastpass backroom (#4489)
feat(sidekick): DWORK-8646 at/pl access, palletized stocking, fastpass backroom (#4489) * feat(sidekick): DWORK-8646 at/pl access, palletized stocking, fastpass backroom * feat(sidekick): DWORK-8646 bump sidekick@4.205.1 * feat(sidekick): DWORK-8646 bump sidekick@4.205.3 * feat(sidekick): DWORK-8646 bump side...
9c2c58815b84bddf2f519ece72684c0dc1955f6b
--- lerna.json @@ -21,9 +21,13 @@ "**/__tests__/**" ], "packages": [ + "packages/allspark-http-client", + "packages/allspark-graphql-client", "packages/allspark-utils", - "packages/allspark-foundation", - "packages/allspark-authentication", - "packages/me-at-walmart-container" + "packa...
chore: fix lerna packages config
chore: fix lerna packages config
cb11121359da0109a2e9a4cc2b2e5047bb2904a1
--- docs/CHANGELOG.md @@ -1,3 +1,20 @@ +# [2.5.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.4.0...v2.5.0) (2024-06-26) + + +### Bug Fixes + +* **ui:** updated imports SMDV-5878 ([e4ce17b](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/e4ce17b0f9eb5116669b29aa3e12b2f9a575a455)) +* **ui:*...
chore(release): 2.5.0 [skip ci]
chore(release): 2.5.0 [skip ci] # [2.5.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.4.0...v2.5.0) (2024-06-26) ### Bug Fixes * **ui:** updated imports SMDV-5878 ([e4ce17b](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/e4ce17b0f9eb5116669b29aa3e12b2f9a575a455)) * **ui:** updated impo...
1245ead46ae3a790cf8a4e96d07a5b50527f3e2d
--- targets/US/package.json @@ -146,7 +146,7 @@ "@walmart/shelfavailability-mini-app": "1.5.37", "@walmart/shop-gnfr-mini-app": "1.0.137", "@walmart/sidekick-mini-app": "4.84.14", - "@walmart/store-feature-orders": "1.27.1", + "@walmart/store-feature-orders": "1.27.8", "@walmart/taskit-mini-ap...
sfot version update
sfot version update
1ccc8093b2df9e394b459824406a95ccca8678b3
--- package-lock.json @@ -63,7 +63,7 @@ "@walmart/iteminfo-mini-app": "7.4.0", "@walmart/manager-approvals-miniapp": "0.2.4", "@walmart/me-field-mini-app": "13.0.3", - "@walmart/metrics-mini-app": "0.15.7", + "@walmart/metrics-mini-app": "0.15.10", "@walmart/mod-flex-mi...
Bumping metrics version to 0.15.10
Bumping metrics version to 0.15.10
ea401a85b6d23e5b833cbcf362e15e9fd3cbb797
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.0.16-alpha-7", + "version": "1.0.16-alpha-8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/myteam-mini-app", - "version": "1.0.16-alpha-7", + "version": "1....
Update version
Update version
4f121714a660313a2e20af5d5259d34e193abd32
--- package-lock.json @@ -39,7 +39,7 @@ "@walmart/attendance-mini-app": "0.190.2", "@walmart/compass-sdk-rn": "4.0.0", "@walmart/config-components": "4.1.0-rc.4", - "@walmart/copilot-mini-app": "^1.56.0", + "@walmart/copilot-mini-app": "^1.60.0", "@walmart/core-services...
chore: bump copilot@1.60.0
chore: bump copilot@1.60.0
8e1afcc0207c1847d4c49819a8d96a4435724767
--- ios/AllSpark/Info.plist @@ -82,6 +82,14 @@ <string>We use your gallery for scanning images of barcodes</string> <key>NSSpeechRecognitionUsageDescription</key> <string>We would like to use speech recognition to perform voice searches</string> + <key>NSCameraUsageDescription</key> + <string>$(PRODUCT_NAME) need...
Info.plist update
Info.plist update
6d8c4fb50ebb921ab37504f6aedc36fe4f4ce574
--- package.json @@ -135,7 +135,7 @@ "@walmart/me-at-walmart-container": "workspace:^", "@walmart/me-at-walmart-location": "^1.2.20", "@walmart/metrics-mini-app": "1.34.9", - "@walmart/mod-flex-mini-app": "1.31.7", + "@walmart/mod-flex-mini-app": "1.31.8", "@walmart/moment-walmart": "1.0.4", ...
feat(mod-flex-mini-app): ModFlex drop 35 version bump (#5247)
feat(mod-flex-mini-app): ModFlex drop 35 version bump (#5247) Co-authored-by: Yarien Mendez Suarez - y0m07dz <Yarien.Mendez.Suarez@walmart.com>
bf7b15ea32bbcbb1dfe2b6c5ba5762de0d3deaf3
--- packages/allspark-foundation-hub/src/HubFeature/translation.ts @@ -47,6 +47,12 @@ export const enUS = { description: 'You have successfully updated your teams', buttonText: 'Got it', }, + errorBottomsheet: { + title: 'Saving teams failed', + description: + 'Unable to save additional teams t...
Adding error bottomsheet
Adding error bottomsheet
e91887324528ce432463e1340c90c5577f69f454
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.37.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.36.0...v2.37.0) (2025-05-07) + + +### Features + +* **ui:** update looper yml ([d1aaa52](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/d1aaa528ac8b7103260cd4e9bb888fe218619870)) + # [2.35.0](h...
chore(release): 2.37.0 [skip ci]
chore(release): 2.37.0 [skip ci] # [2.37.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.36.0...v2.37.0) (2025-05-07) ### Features * **ui:** update looper yml ([d1aaa52](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/d1aaa528ac8b7103260cd4e9bb888fe218619870))
65dd98d0a9c9c9755f1f130f419664dc4f2fc2f2
--- src/hooks/user.ts @@ -98,3 +98,7 @@ export const useTotalSiteOrTotalStore = (): string => { const isSiteDC = useSelector(SiteSelectors.getWorkingSiteIsDC); return isSiteDC ? 'Total site' : 'Total store'; }; + +export const useIsStoreDC = (): boolean => { + return useSelector(SiteSelectors.getHomeSiteIsDC); ...
fix: use SiteContext
fix: use SiteContext
fd6a2f0a2f832571d2b47f2afcf6c29cfc94e68c
--- ios/AllSpark/Info.plist @@ -60,6 +60,8 @@ <true/> <key>NSAppTransportSecurity</key> <dict> + <key>NSAllowsArbitraryLoads</key> + <true/> <key>NSExceptionDomains</key> <dict> <key>i5.walmartimages.com</key> --- package-lock.json @@ -104,7 +104,7 @@ "@walmart/schedule-mini-app": "0.94.1",...
Updated taskit with dev url
Updated taskit with dev url
25395a80c28c855cf8164c56b5ee399a75cc875c
--- package.json @@ -84,7 +84,7 @@ "@walmart/core-widget-registry": "0.3.2", "@walmart/counts-component-miniapp": "0.0.35", "@walmart/exception-mini-app": "0.42.1", - "@walmart/facilities-management-miniapp": "0.0.13", + "@walmart/facilities-management-miniapp": "0.0.14", "@walmart/feedback-al...
facility management miniapp drop8 bugfix
facility management miniapp drop8 bugfix
b8fe88a020a4f690cebae19488751c398e508aa2
--- packages/allspark-foundation-hub/__tests__/HubFeature/Hub/Container/HubDashboard.test.tsx @@ -143,6 +143,7 @@ describe('HubDashboard', () => { expect(mockOnPress).toHaveBeenCalled(); }); + //@todo - Fix this broken test it.skip('renders TeamOnboardingScreen if showOnboarding is true', () => { (Ma...
feat(ui): added a todo
feat(ui): added a todo
1751637c5f633f24a5f680e2d30474ee3bc2a5c1
--- .yarn/patches/@walmart-me-at-walmart-common-npm-6.25.1-53e1c47768.patch @@ -0,0 +1,112 @@ +diff --git a/lib/components/TeamHub.d.ts b/lib/components/TeamHub.d.ts +new file mode 100644 +index 0000000000000000000000000000000000000000..bf08c22846dcfb10a8cc7ddbe2ece7553a09c5ed +--- /dev/null ++++ b/lib/components/TeamH...
Update me at common patch
Update me at common patch
3e9a61987f1e7d2abf09524d13c0fbb6dbda5f3d
--- .looper.multibranch.yml @@ -278,16 +278,16 @@ flows: - if: | %{ buildType == "SNAPSHOT" } then: - - group(dev): + - group("$os dev"): - call: build-snapshot(dev) - - group(beta): + - group("$os beta"): - call: build-snapshot(beta) - - gro...
add os to group
add os to group
73a5800b58c80c0204e4ad1673ff3df016171dee
--- package-lock.json @@ -69,7 +69,7 @@ "@walmart/react-native-encrypted-storage": "1.1.3", "@walmart/react-native-env": "0.2.0", "@walmart/react-native-logger": "1.31.0-rc.1", - "@walmart/react-native-scanner-3.0": "0.1.29", + "@walmart/react-native-scanner-3.0": "0.1.30-rc.2",...
Updated Scanner 3.0 to 0.1.30-rc.2(Ask-sam Digital bridge testing)
Updated Scanner 3.0 to 0.1.30-rc.2(Ask-sam Digital bridge testing)
082e08d79b0b05e769d7ea906b668229c9496c7a
--- package-lock.json @@ -4350,7 +4350,7 @@ "@walmart/react-native-collapsible": { "version": "1.5.3", "resolved": "https://npme.walmart.com/@walmart/react-native-collapsible/-/react-native-collapsible-1.5.3.tgz", - "integrity": "sha512-A/eHjceqHN2FJVaimSrKO/wIHgP5ymIoiyTMRa10ce8NZ7ejhPelIkCqzwj...
Updating taskIt version
Updating taskIt version
f23f52a700ab11cdc0bafe6b0fa7db3ebcca7fe6
--- android/app/build.gradle @@ -135,7 +135,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 92 - versionName "1.0.6" + versionName "1.0.7" } splits { abi { --- ios/AllSpark/Info.plist @...
version bump (#421)
version bump (#421) * version bump * package lock bump * version bump Co-authored-by: Hitesh Arora <>
6ee88ced0d81e29bd6962358d92c492c888d3fdf
--- __tests__/navigation/AssociateHallwayNav/Tabs/MainTabsNavTest.tsx @@ -292,7 +292,7 @@ describe('MainTabsNav', () => { askSam: config, myTeam: config, taskit: config, - copilot: false, + copilot: {enabled: false}, }); // bottomNavConfig component.update(<MainTabsNav />); @@...
fix(DWORK-1559): changes for core for yellow badge count
fix(DWORK-1559): changes for core for yellow badge count
7a547c8f7ca15a457fff86529a70371c2412fc5c
--- src/hooks/useForceCloseOnClockOut.ts @@ -38,49 +38,10 @@ export const useForceCloseOnClockOut = ( ): void => { const isClockedOut: boolean = useSelector(ClockSelectors.getIsClockedOut); - // DIAGNOSTIC: Track previous state to detect changes - const prevClockedOutRef = useRef<boolean | null>(null); - // ...
fix(compensable): SMDV-8430 remove console logs
fix(compensable): SMDV-8430 remove console logs
b4ef7ef6c7487e13dd0a631cc190e6bb50474636
--- package-lock.json @@ -46,7 +46,7 @@ "@walmart/counts-component-miniapp": "0.1.2", "@walmart/emergency-mini-app": "1.19.0", "@walmart/exception-mini-app": "1.0.16", - "@walmart/facilities-management-miniapp": "0.5.34", + "@walmart/facilities-management-miniapp": "0.5.35", ...
bug fix version update
bug fix version update
da1a45a1759580b77dee0995069246768390f385
--- .looper.multibranch.yml @@ -597,7 +597,7 @@ flows: # @param release_url - App Center install url for this build # @param BUILD_NUMBER - the build number / version code of the build - TIME_ELAPSED: ($(timestamp "START_TIME") - $(timestamp "END_TIME")) + slack-success: - exposeVars(./fastlane/fastl...
Update .looper.multibranch.yml
Update .looper.multibranch.yml