commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
5101e93bbd54687daa089cd69301a14fd10bac39
--- __tests__/navigation/DeeplinkConfigTest.ts @@ -9,7 +9,7 @@ describe('link config test', () => { expect(LINK_CONFIG.prefixes.length).toEqual(1); }); - it('checks the link config', () => { + xit('checks the link config', () => { const { // @ts-ignore screens: {main},
Putting test to skip to unblock
Putting test to skip to unblock
4fdad1c68b029e8858b0026540e1388d0d9d55c5
--- package-lock.json @@ -3383,9 +3383,9 @@ } }, "@walmart/impersonation-mini-app": { - "version": "1.0.19", - "resolved": "https://npme.walmart.com/@walmart/impersonation-mini-app/-/impersonation-mini-app-1.0.19.tgz", - "integrity": "sha512-UgRBb73fupwijS9N0yp1b6DAFwYs25OAslpuSmxMuboIx0...
impersonation and ui-components version bump
impersonation and ui-components version bump
9f00b763a7632f5c66345dbd030bb4084ca4d9f5
--- src/auth/ErrorScreen.tsx @@ -185,19 +185,21 @@ export const ErrorScreen: FC<any> = (props) => { {errorCategory === translate('ssoError.issues.other') && ( <View> - <Text style={styles.fieldTitle}> + <Text style={styles.otherErr}> {translate('ssoEr...
update style for other options
update style for other options
205a7c5b7836944a7fa084cd03aef66465abfee1
--- __tests__/containers/ChatInput/AudioRecording.test.tsx @@ -27,6 +27,12 @@ jest.mock('expo-av', () => ({ HIGH_QUALITY: 'HIGH_QUALITY', }, }, + InterruptionModeAndroid: { + DuckOthers: 'DuckOthers', + }, + InterruptionModeIOS: { + MixWithOthers: 'MixWithOthers', + }, })); const mockRecord...
feat: audio parameters updated
feat: audio parameters updated
3216efae4a2a7becadff190875b4fb7a5bc5c810
--- babel.config.js @@ -1,4 +1,8 @@ module.exports = { presets: ['module:metro-react-native-babel-preset'], - plugins: ['react-native-reanimated/plugin'], + plugins: [ + // this first one should already be the preset here but isn't + '@babel/plugin-transform-private-methods', + 'react-native-reanimated/p...
test(ui) added transform-private-methods to babel plugins
test(ui) added transform-private-methods to babel plugins
557b3ccc61edb2288153f916817d0c1f6987ad1d
--- __tests__/home/HomeTest.tsx @@ -1,51 +0,0 @@ -import React from 'react'; -import {create, act, ReactTestRenderer} from 'react-test-renderer'; - -jest.mock('react-redux'); - -import {useSelector} from 'react-redux'; - -import {Home} from '../../src/home/Home'; - -jest.mock('../../src/home/testApiCall', () => ({ - c...
Remove home tests
Remove home tests
035cc37e547fdf4775df646c443d6ac3757148bd
--- package-lock.json @@ -42,7 +42,7 @@ "@walmart/ask-sam-mini-app": "1.18.5", "@walmart/attendance-mini-app": "1.62.13", "@walmart/compass-sdk-rn": "5.18.15", - "@walmart/config-components": "4.2.15", + "@walmart/config-components": "4.2.16", "@walmart/copilot-mini-app...
updating configComponent version
updating configComponent version
fd9d576090c17e88ab5586bd12066c270a809191
--- package.json @@ -102,7 +102,7 @@ "@walmart/react-native-sumo-sdk": "2.6.0", "@walmart/redux-store": "6.1.4", "@walmart/ui-components": "1.15.1", - "@walmart/wmconnect-mini-app": "2.5.0", + "@walmart/wmconnect-mini-app": "2.5.2", "babel-jest": "^29.2.1", "chance": "^1.1.11", "esli...
chore(ui): bumped wmconnect version
chore(ui): bumped wmconnect version
0d91ecaa95b83e659c0801402f3ff5632bf528ce
--- src/utils/assoicateList.ts @@ -20,7 +20,7 @@ const checkUserIsSalariedOrTeamLead = ( teamLeads: string[], ) => teamLeads - ?.map((CCMJobDescription) => CCMJobDescription.toLowerCase()) + ?.map?.((CCMJobDescription) => CCMJobDescription.toLowerCase()) .includes(associate?.jobCategoryCodeDesc?.toLow...
fix(ui): added null check to checkUserIsSalariedOrTeamLead
fix(ui): added null check to checkUserIsSalariedOrTeamLead
1cde7d3c972c52ca5c8625a5748eeee0e9ddb658
--- __tests__/navigation/AssociateHallwayNav/MainTabsNavTest.tsx @@ -121,6 +121,9 @@ describe('getTabsScreenOptions', () => { headerLeftContainerStyle: {marginLeft: 0}, headerRight: expect.any(Function), }); + + const headerRightResult = options.headerRight(); + expect(headerRightResult).toEqua...
adding test for coverage
adding test for coverage
26f76e3b6a0c0ac56d11c085027784e9fec89c09
--- targets/US/package.json @@ -148,7 +148,7 @@ "@walmart/sidekick-mini-app": "4.84.9", "@walmart/store-feature-orders": "1.27.1", "@walmart/taskit-mini-app": "4.17.21", - "@walmart/time-clock-mini-app": "2.435.0", + "@walmart/time-clock-mini-app": "2.442.0", "@walmart/topstock-mini-app": "1.1...
GTA-153821 Updating time clock version
GTA-153821 Updating time clock version
910d188384933966ae15e1c44fb561d351852ab7
--- targets/US/package.json @@ -78,7 +78,6 @@ "@walmart/allspark-authentication": "~6.4.1", "@walmart/allspark-cope-key-listener": "0.0.18", "@walmart/allspark-foundation": "6.22.0", - "@walmart/allspark-foundation-hub": "1.0.1-beta.16", "@walmart/allspark-graphql-client": "~6.3.28", "@walma...
chore: remove allspark-foundation-hub
chore: remove allspark-foundation-hub
c428a67e50da9f21d12c908362cb1971fb65fcfa
--- __tests__/__mocks__/@walmart/shelfavailability-mini-app.js @@ -1,3 +1,3 @@ module.exports = { - ShelfAvailabilityMiniApp: 'ShelfAvailabilityMiniApp', + ShelfAvailabilityMiniApp: 'ShelfAvailabilityMiniApp', }; --- package.json @@ -94,7 +94,7 @@ "dayjs": "^1.10.5", "i18next": "^19.7.0", "intl":...
fixing lint issue
fixing lint issue
4208cc906704069b298ff85c77e2bc32d52d97d4
--- package-lock.json @@ -4545,9 +4545,9 @@ } }, "@walmart/welcomeme-mini-app": { - "version": "0.35.0", - "resolved": "https://npme.walmart.com/@walmart/welcomeme-mini-app/-/welcomeme-mini-app-0.35.0.tgz", - "integrity": "sha512-9GfuH0KD/H9q77+QxdoOoSpZG9pIdjNBdZF+2Ypynn9mi+cePwmXCyGbVM...
chore(welcomeMe): version bump 0.38.0 [RECRUIT-47382][RECRUIT-47407]
chore(welcomeMe): version bump 0.38.0 [RECRUIT-47382][RECRUIT-47407]
28de4a9d152ca2fe45cabf6bc8fcc29c013f8ca3
--- targets/US/package.json @@ -92,7 +92,7 @@ "@walmart/calling-mini-app": "0.2.38", "@walmart/checkout-mini-app": " 3.16.3", "@walmart/compass-sdk-rn": "5.19.8", - "@walmart/config-components": "4.4.1", + "@walmart/config-components": "4.4.2", "@walmart/copilot-mini-app": "3.92.14", "@wa...
device config logic changed
device config logic changed
7df9fe21f7df4f79558ea4565141bb964983df53
--- packages/components-library/__mocks__/expo-font/index.js @@ -0,0 +1,6 @@ +const actualFont = jest.requireActual('expo-font'); + +module.exports = { + ...actualFont, + useFonts: jest.fn(() => [true, null]) +}; \ No newline at end of file
fix: add mock for expo-font
fix: add mock for expo-font
233e8f9e01720c9415bae485c0603d093af17f0b
--- targets/US/package.json @@ -144,7 +144,7 @@ "@walmart/roster-mini-app": "2.9.0", "@walmart/schedule-mini-app": "0.118.2", "@walmart/shelfavailability-mini-app": "1.5.37", - "@walmart/shop-gnfr-mini-app": "1.0.136", + "@walmart/shop-gnfr-mini-app": "1.0.137", "@walmart/sidekick-mini-app": "...
reverted as per review comments
reverted as per review comments
4420d7ce861b50b485e15bd437641873dcf2ce0c
--- package-lock.json @@ -2960,9 +2960,9 @@ } }, "@walmart/ask-sam-mini-app": { - "version": "0.7.6", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.7.6.tgz", - "integrity": "sha512-iVl5Gh9PhNJK/ZtTi4fsk2IBStjP2yDilTr9C3JADbOeU3Ef3XvMSoyjeKLORpa58v...
bumped AskSam version to fix Chat icons (#242)
bumped AskSam version to fix Chat icons (#242) Co-authored-by: Hitesh Arora <>
de5e73172072be35082a45ce5e98a7095bc6a42c
--- package.json @@ -90,7 +90,7 @@ "@walmart/avp-feature-app": "0.16.19", "@walmart/avp-shared-library": "0.10.12", "@walmart/backroom-mini-app": "1.12.0", - "@walmart/calling-mini-app": "0.7.60", + "@walmart/calling-mini-app": "0.7.63", "@walmart/checkout-mini-app": "4.14.0", "@walmart/c...
fix(calling): CONAS-1917 Updating calling bottom-sheets (#4464)
fix(calling): CONAS-1917 Updating calling bottom-sheets (#4464)
7f740ac9c81007df46ad54b772a8661d75eccf2e
--- package.json @@ -13,7 +13,8 @@ "private": true, "scripts": { "init": "npm i --workspaces", - "test": "jest", + "test": "npm run build && jest", + "testonly": "jest", "coverage": "npm run build && jest --coverage", "lint": "npm run lint --workspaces --if-present", "lint:fix": "npm run lint:fix --w...
fix: render guard test
fix: render guard test
2cf35f26056146a48bf28933b530601103ef8705
--- packages/allspark-foundation-hub/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.25.19](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundat...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-foundation@7.17.0 - @walmart/allspark-foundation-hub@1.25.19 - @walmart/my-walmart-hub@1.8.1
01fb277e0ad9cb88bd310727b0bd47923b02ce76
--- packages/allspark-foundation/__tests__/Components/SharedComponents.test.tsx @@ -1,52 +0,0 @@ -import React from 'react'; -import { render } from '@testing-library/react-native'; -import { Text } from 'react-native'; -import { AllsparkSharedComponents } from '../../src/Components/SharedComponents'; - -describe('All...
fix build issue
fix build issue
c1d36402dcfa68d44c1b5c1fc750040841988adf
--- packages/allspark-foundation/src/Notification/client.ts @@ -275,12 +275,7 @@ export class NotificationClient { * Cancels pending notifications. */ public cancelNotifications = () => { - return Sumo.cancelNotifications - ? Sumo.cancelNotifications() - : new Promise((_, reject) => { - ...
fix: revert unnecessary changes
fix: revert unnecessary changes
05f5f3d110762241780e8f08b8a757a890a687ad
--- src/managerExperience/screens/RosterDetailScreen/styles.tsx @@ -11,6 +11,7 @@ export const rosterDetailScreenStyles = StyleSheet.create({ }, footerSpacing: { height: 104, + // TODO: user correct color and match in allspark-core so that background color of app matches backgroundColor: '#f2f2f2', ...
feat: added todo for style file
feat: added todo for style file
82fcd8edb72151e683d9edf10def213dabfe0ade
--- packages/allspark-foundation-hub/src/SupplyChain/Components/TeamShiftSwitcher/style.ts @@ -4,8 +4,11 @@ const { width } = Dimensions.get('window'); export const teamShiftSwitcherStyles = StyleSheet.create({ teamImage: { + alignSelf: 'flex-start', height: 36, width: 36, + borderRadius: 40, + ...
Adding image update
Adding image update
48d5b02abd459814dabd3e6b37e1de10b858d6f4
--- src/screens/RosterDetailScreen/RosterDetailScreen.tsx @@ -19,6 +19,7 @@ import { useGetViewersPrimaryTeamId, useGetViewersPrimaryTeamName, useIsImpersonatedOnDev, + useRbacConfigWithJobCode, useTotalSiteOrTotalStore, useUserIsInRoster, } from '../../hooks'; @@ -118,6 +119,8 @@ export const RosterDe...
Update the filter logic
Update the filter logic
074bc9680a5cbd79a1d69f124d03c39f964b42eb
--- package-lock.json @@ -3065,9 +3065,9 @@ "integrity": "sha512-sJZlC2D6j+pOplIDXq/eUDJPwUfmN8DcTXQyA/nKOc63QrCQ8DilydVt6mb+YWiToTYSub1W48Py8g5XPAEXrQ==" }, "@walmart/feedback-all-spark-miniapp": { - "version": "0.0.45", - "resolved": "https://npme.walmart.com/@walmart/feedback-all-spark-min...
reverting changes meant for a different branch
reverting changes meant for a different branch
c2ac6500ee2ad7590fa7a42620111acaf92eb70d
--- __tests__/features/AttendanceTest.ts @@ -3,9 +3,9 @@ import AttendanceFeature from '../../src/features/attendance'; import {TorInboxWidget} from '@walmart/attendance-mini-app'; const { addLanguageResources, -} = require('@walmart/attendance-mini-app/dist/localization'); +} = require('@walmart/attendance-mini-a...
feat: Update translations path and update attendanceMiniApp version (#4417)
feat: Update translations path and update attendanceMiniApp version (#4417) * feat: Update translations path and update attendanceMiniApp version * feat: Update attendance mini app version * feat: update attendanceMiniApp version
3949d3ae85804be250e0384149976c80d94fb37f
--- package-lock.json @@ -54,7 +54,7 @@ "@walmart/checkout-mini-app": "3.9.310", "@walmart/compass-sdk-rn": "5.19.3", "@walmart/config-components": "4.3.2", - "@walmart/copilot-mini-app": "3.92.6", + "@walmart/copilot-mini-app": "3.92.7", "@walmart/core-services": "6.0....
chore: bump copilot@3.92.7
chore: bump copilot@3.92.7
8c1c27c58d740d8b3303b54ae27247861cd4b635
--- patches/@walmart+avp-feature-app+0.0.28.patch @@ -43,15 +43,17 @@ index 12ee053..c7394d6 100644 }; const onPressBack = () => { diff --git a/node_modules/@walmart/avp-feature-app/dist/translations/en-US.js b/node_modules/@walmart/avp-feature-app/dist/translations/en-US.js -index 23e5337..b7c81ca 100644 ...
updated the patch file
updated the patch file
fe0398c2d0d9b27170e62ae81a8c2e9f43fbec7b
--- package-lock.json @@ -41,7 +41,7 @@ "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.13.4", "@walmart/attendance-mini-app": "0.190.6", - "@walmart/compass-sdk-rn": "4.2.0", + "@walmart/compass-sdk-rn": "5.2.0", "@walmart/config-component...
Updating the facilities-management-miniapp version to 0.6.75
Updating the facilities-management-miniapp version to 0.6.75
11e3457aab7a48baef30a03823a8ef64256f1e04
--- packages/me-at-walmart-container/__tests__/services/user/getCandidateInfo.test.ts @@ -1,4 +1,4 @@ -import {getLoggedInCandidate} from '../../../src/services/user/getCandidateInfo'; +import {getCandidateInfo, getLoggedInCandidate} from '../../../src/services/user/getCandidateInfo'; import {AllsparkHttpClient} from ...
added test case to transform.ts @mecontainer
added test case to transform.ts @mecontainer
9f98b8df818948c02fd23011edbe0363e9f034c1
--- src/images/assets/clockout.png Binary files a/src/images/assets/clockout.png and /dev/null differ
feat(header): header 2.0 remove img
feat(header): header 2.0 remove img
691da9daa25b5f6c1e5b54b7b4791f6f9c7bf09c
--- package-lock.json @@ -64,7 +64,7 @@ "@walmart/pay-stub-miniapp": "0.9.31", "@walmart/payrollsolution_miniapp": "0.130.34", "@walmart/price-changes-mini-app": "1.8.7", - "@walmart/profile-feature-app": "0.184.0", + "@walmart/profile-feature-app": "0.196.0", "@walmart...
feat: bump profile feature app to 0.196.0
feat: bump profile feature app to 0.196.0
51503ed3f024044dfb98649547e17481129626c6
--- src/redux/selectors.ts @@ -8,53 +8,53 @@ export const getEncryptedUserId = createSelector( encryptUserId, ); -export const getTextingAppConfigData = (state: GlobalState) => - state.appConfig.data?.texting || {}; +export const getMyTeamConfigData = (state: GlobalState) => + state.appConfig.data?.myteam || {}...
Update version
Update version
9bd10a70be554ae9cefc67a3809d137f45dc5a61
--- package-lock.json @@ -15876,7 +15876,7 @@ "nano-time": { "version": "1.0.0", "resolved": "https://npme.walmart.com/nano-time/-/nano-time-1.0.0.tgz", - "integrity": "sha1-sFVPaa2J4i0JB/ehKwmTpdlhN+8=", + "integrity": "sha512-flnngywOoQ0lLQOTRNexn2gGSNuM9bKj9RZAWSzhQ+UJYaAFG9bac4DW9VHjUAz...
package lock revert
package lock revert
05bc6f5057b1adce21696833e8ab85493fc40d35
--- package-lock.json @@ -3380,9 +3380,9 @@ } }, "@walmart/manager-approvals-miniapp": { - "version": "0.0.46", - "resolved": "https://npme.walmart.com/@walmart/manager-approvals-miniapp/-/manager-approvals-miniapp-0.0.46.tgz", - "integrity": "sha512-0goiZraTTCPBdL6YsHoM7GmU8SCyM1gjHrq9v...
Manager approvals version bump
Manager approvals version bump
15ced69cb6432d8c926636bb59c8f9a4bf2a9a1f
--- package.json @@ -99,7 +99,7 @@ "@walmart/react-native-shared-navigation": "6.1.4", "@walmart/react-native-sumo-sdk": "2.6.0", "@walmart/redux-store": "3.7.0", - "@walmart/roster-mini-app": "2.25.2", + "@walmart/roster-mini-app": "2.25.4", "@walmart/ui-components": "1.15.1", "@walmart/...
fix(ui): update roster mini app version
fix(ui): update roster mini app version
7b103fdd316ca8b71b0a46b53ed405ba8014b402
--- android/app/src/main/AndroidManifest.xml @@ -30,7 +30,7 @@ android:allowBackup="false" android:theme="@style/AppTheme" tools:replace="android:allowBackup" - android:extractNativeLibs="true">> + android:extractNativeLibs="true"> <!-- disables automatic screen tracking --> ...
typo fix
typo fix
d9d92de515dde7df8435a4ee1a8602a4a2bb5446
--- .looper.multibranch.yml @@ -4,7 +4,7 @@ inherit: "job:///metropolis/metroloop/metroloop-parent" ## Whenever you update the nodes, please update it at the two-place, below line & the global variable LOOPER_NODES ## -node: ((stable_osx||xcode12.5)&&!MAC-LAB-MINI07&&!MAC-DRFQLAB-MINI43&&!MAC-LAB-MINI09) +node: ((...
adding osx label
adding osx label
2bf36bbc051047b712b57ac492c8d5a285b48b04
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -194,7 +194,7 @@ Array [ name="Core.PinAccessModal" /> <Screen - component={[Function]} + component="StoreInfoModal" name="Core.StoreInfoModal" /> </Group> --- package-lock...
Snapshot update
Snapshot update
efb83be40756632b6131d9c2feae4f072d4d3a3f
--- env.teflon.js @@ -39,7 +39,7 @@ export default { clientAuthMethod: 'post', }, athena: { - url: 'https://athena-gateway.sdev.us.walmart.net', + url: 'https://developer.api.us.stg.walmart.com/api-proxy/service/ATHENA/GATEWAY/v1', headers: { 'WM_SVC.NAME': 'ATHENA-GATEWAY', 'WM_SVC....
chore: update teflon env
chore: update teflon env
25a665f02979fbd469ff27464dea2a91016be75a
--- packages/allspark-foundation/src/Notification/client.ts @@ -109,15 +109,11 @@ export class NotificationClient { public initialize = async (options: NotificationOptions) => { try { AllsparkReduxStore.dispatch(NotificationActionCreators.INIT_PROGRESS()); - const charged = await Sumo.charge(options...
fix: notification init success was unreachable on android
fix: notification init success was unreachable on android
478fa40a6a06c7113a208c7a481a239a436f3406
--- package-lock.json @@ -41,7 +41,7 @@ "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.17.10", "@walmart/attendance-mini-app": "1.62.13", - "@walmart/avp-feature-app": "0.0.29", + "@walmart/avp-feature-app": "0.0.28", "@walmart/avp-shared-...
move the AVPSharedProvider to mini app using patch file
move the AVPSharedProvider to mini app using patch file
6a741d61c28b47c06dcfa0a5879e522a772d29bb
--- packages/me-at-walmart-common/__tests__/redux/selectorsTest.ts @@ -1,8 +1,11 @@ import { MeAtWalmartUserSelectors, + getImageBaseUrl, } from '../../src/redux/selectors'; import {UserType} from '../../src/types'; +import {IMAGE_BASE_URL} from '../../src/'; + describe('Selector', () => { describe('getMeA...
test: image base url selector
test: image base url selector
63edd1c0f8e812e12cf43cf64641121ce7f2291a
--- packages/allspark-foundation-hub/src/HubFeature/TeamSelection/Hooks/useGetViewersPrimaryTeamName.ts @@ -5,6 +5,7 @@ import { Team } from '@walmart/me-at-walmart-athena-queries/src/schema.types'; export const useGetViewersPrimaryTeamName = () => { const viewerTeam: Team[] | undefined = useSelector(UserSelectors....
Adding TODO
Adding TODO
a3badcad7fe06293d98229f0255dbee01b1e6fc8
--- app.config.US.ts @@ -32,7 +32,6 @@ const CONFIG: ExpoConfig = { name: "MyWalmart", slug: "myWalmart", version: pkg.version, - platforms: ["ios", "android"], web: { name: 'MyWalmart', shortName: 'MyWalmart', --- package.json @@ -206,7 +206,7 @@ "react-native-calendars": "^1.1291.0", ...
chore: fix merge issues
chore: fix merge issues
4a3e4eb56f9160fb927932b8d53adee3fe49c0dd
--- package-lock.json @@ -47,7 +47,7 @@ "@walmart/calling-mini-app": "0.1.13", "@walmart/compass-sdk-rn": "5.18.15", "@walmart/config-components": "4.2.17", - "@walmart/copilot-mini-app": "3.62.1", + "@walmart/copilot-mini-app": "3.66.3", "@walmart/core-services": "~2.3...
chore: bump copilot@3.66.3
chore: bump copilot@3.66.3
9fbda113c229f5ce6c19eaaf2ce3fd9b1ce1a105
--- package-lock.json @@ -4992,9 +4992,9 @@ "integrity": "sha512-QCq3JOlevxQpSY2QdNgG2lpy+eVCpicsvqmNI96xvgWgXqHnU2G5tmlzO/87gyPsmG0UE/kDCNaA6oW7fXOXJA==" }, "@walmart/ask-sam-mini-app": { - "version": "1.0.3", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-a...
bumping ask sam for adjustment to article items
bumping ask sam for adjustment to article items
8d1653218058d3b6517398e2e95ccfad1908acfd
--- package-lock.json @@ -5026,7 +5026,7 @@ } }, "@walmart/OneWalmart-MiniApp": { - "version": "1.0.11", + "version": "1.0.12", "resolved": "https://npme.walmart.com/@walmart/OneWalmart-MiniApp/-/OneWalmart-MiniApp-1.0.11.tgz", "integrity": "sha512-+4z1KqCaKdstCSQNd5SVWz/7gWU7IZ...
ECT-1733 Rebased & added changes to package-lock
ECT-1733 Rebased & added changes to package-lock
cf6a639b61dc1278a74c61f75c713ef5862af558
--- packages/celebration-mini-app/src/hooks/useCelebrations.ts @@ -236,38 +236,31 @@ export const useCelebrations = (params: UseCelebrationsParams = {}): UseCelebrat } }, [fetchCelebrations]); - // AUTO-REFETCH when teamId OR siteId changes (store/team change) - const prevTeamIdRef = useRef<string | undefin...
feat(ui): update celebration widget changes on site id changes
feat(ui): update celebration widget changes on site id changes
d1edd75721b3bffecf332df04b26673cc515e473
--- packages/allspark-foundation-hub/src/Store/Utils/utils.ts @@ -55,15 +55,17 @@ export const findTeamById = ( return teamList.find((team) => team.teamId === teamPreference); }; -const createTeamMap = (teamList: TeamSwitcherTypes[]) : Map<string, TeamSwitcherTypes> => { +const createTeamMap = ( + teamList: Team...
lint fix
lint fix
8096ab1488306d7c07b56a9cbba1e10a3746317a
--- src/managerExperience/screens/AllTeamsScreen/AllTeamsScreen.tsx @@ -20,7 +20,7 @@ export const AllTeamsScreen = () => { const {t} = useTranslation([ROSTER_I18N_NAMESPACE]); const navigation = useNavigation<NavigationProp<TextingNavParamsMap>>(); const primaryTeamId = useGetViewersPrimaryTeamId(); - const ...
Update roster mini app
Update roster mini app
41cb5efacae9aeab3ff2138a05a6677858e2f52d
--- package-lock.json @@ -3278,9 +3278,9 @@ } }, "@walmart/ask-sam-mini-app": { - "version": "0.30.2", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.30.2.tgz", - "integrity": "sha512-+Rqrm66FG/lER7KeIWB6v/YeiAiSQACj5Tp1u+MCSl+PFzRxb85sCw4eBrFc5DaL...
Incrementing ask sam version
Incrementing ask sam version
27145d3c5d3f7423fde8b7479199d2c349e47550
--- src/screens/MessagesScreen.tsx @@ -27,7 +27,6 @@ import { getChannelTypeFromPath, } from '../channels/transforms'; import {ChannelTypes} from '../channels'; -import {fetchResource} from '../services/blob'; const styles = StyleSheet.create({ container: { @@ -82,11 +81,7 @@ export type MessagesScreenProps ...
reverting last change to messages screen
reverting last change to messages screen
2dfb9ee8ab6e2a5469274472231aec5b9988947a
--- src/containers/ChatInput/index.tsx @@ -28,11 +28,6 @@ import {ChatActions} from './ChatActions'; import {AudioInput} from './AudioInput'; import {ImageAttachments} from './ImageAttachments'; import {RecordingDetails} from './types'; -import {ThunkDispatch} from 'redux-thunk'; -import {useDispatch} from 'react-re...
fix conflict
fix conflict
d07a3355929f269fc9c2680955c8e0901cf48e82
--- package-lock.json @@ -3328,9 +3328,9 @@ "integrity": "sha512-EQAXiiNzF4D/LqiAH06fsC9PjtCLgi1XKJhK9wbKf0UPlJvIRruy6lO5mrqVNGo1RdkeuY7Kv/jaQ5bCmOBeUQ==" }, "@walmart/exception-mini-app": { - "version": "0.28.0-rc.5", - "resolved": "https://npme.walmart.com/@walmart/exception-mini-app/-/exce...
settings, pinpoint, ui-components version bump
settings, pinpoint, ui-components version bump
61475365a23f897b4f10fb3bc807311870a7b490
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 54 + versionCode 55 versionName "1.0.4" } sp...
Incrementing build number
Incrementing build number
ca1a6c487226979dd2ad279e5b41f6134e6a51af
--- android/app/src/main/assets/fonts/icomoon.ttf --- ios/Podfile.lock @@ -295,7 +295,7 @@ PODS: - GoogleUtilities/Environment (~> 6.7) - GoogleUtilities/UserDefaults (~> 6.7) - PromisesObjC (~> 1.2) - - FirebasePerformance (3.3.0): + - FirebasePerformance (3.3.1): - FirebaseCore (~> 6.9) -...
upgrading library and updating font file
upgrading library and updating font file
aee459cb493a3cbb4c32cbd16b3ca68b7f6d0802
--- src/containers/ChatInput/ImageAttachments.tsx @@ -13,6 +13,7 @@ import Image from 'react-native-fast-image'; const styles = StyleSheet.create({ container: { flexDirection: 'row', + backgroundColor: 'white', }, imageContainer: { marginRight: 15, --- src/containers/ChatInput/ImageAttachments....
update delete button style
update delete button style
12eba6c8d1cea4379ec0eea57e9086f4696d54b3
--- targets/US/package.json @@ -148,7 +148,7 @@ "@walmart/shop-gnfr-mini-app": "1.0.137", "@walmart/sidekick-mini-app": "4.84.14", "@walmart/store-feature-orders": "1.27.9", - "@walmart/taskit-mini-app": "5.8.15", + "@walmart/taskit-mini-app": "5.8.16", "@walmart/time-clock-mini-app": "2.448.1...
chore: bump taskit-mini-app@5.8.16
chore: bump taskit-mini-app@5.8.16
2814956e7c242df5e40ca3ab7cc05fa2145cfbc0
--- package-lock.json @@ -66,7 +66,7 @@ "@walmart/payrollsolution_miniapp": "0.130.4", "@walmart/price-changes-mini-app": "1.6.8", "@walmart/profile-feature-app": "0.76.0", - "@walmart/push-to-talk-mini-app": "1.9.3", + "@walmart/push-to-talk-mini-app": "1.9.4", "@walma...
update push to talk to latest
update push to talk to latest
3a64162ba9e78e47e02df76f3aa96527321d1bde
--- package.json @@ -8,7 +8,7 @@ "description": "", "private": true, "scripts": { - "build": "yarn run clean && tsc -b --verbose --force packages", + "build": "tsc -b --verbose --force packages", "clean:tsbuildinfo": "rm -rf packages/*.tsbuildinfo || true", "clean": "yarn run clean:tsbuildinfo ...
Update container for bottom sheet
Update container for bottom sheet
a2e4b3aabb5c0ef74fe5ee5c0f5d8e95a0c377b5
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.36.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.35.0...v1.36.0) (2025-05-31) + + +### Features + +* **ui:** updating version ([e11265b](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/e11265bee68f38bfedc47774c151258b4e930012)) + # [1.35.0](ht...
chore(release): 1.36.0 [skip ci]
chore(release): 1.36.0 [skip ci] # [1.36.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.35.0...v1.36.0) (2025-05-31) ### Features * **ui:** updating version ([e11265b](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/e11265bee68f38bfedc47774c151258b4e930012))
17e7d3436a68c4b963e13330308320be6399367d
--- package-lock.json @@ -4137,9 +4137,9 @@ } }, "@walmart/allspark-home-mini-app": { - "version": "0.5.28-test.2", - "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.5.28-test.2.tgz", - "integrity": "sha512-6V45x9eajGAVqU6n9OtoxeMzHv9vNQMD...
bumping metricd and home version for drop 6.5
bumping metricd and home version for drop 6.5
40cfe7a98a924f9bd22faee94b0dfe64849170b3
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.0.1-beta.12", + "version": "1.0.1-beta.13", "description": "", "main": "Core/index.js", "types": "Core/index.d.ts", --- packages/allspark-foundation-hub/src/HubFeature/Store/H...
Update foundation hub version
Update foundation hub version
9bad2685ad7d95612c272c63b97f8ba2b49e3889
--- .looper-pr.yml @@ -31,3 +31,4 @@ envs: MONO_REPO_BASE_BRANCH: develop AUTHOR: temp SLACK_CHANNEL: 'smdv-miniapp' +
fix(ui): update lint errors
fix(ui): update lint errors
9fcbe0eb7db210108ac4d250d9cd36c57a18f672
--- package-lock.json @@ -3053,9 +3053,9 @@ "integrity": "sha512-LI5fnLSog1zLCrd68JulU+VVWn2TqnCBvQXl2RpySvja46dyO6WaMzNWo0tYHE196vXMZ5ttCPRUKRdqYQ7kAw==" }, "@walmart/feedback-all-spark-miniapp": { - "version": "0.0.33", - "resolved": "https://npme.walmart.com/@walmart/feedback-all-spark-min...
Updated version of miniapp to 0.0.35 which includes cosmetic fix and p1 app crashing in aeroplane mode (#320)
Updated version of miniapp to 0.0.35 which includes cosmetic fix and p1 app crashing in aeroplane mode (#320) * Updated version of miniapp to 0.0.34 which includes cosmetic fix * Updated version of miniapp to 0.0.35 which includes fix for p1
ac63abf62ee318c861112ce30f9cee14764a4a84
--- packages/allspark-foundation/__tests__/Network/client.test.ts @@ -54,12 +54,15 @@ describe('AllsparkNetworkClient', () => { type: 'wifi', isConnected: true, isInternetReachable: true, - details: {}, + details: { + ssid: 'TestSSID', + }, }; const mockEnrichedState...
fix(network): fixing wifisiteid logic (#223)
fix(network): fixing wifisiteid logic (#223)
31e90b6ae3ea261fc85ab4aa0002e5615b663a3a
--- .looper-pr.yml @@ -13,7 +13,6 @@ flows: - (name Yarn Install) yarn install - (name Test Coverage) yarn run coverage - envs: global: variables: --- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.8.0", + "version": "1.8.1", "main": "dist/index.js...
chore(ui): updated version
chore(ui): updated version
8a197032e56c0492889e80fb4671c5a7e97cb993
--- packages/allspark-foundation/src/Navigation/client.tsx @@ -357,6 +357,16 @@ export class NavigationClient< AllsparkNavigationClient.dispatch(DrawerActions.closeDrawer()); }; + public get drawerLocked() { + const context = getDrawerContext(); + if (!context) { + console.warn( + 'Attempte...
feat: add toggle drawer lock method to navigation client
feat: add toggle drawer lock method to navigation client
e9e9100ec5faf72e2086f918fc14fbf1f9e6633f
--- packages/me-at-walmart-container/src/environment/types.ts @@ -1,7 +1,4 @@ -import { - EnvironmentType, - IAllsparkEnvironment, -} from '@walmart/allspark-foundation/Environment'; +import { EnvironmentType } from '@walmart/allspark-foundation/Environment'; import { AuthConfiguration } from '@walmart/allspark-foun...
feat: extend allspark global types for me at typings
feat: extend allspark global types for me at typings
43699d688fa1573d0ff01745dae885b0638dc46e
--- .looper.yml @@ -2,6 +2,7 @@ inherit: 'job:///metropolis/metroloop/metroloop-parent' tools: nodejs: 20.10.0 + npm: 10.9.2 jdk: flavor: azul version: 17
chore(ui): update looper
chore(ui): update looper
f69d698eee67a01a15dd32fc0131fc378636a361
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/roster-mini-app", - "version": "1.0.17", + "version": "1.0.17.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/roster-mini-app", - "version": "1.0.17", + "version": "1.0.17.1", "hasIn...
updating version
updating version
472feef6396f7334ba44eef903524f82d7e2e074
--- package.json @@ -104,7 +104,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.13.11", + "@walmart/metrics-mini-app": "0.13.12", "@walmart/mod-flex-mini-app": "1.10.4", "@...
metrics version bump
metrics version bump
16ec3cb1efb7b9c7ab2400fffdcc2094648920a6
--- src/components/AssociateList/AssociateListItem.tsx --- src/components/RosterFiltersAndInfo/RosterFiltersAndInfo.tsx --- src/components/RosterFiltersAndInfo/types.ts --- src/screens/RosterDetailScreen/RosterDetailScreen.tsx --- src/screens/RosterDetailScreen/mocks/supplyChainData.ts --- src/screens/RosterD...
Moved files to new directory structure
Moved files to new directory structure
5a1fcd7dfc868aa6f42e34c04f875c11df252c6b
--- jest.config.js @@ -5,10 +5,10 @@ module.exports = { collectCoverageFrom: ['<rootDir>/src/**/*.{js,jsx,ts,tsx}'], coverageThreshold: { global: { - statements: 0, //TODO: Update coverage once tests written - branches: 0, - functions: 0, - lines: 0, + statements: 3.79, + branch...
updating jest config to match current coverage
updating jest config to match current coverage
65a251036861ac285fda3ad148dbc0ab8d0e7903
--- core/__tests__/core/CreateGuardedScreensTest.tsx @@ -16,7 +16,6 @@ describe('createMiniAppScreens', () => { { name: 'Screen1', component: MockComponent, featureId: 'feature1' }, { name: 'Screen2', component: MockComponent, featureId: 'feature2' }, ]; - const screens = createMiniAppScreens(St...
code cleanup
code cleanup
c85910aaba7346512241f33219d134237acdbc5d
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -472,6 +472,11 @@ "${PODS_CONFIGURATION_BUILD_DIR}/Realm/realm_objc_privacy.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/TOCropViewController/TOCropViewControllerBundle.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/gRPC-C++/gRPCCertificates-Cpp.bundle", + "${PODS...
Update native-rfid-scanner to 3.9.9
Update native-rfid-scanner to 3.9.9
4c4d259b44c3cf3373167a7ed5e7800894f679af
--- src/managerExperience/screens/RosterDetailScreen/RosterDetailScreen.tsx @@ -270,7 +270,7 @@ export const RosterDetailScreen = () => { setTeamState({ teamLabel: teamLabel, teamIds: teamIds, - }) + }); analytics('team_switcher', { ...
fix: fix prettier error
fix: fix prettier error
5e0f962f0c5251a50051bc00572a57bdf9ad4670
--- __tests__/auth/ErrorScreenTest.tsx @@ -83,7 +83,7 @@ describe('ErrorScreen', () => { expect(mockNavigation.goBack).toHaveBeenCalled(); expect(logger.error).toHaveBeenCalledWith('SSO error while Login', { message: 'N/A', - userId: 'Encrypted-swalton3-1234', + userId: 'Encrypted-SWALTON3-12...
test case update
test case update (cherry picked from commit cd3091d5e02a53499706a1ef5a2fbadfd222fe77)
ed47678a3a84911fbb8e3b130d9bed84dd0f782f
--- graphql.yml @@ -155,3 +155,24 @@ applications: # queryTemplate: "packages/me-at-walmart-athena-queries/src/updateManagerExperiencePreference.graphql" # tags: # - "v1" + - name: "allspark-core-intl" + applicationKey: "ALLSPARK_APP_INTL" + description: "Core applicati...
fix: adding back international queries that were somehow changed here
fix: adding back international queries that were somehow changed here
606b480cc4d21e1452d43c5ddcef74ec0772e413
--- __tests__/communications/oneToOneChatTest.tsx @@ -1,11 +1,9 @@ import React from 'react'; import {renderWithProviders, simulatedUser} from '../harness'; -import {createMockChannelsContext} from '../harness/firestore/channelsProvider'; import {createAssociateChannelId, createChannelPath} from '../../src/channels'...
simplify harness usage
simplify harness usage
bfa8d6a99c082faac914bf117cc91beacd8a4966
--- packages/me-at-walmart-common/src/redux/actions.ts @@ -4,7 +4,7 @@ import { createAction } from '@reduxjs/toolkit'; * MeAtWalmart specific auth actions. These are special cases outside of normal foundation behavior. */ export const MeAtWalmartAuthActions = { - SIGN_OUT_REQUEST: createAction('auth/SIGN_OUT_REQ...
fix: add sign out reason to sign out request action
fix: add sign out reason to sign out request action
e78aec46c578d28a13468ff087860d6494badda5
--- packages/core-services-allspark/src/user/index.ts @@ -5,6 +5,7 @@ import { GetLoggedInUserQuery, } from '@walmart/me-at-walmart-athena-queries'; import { UserDomain, UserEmployeeType } from '@walmart/core-services/User'; +import { getVersion } from 'react-native-device-info'; import { cacheUserInfo, getCach...
chore: add mgql headers to user query
chore: add mgql headers to user query
e6ea054944a17ca620afeff4a95ab127fca5d9c7
--- src/hooks/roster.ts @@ -1,7 +1,10 @@ import {useSelector} from 'react-redux'; import moment from 'moment-timezone'; import {SiteSelectors} from '@walmart/redux-store'; -import {useGetDailyRosterQuery} from '../queries/getDailyRoster'; +import { + useGetDailyRosterLazyQuery, + useGetDailyRosterQuery, +} from '....
update daily roster query
update daily roster query
2f19885668b20c534c7862b3dbd4670f2b25e357
--- docs/docs/components/hub framework/hub-team-switcher.md @@ -1,4 +1,99 @@ --- sidebar_position: 5 title: Hub Team Switcher Component ---- \ No newline at end of file +--- + +# Team Switcher Component + +## Overview + +The Team Switcher is a reusable, context-aware component that displays an associate's team selec...
improved team switcher documentation details
improved team switcher documentation details
220b837a6f93d170e68ddf6c691484e591dd654a
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/SideMenuContentTest.tsx.snap @@ -18,7 +18,7 @@ exports[`SideMenuContent matches snapshot for undefined user info, and can imper developersText="impersonation.developers" deviceType="PERSONAL" displayName="Sam Walton" - displayPttAlert={3} + ...
snapshot update
snapshot update (cherry picked from commit 20f62655caaa1c58e2c1f099b337d52e6cbcd6d2)
7e442290eea7d99299000606b2c6d982aac0bf62
--- package.json @@ -87,7 +87,7 @@ "@walmart/core-widget-registry": "0.5.7", "@walmart/counts-component-miniapp": "0.0.39", "@walmart/exception-mini-app": "0.42.6", - "@walmart/facilities-management-miniapp": "0.3.12", + "@walmart/facilities-management-miniapp": "0.3.13", "@walmart/feedback-al...
<REC-2744> [Jeevan] Version bump up
<REC-2744> [Jeevan] Version bump up
f2cb25d8bb9bf1ef6ebc691c0c98ffc4459c6166
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/TeamShiftSwitcher/TeamShiftSwitcher.tsx @@ -0,0 +1,63 @@ +import React from 'react'; +import { TeamSwitcherLoading } from './TeamSwitcherLoading'; +import { TouchableOpacity, View } from 'react-native'; +import { Body, Icons } from '@walmart/gtp...
feat: built team shift switcher component
feat: built team shift switcher component
3089a433ee65252030097ad3474831e03bfcce5d
--- package-lock.json @@ -3575,9 +3575,9 @@ } }, "@walmart/ui-components": { - "version": "1.1.44", - "resolved": "https://npme.walmart.com/@walmart/ui-components/-/ui-components-1.1.44.tgz", - "integrity": "sha512-lJZk9reIKq8FjNIL/RbNWjqyVY4ZEzGFlJNq5LTvz1fygHhtQDrNbv8zd/OMkQTAYmU0N54s0...
ui-components 1.1.45
ui-components 1.1.45
53ff1f27d2fda0ec4a10a015dae77c7b0ddcc7b7
--- src/utils/user.ts @@ -26,8 +26,11 @@ export const decryptUserId = (userId: string) => { export const returnClockedStatusBasedOnSchedule = (scheduleInfo: any) => { const {schedStartTime, schedEndTime} = getScheduleStartAndEndTime(scheduleInfo); - const currentTime = moment().format('h:mma'); - if (current...
Update clock status based on schedule info
Update clock status based on schedule info
30ec2020fb275296191d4a6ac2c0f3864fc7a83d
--- packages/allspark-foundation/src/utils/ContextCreator.tsx @@ -12,19 +12,19 @@ import { capitalize } from 'lodash'; */ export const AllsparkContextCreator = <ContextType extends Object>( name: string, - initialValue?: ContextType + initialValue: ContextType ) => { const contextName = capitalize(name); ...
fix(context creator): typing did not enforce an initial value or provider value
fix(context creator): typing did not enforce an initial value or provider value
841195dc4f7f3507cb97b36fb6f45202c71a6ff6
--- package.json @@ -173,7 +173,7 @@ "@walmart/shop-gnfr-mini-app": "1.0.454", "@walmart/sidekick-mini-app": "4.276.5", "@walmart/store-feature-orders": "1.35.6", - "@walmart/talent-performance-mini-app": "1.2.13", + "@walmart/talent-performance-mini-app": "2.0.0", "@walmart/talent-preboarding...
feat(talent-performance-mini-app): update talent-performance-mini-app version (#5408)
feat(talent-performance-mini-app): update talent-performance-mini-app version (#5408) Co-authored-by: Shubhang Shah - s0s0zug <Shubhang.Shah@walmart.com>
d1158fc1e08c9c9cd0a8661d342714e571b83463
--- src/navigation/components.tsx @@ -49,7 +49,6 @@ export const LivingDesignTabBar = (props: MaterialTopTabBarProps) => { return ( <TabNavigationItem - key={route.key} isCurrent={isFocused} onPress={onPress} tabCount={state.routes.length} --- src/navigation/components....
fixing TypeScript Errors
fixing TypeScript Errors
f028c2052c3665a3b04f7c73ba175d28db495bd9
--- core/__tests__/navigation/USHallway/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -103,7 +103,7 @@ exports[`AssociateHallwayNav matches snapshot; handles mount and unmount effects /> <Screen component={[Function]} - name="Returns" + name="GlobalVPI" options={ { ...
fix: update snapshot global vpi
fix: update snapshot global vpi
941c1e7c016b57f90a186f7b00e3f35cbf6e64ff
--- src/Hooks/useUpsertSupplyChainAssociatePreference.ts @@ -41,7 +41,7 @@ export const useUpsertSupplyChainAssociatePreference = }); const upsertSupplyChainPreferences = ( - mySupplyChainTeams?: {}, + mySupplyChainTeams?: SupplyChainTeam[], selectedShift?: string[] | undefined, se...
feat(ui): fix teamSections #SMDV-7856
feat(ui): fix teamSections #SMDV-7856
9ce0968994dca01927eed14242e51e6997ada9f8
--- src/hooks/tempAssociatesMock.ts @@ -1,5 +1,37 @@ //TODO: Fix typing for associate object, possibly wait until athena is migrated to do this export const tempAssociatesMock: any[] = [ + { + userId: 'v0m04v4', + win: 219469721, + firstName: 'VISHAL', + lastName: 'MAKWANA', + fullName: 'MAKWANA, VISH...
adding vishal as a test user in the app
adding vishal as a test user in the app
a0158fa0f102066f1259260e10c7837d1cc7ec5a
--- src/managerExperience/screens/RosterDetailScreen/RosterDetailScreen.tsx @@ -173,13 +173,13 @@ export const RosterDetailScreen = ({route}: RosterDetailScreenProps) => { let tardyCount = 0; let scheduledCount = 0; allTeams?.forEach((teamData: Team) => { - if (selectedTeamIds?.includes(team...
Update the roster count values
Update the roster count values
21f5304ab145712cb436bdc51f7ed74de66a5dbd
--- package.json @@ -173,7 +173,7 @@ "@walmart/shop-gnfr-mini-app": "1.0.454", "@walmart/sidekick-mini-app": "4.274.1", "@walmart/store-feature-orders": "1.35.6", - "@walmart/talent-performance-mini-app": "1.2.6", + "@walmart/talent-performance-mini-app": "1.2.7", "@walmart/talent-preboarding-...
chore: update @walmart/talent-performance-mini-app to version 1.2.7 i… (#5282)
chore: update @walmart/talent-performance-mini-app to version 1.2.7 i… (#5282) Co-authored-by: Shyam Ammanamanchi <shyam.ammanamanchi@walmart.com> Co-authored-by: Pavan Lingamallu - p0l04ug <Pavan.Lingamallu@walmart.com>