commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
875a34248787af2b0b7dfcd32c7f3b543b9240a7
--- .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 --- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/wmconnect-mini-app", - "version": "2.41.0", + "version": "2.42.0", "main": "dist/...
fix: SMDV-8203 update version to 2.42.0
fix: SMDV-8203 update version to 2.42.0
fc9111225b426d5fe8b95707771cdff96c498460
--- targets/US/package.json @@ -101,7 +101,7 @@ "@walmart/counts-component-miniapp": "0.1.13", "@walmart/emergency-mini-app": "1.29.8", "@walmart/exception-mini-app": "1.8.11", - "@walmart/facilities-management-miniapp": "0.12.11", + "@walmart/facilities-management-miniapp": "0.14.6", "@walmar...
FixIT - Drop 25 feature
FixIT - Drop 25 feature
c80852e4ad9a49ca6388393ab8a5a11bd8d5252e
--- package-lock.json @@ -62,7 +62,6 @@ "@walmart/mod-flex-mini-app": "1.3.15", "@walmart/moment-walmart": "1.0.4", "@walmart/onewalmart-miniapp": "1.0.14", - "@walmart/OneWalmart-MiniApp": "1.0.14", "@walmart/pay-stub-miniapp": "0.9.21", "@walmart/payrollsolution_min...
remove previous one walmart
remove previous one walmart
ea21845ff3d48de5fa37c683c9c9a5f27fe28483
--- src/components/Roster/Roster.tsx @@ -65,7 +65,7 @@ export const Roster: React.FC<RosterProps> = (props) => { const {t} = useTranslation([ROSTER_I18N_NAMESPACE]); const siteTranslationContext = useSiteTranslationContext(); const showTeamList = useSelector(displayTeamList); - const rosterInitialized = useRe...
Update roster filter function
Update roster filter function
c7c59ef75db5e766f30fd2ec361871bc1f38ab00
--- 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.14.4](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundati...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-foundation-hub@1.14.4
8570b5d51f5f16b6ce1cbcfbe06ec7e70507c998
--- src/components/AssociateRosterItem/index.tsx @@ -46,7 +46,7 @@ export const AssociateRosterItem = React.memo((props: AssociateItemProps) => { const currentUser = useSelector(UserSelectors.getUser) as Associate; const isSalariedOrTeamLead = useIsSalariedOrTeamLead(); const userIsInRoster = useUserIsInRoster...
update ptt enabled type
update ptt enabled type
b0b6d5e27ce5547044bbe8de5e546e23dcc88169
--- patches/@walmart+native-rfid-scanner+3.7.3.patch @@ -0,0 +1,11 @@ +diff --git a/node_modules/@walmart/native-rfid-scanner/android/gradle.properties b/node_modules/@walmart/native-rfid-scanner/android/gradle.properties +index ce7988e..c622c5c 100644 +--- a/node_modules/@walmart/native-rfid-scanner/android/gradle.pro...
chore: add rfid patch for lombok version
chore: add rfid patch for lombok version
fa0a56120b797d312daf9f5b8063c87263118e77
--- __tests__/__mocks__/@walmart/gtp-shared-components.js @@ -1,39 +0,0 @@ -module.exports = { - colors: jest.requireActual( - '@walmart/gtp-shared-components/dist/theme/colors.json', - ), - PrimaryButton: 'PrimaryButton', - ChevronRightIcon: 'ChevronRightIcon', - ChevronLeftIcon: 'ChevronLeftIcon', - SolidCar...
removing gtp components mock, in order to interact with real components
removing gtp components mock, in order to interact with real components
95b144b980d9fdb109766da3dd0778a49fada92a
--- package-lock.json @@ -3328,9 +3328,9 @@ } }, "@walmart/config-components": { - "version": "1.0.28", - "resolved": "https://npme.walmart.com/@walmart/config-components/-/config-components-1.0.28.tgz", - "integrity": "sha512-GIK3yOpMOShJylR3pFnCnQhNOCknzhcpSE+qW51mUXrnVkOxUBK8ENtYurUc2...
ALLSPARK-347
ALLSPARK-347
318498ca7948c722f57fa4fed5a9df768e16e74a
--- .looper-android-release.yml @@ -22,5 +22,4 @@ flows: sh scripts/getAndroidAppVersionFromGradle.sh android/app/build.gradle - npm run jetifier - (name replace gradle implementation in remote-config) sh scripts/fixAndroidProtobufError.sh - - call: build-and-publish(os = "android", version = ${an...
Fix/tag (#204)
Fix/tag (#204) * pod fix * adding script to create tag in release flow * veriiable rename Co-authored-by: Hitesh Arora <>
bb58c79008218c15b57652bc1df44b5e56f0fb89
--- package.json @@ -110,7 +110,7 @@ "@walmart/gtp-shared-components": "2.2.1", "@walmart/impersonation-mini-app": "1.20.8", "@walmart/ims-print-services-ui": "2.11.1", - "@walmart/inbox-mini-app": "0.94.7", + "@walmart/inbox-mini-app": "0.94.6", "@walmart/iteminfo-mini-app": "7.12.1", "@...
downgrade inbox version
downgrade inbox version
1286433f00d0660c5ede792feca9f1356024e45e
--- src/hooks/user.ts @@ -33,15 +33,14 @@ export const useIsHourly = () => { }; export const useUserIsInRoster = () => { - // const workingSite: string = useSelector(UserSelectors.getUserWorkingSite); - // const homeSite: string = useSelector(UserSelectors.getUserHomeSite); - // - // if (isNil(workingSite) || i...
updating roster
updating roster
107ec2416f21f71f0e0193467f6f3474bd3185d6
--- package-lock.json @@ -85,7 +85,7 @@ "@walmart/schedule-mini-app": "0.63.0", "@walmart/shelfavailability-mini-app": "1.5.18", "@walmart/store-feature-orders": "1.23.0", - "@walmart/taskit-mini-app": "2.51.0", + "@walmart/taskit-mini-app": "2.52.0", "@walmart/texting-...
Updated notes version
Updated notes version
e73e35f5f12804c1e74c0d8ed3fc03f3a36e7d22
--- .yarn/patches/@walmart-time-clock-mini-app-npm-3.19.13-d3039974f6.patch @@ -35,3 +35,15 @@ diff --git a/dist/containers/ClockOutScreen/index.js b/dist/containers/ClockOutS }, [dispatch, navigation, navigationOrigin]); // TO DO: FIGURE OUT BETTER WAY TO DETERMINE IF THERE ARE CHANGES TO THE EXISTING PUNC...
fix(GTA-168225): Clock status fix (#5349)
fix(GTA-168225): Clock status fix (#5349) Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com>
eb85d0db07164091021a0374a620508502fe8bc4
--- src/managerExperience/screens/RosterDetailScreen/RosterDetailScreen.tsx @@ -48,7 +48,6 @@ import { associateIsTardy, } from '../../../utils/user'; import { - MY_TEAMS_TEAM_ID, TOTAL_STORE_TEAM_ID, TOTAL_STORE_TEAM_LABEL, } from '@walmart/allspark-foundation-hub/HubFeature/constant';
fix lint issues
fix lint issues
ad287a191e36c41133c92aac4a78451452b2a7b1
--- src/components/AssociateList/AssociateListItem.tsx @@ -137,7 +137,6 @@ export const AssociateListItem = ({ </View> <View style={styles.tagAndButtonContainer}> <> - {' '} <AllsparkSharedComponents.Component id='wmConnect.DNDStatusChip' props={{user...
Update dnd status chip
Update dnd status chip
61f9bdac6d8f1bc1aed0305d0b2fb3994914a1f5
--- packages/allspark-foundation-hub/src/SupplyChain/Hooks/useGetSupplyChainTeamPreference.ts @@ -47,19 +47,22 @@ export const useGetSupplyChainTeamsPreferenceQuery = () => { dispatch(SC_ManagerExperienceCreators.setMySupplyChainTeamsData(null)); setOnCompleted(true); } else { + const sh...
feat(ui): more null guards
feat(ui): more null guards
259cb27b9acfc70426a2679bfe0a10402bf8bce5
--- docs/CHANGELOG.md @@ -1,3 +1,16 @@ +# [3.4.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v3.3.0...v3.4.0) (2025-08-28) + + +### Bug Fixes + +* **ui:** reverting gtp version and adding styles ([b3dc01c](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/b3dc01cccaa47de1d40deb702d4d7803...
chore(release): 3.4.0 [skip ci]
chore(release): 3.4.0 [skip ci] # [3.4.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v3.3.0...v3.4.0) (2025-08-28) ### Bug Fixes * **ui:** reverting gtp version and adding styles ([b3dc01c](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/b3dc01cccaa47de1d40deb702d4d78031b4d077a)) #...
20d9e88156556f205f801e2163745b5af2a05473
--- package.json @@ -119,7 +119,7 @@ "@walmart/me-at-walmart-common": "workspace:^", "@walmart/me-at-walmart-container": "workspace:^", "@walmart/metrics-mini-app": "1.29.6", - "@walmart/mod-flex-mini-app": "1.24.5", + "@walmart/mod-flex-mini-app": "1.25.4", "@walmart/moment-walmart": "1.0.4",...
feat(mod-flex-mini-app): INNODELOC-13306 Mod-Flex Drop 29 Version Bump (#3972)
feat(mod-flex-mini-app): INNODELOC-13306 Mod-Flex Drop 29 Version Bump (#3972) Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
b0d06346094d3d4340a689b8228ae605bb5cfd90
--- .env @@ -1,2 +1 @@ -EXPO_NO_GIT_STATUS=1 -TARGET=US \ No newline at end of file +EXPO_NO_GIT_STATUS=1 \ No newline at end of file --- app.config.US.ts @@ -8,8 +8,7 @@ import pkg from "./package.json"; const Environment = { select: <T extends { default: any; [key: string]: any }>( config: T - ): T[keyof ...
chore: add process env defaults in root app config
chore: add process env defaults in root app config
b8a7efbca308e5d8d63d057bab051adce6651619
--- package-lock.json @@ -4475,9 +4475,9 @@ } }, "@walmart/taskit-mini-app": { - "version": "0.2.0", - "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.2.0.tgz", - "integrity": "sha512-tyoS/Ud2GLJTcb4cxkRa8yEFLxNHV7xEmQTcx1tHMEUv0f1EHlRXHe35JF3D6HW0uVb9/...
taskIt version bump
taskIt version bump
3fe204d5141d6b10d76075ea1ccd942c301a3d2a
--- ios/Podfile.lock @@ -569,7 +569,7 @@ PODS: - React-Core - react-native-pdf (6.2.2): - React-Core - - react-native-ptt-module (1.1.62): + - react-native-ptt-module (1.1.63): - PTT (= 0.4.7) - React - react-native-safe-area-context (3.1.8): @@ -990,7 +990,7 @@ SPEC CHECKSUMS: react-nati...
PTT version update (#227)
PTT version update (#227) * PTT fix * missing PTT dependency * updating PTT version Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com>
1627dee46e7318c28f1b6a33b63836d59087b679
--- targets/US/package.json @@ -141,7 +141,7 @@ "@walmart/redux-store": "~6.3.28", "@walmart/returns-mini-app": "4.15.0", "@walmart/rfid-scan-mini-app": "2.7.1", - "@walmart/rn-receiving-mini-app": "2.4.76", + "@walmart/rn-receiving-mini-app": "2.4.80", "@walmart/roster-mini-app": "2.9.0", ...
Receivig version update - LQ bug fixes
Receivig version update - LQ bug fixes
342ec0c822afcb1772de2b9634b29dfef4b03973
--- yarn.lock @@ -4837,7 +4837,7 @@ __metadata: languageName: node linkType: hard -"@reduxjs/toolkit@npm:1.9.7": +"@reduxjs/toolkit@npm:^1.9.7": version: 1.9.7 resolution: "@reduxjs/toolkit@npm:1.9.7" dependencies: @@ -5966,26 +5966,6 @@ __metadata: languageName: node linkType: hard -"@walmart/...
Update yarn lock
Update yarn lock
46c546fccaac98b282fa296b93a73901d7dabe75
--- yarn.lock @@ -6522,9 +6522,9 @@ __metadata: languageName: node linkType: hard -"@walmart/metrics-mini-app@npm:0.22.3": - version: 0.22.3 - resolution: "@walmart/metrics-mini-app@npm:0.22.3" +"@walmart/metrics-mini-app@npm:0.22.4": + version: 0.22.4 + resolution: "@walmart/metrics-mini-app@npm:0.22.4" ...
metrics version bump
metrics version bump
18b31a715b3eddf4036983940e62351d4c05aeb0
--- lerna.json @@ -12,7 +12,7 @@ }, "version": { "message": "chore(version): updating package version", - "allowBranch": "feature/lernaV7", + "allowBranch": "develop", "conventionalCommits": true, "conventionalPrerelease": true }
chore: lerna config change
chore: lerna config change
cca14ff98fb61f48c6401bf22de0049ae9f76682
--- package-lock.json @@ -38,7 +38,7 @@ "@walmart/allspark-cope-key-listener": "0.0.15", "@walmart/allspark-graphql-client": "^1.4.5", "@walmart/allspark-neon-core": "0.1.31", - "@walmart/amp-mini-app": "1.1.72", + "@walmart/amp-mini-app": "1.1.78", "@walmart/ask-sam-ch...
AMP version for Drop 19
AMP version for Drop 19
28b9e0f8fe603ed3a3e1c6d708bfd0e595edd0c7
--- targets/US/package.json @@ -142,7 +142,7 @@ "@walmart/roster-mini-app": "2.4.0", "@walmart/schedule-mini-app": "0.114.2", "@walmart/shelfavailability-mini-app": "1.5.26", - "@walmart/shop-gnfr-mini-app": "1.0.99", + "@walmart/shop-gnfr-mini-app": "1.0.111", "@walmart/store-feature-orders":...
version 1.0.111
version 1.0.111
4741730e4f64f50c02737f3750a700f4d1f2b1ac
--- packages/allspark-foundation/__tests__/User/sagas.test.ts @@ -0,0 +1,43 @@ +import { select, take } from 'redux-saga/effects'; +import { UserActionTypes, UserActionCreators } from '../../src/User/redux'; +import { UserSelectors } from '../../src/User/selectors'; +import { onFetch, onImpersonate, waitForUserFetch } ...
added unit user sagas
added unit user sagas
71a7c242b8763b1e9a89d69cfa67ec66245e9ff3
--- package.json @@ -136,7 +136,7 @@ "@walmart/react-native-store-map": "0.3.7", "@walmart/react-native-sumo-sdk": "2.7.0", "@walmart/react-native-webex-sdk": "0.2.11", - "@walmart/receipt-check-miniapp": "1.22.11", + "@walmart/receipt-check-miniapp": "1.23.2", "@walmart/redux-store": "6.1.4",...
update
update
4daee6c630aa947f34d3c9c401546e1f30624d38
--- __tests__/__mocks__/@walmart/redux-store.js @@ -22,6 +22,7 @@ module.exports = { storeConfigError: jest.fn(), }, ssoActions: { + signInSuccess: jest.fn(), signOutSuccess: jest.fn(), signInProgress: jest.fn(), startImpersonation: jest.fn(), --- __tests__/startup/StartupSagaTest.ts @@ -...
replay sign in success with current user
replay sign in success with current user
fe6706a82bc676226ec53a24232b9e647dfd5cee
--- targets/US/android/app/src/main/res/raw/vizpick_pop.mp3 Binary files /dev/null and b/targets/US/android/app/src/main/res/raw/vizpick_pop.mp3 differ --- targets/US/ios/AllSpark.xcodeproj/project.pbxproj @@ -35,6 +35,7 @@ 6DA4A04F2B31FF560029B319 /* call_1_1_ringback.wav in Resources */ = {isa = PBXBuildFile; fi...
Add VizPick pop sound to assets
Add VizPick pop sound to assets
3601296d01377a087d1f36e5cdb17d0dafb9cb96
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "3.0.2-alpha.11", + "version": "3.6.0-beta.1", "main": "dist/index.js", "files": [ "dist", @@ -91,7 +91,7 @@ "@walmart/react-native-logger": "1.35.0", "@walmart/react-native-scanner-3.0": "0.10.4", "@walm...
feat(ui): update package versions
feat(ui): update package versions
bfcd8786d20051769e73377abb141530c1e2140b
--- .looper.yml @@ -1,5 +1,3 @@ -inherit: 'job:///metropolis/metroloop/metroloop-parent' - tools: nodejs: 20.10.0 npm: 10.9.2 @@ -7,14 +5,16 @@ tools: flavor: azul version: 17 +updateTaskStatusOnGit: true + envs: - global: - variables: - ALLOW_NPM_PUSH_TO_AF: true + global: + ...
fix: add prettier script to package.json
fix: add prettier script to package.json
7fd15eab5c1e6e0fdaab21677c6f2887db2554a2
--- __tests__/screens/RosterScreen/AssociateList.test.tsx @@ -14,6 +14,7 @@ jest.mock('chance'); describe('AssociateListItem', () => { const mockObject = { win: '123456789', + site: '100', }; const winSpy = jest @@ -28,7 +29,7 @@ describe('AssociateListItem', () => { <AssociateListItem associ...
Update clock in logic
Update clock in logic
a103c0663ff415f8f7469a2e5794e4bf5a3a3895
--- targets/US/package.json @@ -150,7 +150,7 @@ "@walmart/store-feature-orders": "1.27.9", "@walmart/taskit-mini-app": "5.8.17", "@walmart/time-clock-mini-app": "2.448.1", - "@walmart/topstock-mini-app": "1.21.6", + "@walmart/topstock-mini-app": "1.21.10", "@walmart/translator-mini-app": "1.4....
updated topstock version
updated topstock version
b23ced1a293b5881ed9781b2e96847ad8c639a8a
--- package-lock.json @@ -68,7 +68,7 @@ "@walmart/push-to-talk-mini-app": "1.8.15", "@walmart/react-native-encrypted-storage": "1.1.3", "@walmart/react-native-env": "0.2.0", - "@walmart/react-native-logger": "1.30.0", + "@walmart/react-native-logger": "1.31.0-rc.0", "@w...
chore: bump rn logger.
chore: bump rn logger.
2fa0552648c6d3a72f2cc43ccd07a1219935bba0
--- docs/docs/components/hub framework/hub-intro.md @@ -1,9 +1,9 @@ --- sidebar_position: 1 -title: Introduction +title: Getting Started --- -# Introduction +# Getting Started ## Welcome to Me@ Hub Foundation Framework @@ -32,9 +32,7 @@ That's it! The hub foundation framework takes care of the rest. In this i...
Update getting started file
Update getting started file
df9d2049e30832f18f721e4db344953ace9e9fcc
--- package-lock.json @@ -66,7 +66,7 @@ "@walmart/metrics-mini-app": "0.17.9", "@walmart/mod-flex-mini-app": "1.13.7", "@walmart/moment-walmart": "1.0.4", - "@walmart/money-auth-shared-components": "0.0.12", + "@walmart/money-auth-shared-components": "0.0.13", "@walmart...
bump version
bump version
4d0332916b1bad4148f250ef7c5933694108021a
--- ios/Podfile.lock @@ -338,7 +338,7 @@ PODS: - React-Core - react-native-pdf (6.2.2): - React-Core - - react-native-ptt-module (1.3.5): + - react-native-ptt-module (1.3.6): - PTT (= 0.6.0-rc.6) - React - react-native-safe-area-context (3.1.8): @@ -802,7 +802,7 @@ SPEC CHECKSUMS: react-n...
PTT version bump
PTT version bump
8002dbf524678d6dfde9dc0e6dbaaf0c6fe4513a
--- package.json @@ -254,5 +254,8 @@ "packageManager": "yarn@4.1.1", "engines": { "node": ">=18" + }, + "dependencies": { + "jest": "^29.7.0" } } --- packages/me-at-walmart-common/__tests__/__mocks__/@walmart/allspark-foundation/Config.js @@ -0,0 +1,9 @@ +module.exports = { + ConfigSelectors: { +...
Updated test coverage
Updated test coverage
e1fe5721c683ca37c4453e8180b8fb012fac5be0
--- packages/me-at-walmart-container/__tests__/http/interceptors/errorLogger.test.ts @@ -4,11 +4,6 @@ import {HttpLogger} from '../../../src/http/logger'; const {isCancel} = require('@walmart/allspark-foundation/HTTP'); describe('ErrorLoggerInterceptor', () => { -<<<<<<< HEAD - // beforeEach(() => { - // jest.c...
Resolve conflict
Resolve conflict
29a7c6eb376dbc2166b6a93ba10ffd8dd9a0b692
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/roster-mini-app", - "version": "1.0.15", + "version": "1.0.16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/roster-mini-app", - "version": "1.0.15", + "version": "1.0.16", "hasInstal...
Update version
Update version
48b5f4a776d1a6d3d041be77a61dfb433e6cd5d9
--- packages/allspark-foundation-hub/src/SupplyChain/Components/TeamShiftSwitcher/TeamShiftSwitcher.tsx @@ -82,7 +82,7 @@ export const TeamShiftSwitcher = ({ : teamPreferenceData; const currentSelectedShifts = selectedShifts?.length ? selectedShifts - : shiftPreferenceData.length + : shiftPreferenceD...
Adding null check
Adding null check
24d412f6760dca41e387c19ceabcca0d39e92427
--- jest.config.js @@ -17,7 +17,7 @@ module.exports = { testResultsProcessor: 'jest-sonar-reporter', setupFilesAfterEnv: ['@testing-library/jest-native/extend-expect'], transformIgnorePatterns: [ - '<rootDir>/node_modules/(?!(react-native|@react-navigation|@walmart/gtp-shared-components|@react-native-commun...
HTTP cache test in allspark-foundation
HTTP cache test in allspark-foundation
38571d75f6d8197d0a66c3e2716467b3a4556b11
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/roster-mini-app", - "version": "1.0.10", + "version": "1.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/roster-mini-app", - "version": "1.0.10", + "version": "1.0.11", "hasInstal...
Update version
Update version
f2073f7c919e1568ee07ed52a108dd226186a0bf
--- example/index.js @@ -1,6 +1,9 @@ import 'react-native-get-random-values'; import {AppRegistry} from 'react-native'; import {name as appName} from './app.json'; -import {App} from './src/core'; +import {App} from './src/core'; AppRegistry.registerComponent(appName, () => App); + +// import {Feature1Standalone}...
chore: add component examples to example app
chore: add component examples to example app
cb7ecafd2cf54babd5dbb8958dd3063b33542466
--- targets/US/package.json @@ -128,7 +128,7 @@ "@walmart/native-rfid-scanner": "3.12.1", "@walmart/onewalmart-miniapp": "1.0.24", "@walmart/pay-stub-miniapp": "0.20.8", - "@walmart/payrollsolution_miniapp": "0.145.22", + "@walmart/payrollsolution_miniapp": "0.145.23", "@walmart/price-changes-...
bump version
bump version
392016a45ceb5c51b892a71a82264228601a29dd
--- package-lock.json @@ -4198,9 +4198,9 @@ "integrity": "sha512-EcUV5UbnNZBvacqLesY18XKO/o3G6/k61ocI/ydIIPOhLXRgkiztQqMBE75bYxU7lQkRYtqgxcK3SzvAKP0RoQ==" }, "@walmart/counts-component-miniapp": { - "version": "0.0.28", - "resolved": "https://npme.walmart.com/@walmart/counts-component-miniapp...
bump price changes to 1.0.6
bump price changes to 1.0.6
127dff010a74a56f705ae6177649d779d28768a5
--- src/containers/RosterFilters.tsx @@ -5,6 +5,7 @@ import {noop} from 'lodash'; import {useSelector} from 'react-redux'; import {SiteSelectors} from '@walmart/redux-store'; import {Associate} from '../types'; +import firestore from "@react-native-firebase/firestore"; const styles = StyleSheet.create({ contai...
updating available to talk count to show actually available users
updating available to talk count to show actually available users
aeedcdd5e21016f5f2424c0812d6618170d2fc72
--- __tests__/codeOfConduct/provider.test.tsx @@ -16,18 +16,6 @@ jest.mock('@react-navigation/native', () => ({ useIsFocused: jest.fn().mockReturnValue(true), })); -jest.mock('@walmart/redux-store', () => ({ - ...jest.requireActual('@walmart/redux-store'), - UserSelectors: { - ...jest.requireActual('@walmart...
Adding provider-test changes
Adding provider-test changes
150980090585c90200933676ccf480a74f7ee55b
--- example/src/core/index.tsx @@ -21,6 +21,7 @@ import {AllsparkTranslationClient} from '@walmart/allspark-foundation/Translatio import Feature1 from '../feature1'; import Feature2 from '../feature2'; +import TeamHub from '../teamHub'; import {TestContainer} from '../container'; import {HomeScreen} from './hom...
Merge changes from parent repo
Merge changes from parent repo
f180a599f5f52074242c7653d20571a6bb53cb6d
--- scripts/mini-app-scan/package-deprecation/helper.ts @@ -148,6 +148,17 @@ function groupFindingsBySource(findings: DeprecationFinding[]): Map<string, Depr return findingsBySource; } +/** + * Helper function to extract clean library name without version ranges + */ +function cleanLibraryName(libraryString: stri...
feat(lib): adjust comments
feat(lib): adjust comments
5de3d5e76323e186e079a9d63b905f9b83337c9f
--- src/storeInfo/useStoreInfo.ts @@ -34,9 +34,9 @@ export const useStoreInfo = (store?: string) => { const data: StoreInfo = { siteId: state.data?.siteId?.toString(), - address: createAddressString(state.data?.location.address), + address: createAddressString(state.data?.location?.address), coordi...
fix: undefined store data breaking change store for undefined store
fix: undefined store data breaking change store for undefined store
a80650219816036fcfd0aa0231ddfcc737e7cb32
--- yarn.lock @@ -7260,9 +7260,9 @@ __metadata: languageName: node linkType: hard -"@walmart/allspark-foundation-hub@npm:1.12.0-beta.4979+2eb5821e": - version: 1.12.0-beta.4979 - resolution: "@walmart/allspark-foundation-hub@npm:1.12.0-beta.4979::__archiveUrl=https%3A%2F%2Fnpm.ci.artifacts.walmart.com%3A443%2...
feat(ui): update celebration mini app version
feat(ui): update celebration mini app version
37939ccd9f8127638a6665685946ec1c946bdd2e
--- __tests__/__mocks__/@walmart/financial-wellbeing-feature-app.js @@ -0,0 +1,4 @@ +jest.mock('@walmart/financial-wellbeing-feature-app', () => ({ + FWBNav: 'FWB', + FWB_NAV_SCREEN_NAME: 'FWB', +})); --- __tests__/__mocks__/@walmart/pay-stub-miniapp.js @@ -0,0 +1,3 @@ +jest.mock('@walmart/pay-stub-miniapp', () => ...
financial wellbeing feature app and pay stub mini app integrated
financial wellbeing feature app and pay stub mini app integrated
f99bd1ebb50d4ff614bba68adcb9c95de5a7b7fc
--- container/index.tsx @@ -2,6 +2,7 @@ import React, { useEffect } from 'react'; import {StatusBar, StyleSheet} from 'react-native'; import {SafeAreaView} from 'react-native-safe-area-context'; import {NavigationContainer, ParamListBase} from '@react-navigation/native'; +import {navContainerProps} from '@walmart/re...
adding a navigator to go to appropriate screen
adding a navigator to go to appropriate screen
dc94e039e497977347b034311ae377282936c676
--- packages/allspark-foundation/src/DeveloperMenu/ConsoleApi.ts @@ -33,30 +33,32 @@ import { WorkModule } from '../Work'; * allspark.auth.refreshToken(); // Get a new auth token * allspark.http.cancelRequests(); // Cancel all ongoing HTTP requests */ -export const attachConsoleApi = (target: Record<string, any>)...
chore: renamed expoorted console api attach method
chore: renamed expoorted console api attach method
29add48b4d362c56101c93ef6dc81fdcd2430b23
--- .looper-pr.yml @@ -4,6 +4,8 @@ tools: nodejs: 12.4.0 flows: + default: + - call: pr pr: - npm install - npm run env:dev
temp adding default flow to check pr flow works
temp adding default flow to check pr flow works
9f7c0a43cd4f47cc38edbf799cbe4a9dfad83aec
--- packages/celebration-mini-app-graphql/src/components/Widget/HubCelebrationWidget.tsx @@ -153,7 +153,7 @@ const HubCelebrationWidgetCore: React.FC<HubCelebrationWidgetProps> = componentP // Memoize refresh handler to prevent recreating on every render const handleHubRefresh = useCallback(() => { - if (!re...
feat(ui): update store change functionality
feat(ui): update store change functionality
74fc9b6d518c47181ac86cb1489ddd957003227f
--- sr.yaml @@ -28,4 +28,9 @@ applications: type: DEVELOPMENT consumerIdInfos: - consumerId: 26c20afa-9b30-4799-aa5b-b9da6c07a16e + publicKey: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyHyrdLB0o84wsrv5DOk4ez39bx1gUKweE1CuSWKw16MLncT6HaaurbUAX+pzbTEcfNIlchacP1EeHaZ7xAL7Z1EMHFzco...
feat(ui): update sr yaml for prod set up
feat(ui): update sr yaml for prod set up
5068c58e08b59f180b020fb745f44a48c6f38bb0
--- src/components/BottomNav.tsx @@ -36,11 +36,8 @@ export const TabBarStyles = StyleSheet.create({ paddingBottom: TabBarBottomPadding, }, }), - // backgroundColor: 'rgba(0, 0, 0, 0.2)', - }, - tabBarItemStyle: { - // backgroundColor: 'rgba(0, 0, 0, 0.6)' }, + tabBarItemStyle: {}, }); ...
chore: remove unused styles
chore: remove unused styles
a67e6610adb0f1985f7bc541d094528ac1e3a980
--- packages/associate-exp-hub-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.14.4](https://gecgithub01.walmart.com/smdv/associate-exp-hub-mini-app/compare/@walmart/...
chore(version): updating package version
chore(version): updating package version - @walmart/associate-exp-hub-mini-app@1.14.4 - @walmart/associate-exp-hub-team-switcher@2.25.2
3f054050eed0508535f0035a87049ff6ee99edd0
--- packages/allspark-foundation-hub/src/HubFeature/Store/HubHeader/types.ts @@ -1,6 +1,6 @@ export type HeaderTypes = { title: string; - subText: string; + subText: string | null; backgroundColor?: string; textColor?: string; noPadding?: boolean; --- packages/allspark-foundation-hub/src/HubFeature/Sup...
Updating type
Updating type
5db40e6098cc95b38774c7af9c05ee2568b95f0d
--- package-lock.json @@ -40,7 +40,7 @@ "@walmart/allspark-neon-core": "0.1.31", "@walmart/amp-mini-app": "1.1.72", "@walmart/ask-sam-chat-components": "^0.2.7", - "@walmart/ask-sam-mini-app": "1.19.4", + "@walmart/ask-sam-mini-app": "1.19.5", "@walmart/attendance-mini-...
ask sam version bump - gtp upgrade
ask sam version bump - gtp upgrade
47bec28af31ba993c340fb1758a696a8fed7fa8b
--- packages/allspark-foundation/src/Components/ComponentContainers.md @@ -135,28 +135,6 @@ HomeScreen.remove('emergency-card'); AllsparkComponentContainers.remove('Me@Walmart.HomeScreen', 'emergency-card'); ``` -### Typing a ComponentContainer - -Due to their shared nature a `ComponentContainer` type should be def...
chore: remove deprecated documentation
chore: remove deprecated documentation
1b7d912d5e9787d426a82bafb5d1f85f3fd7df92
--- package-lock.json @@ -47,7 +47,7 @@ "@walmart/calling-mini-app": "0.1.8", "@walmart/compass-sdk-rn": "5.18.15", "@walmart/config-components": "4.2.16", - "@walmart/copilot-mini-app": "3.58.3", + "@walmart/copilot-mini-app": "3.50.6", "@walmart/core-services": "~2.3....
chore: bump copilot@3.50.6
chore: bump copilot@3.50.6
39229789e8eaa9ae12eb495952ee7c73a27db02d
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 125 + versionCode 126 versionName "1.0.11" } ...
Incrementing build number
Incrementing build number
346e934ddf627fc5d5f22b7deff297d4b8f29084
--- packages/allspark-foundation-hub/__tests__/HubFeature/supplyChain/ShiftFilterList.test.tsx @@ -113,4 +113,13 @@ describe('ShiftFilterList', () => { expect(getByTestId('mandatory-shift-error')).toBeTruthy(); }); + + it('Test 6: Does not render subText when filterListData is null', () => { + const { que...
Adding Test 6
Adding Test 6
65275231ad10309ebcc65068c6214a755cde9b9a
--- .looper-pr.yml @@ -11,7 +11,7 @@ flows: - (name Yarn Set Version) yarn set version 4.4.0 - (name Yarn Version) yarn --version - (name Yarn Install) yarn install - # - (name Test Coverage) yarn run coverage + - (name Test Coverage) yarn run coverage envs:
fix(ui): update roster looper smdv-9999
fix(ui): update roster looper smdv-9999
f3ae57cad51e32ee9b19d943b1547ca987018f9b
--- __tests__/__mocks__/@walmart/gtp-shared-components-3.js @@ -0,0 +1,55 @@ +const React = require('react'); + +// Try to get actual colors, but provide fallbacks +let actualColors = {}; +try { + const actual = jest.requireActual('@walmart/gtp-shared-components-3'); + actualColors = actual.colors || {}; +} catch (e)...
feat(ui): update test fixes
feat(ui): update test fixes
8a5fa4d3e30a6cd18d7c4ed86b3e9def94fb8042
--- src/queries/getTeamById.ts @@ -22,6 +22,8 @@ export type GetTeamByIdQuery = { site?: string | null; teamId?: string | null; teamName?: string | null; + workgroup?: string | null; + workgroupId?: string | null; } | null; }; --- src/queries/getTeamsbyStore.graphql @@ -11,4 +11,4 @@ query ...
updating results from generate
updating results from generate
42fe9f05e085368964d992bcc328aa305a6def2d
--- android/app/build.gradle @@ -96,8 +96,8 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 921 - versionName "1.18.0" + versionCode 923 + vers...
version bump v1.19.0
version bump v1.19.0
0d30ac372f0b2b41baf719169bdf47151c883c54
--- package-lock.json @@ -3038,9 +3038,9 @@ } }, "@walmart/ask-sam-mini-app": { - "version": "0.10.38", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.10.38.tgz", - "integrity": "sha512-9ZdJHiYatCI5Sx3OQ9i6FFBM4BXO+8GlXFMv4lzLYbSMfhq99gosLgU7g8EMFg...
fix ask sam to no use feedback with image for external network (#442)
fix ask sam to no use feedback with image for external network (#442)
5df55a0a581d39891b34b46b22c0fb779d393d75
--- package-lock.json @@ -43,7 +43,7 @@ "@walmart/attendance-mini-app": "1.62.13", "@walmart/compass-sdk-rn": "5.18.9", "@walmart/config-components": "4.2.13", - "@walmart/copilot-mini-app": "^3.26.4", + "@walmart/copilot-mini-app": "3.26.4", "@walmart/core-services": "...
bump up ItemInfo to 7.8.2
bump up ItemInfo to 7.8.2
300e046b895b618fbbadd657339c8f573b4479d6
--- src/components/Avatar.tsx @@ -14,7 +14,7 @@ import {useGetAssociateNameQuery} from '../queries/getAssociateName'; import {IdType} from '../queries/schema.types'; import {associateDisplayName, decryptUserId} from '../utils'; import {getGraphQLConfig} from '../services/config'; -import {getEnvContext} from '@walma...
update consumer id for all the texting mini app queries
update consumer id for all the texting mini app queries
4b5b07ba2bd568c3ca451aa71e14cdba70a33b7a
--- ios/Podfile.lock @@ -1589,7 +1589,7 @@ PODS: - FirebaseMessaging (<= 10.18.0) - StructuredLogAssistantIOS (= 0.0.7) - TOCropViewController (2.6.1) - - topstock-mini-app (1.4.8): + - topstock-mini-app (1.4.14): - React - VisionCamera (3.6.13): - React @@ -2205,7 +2205,7 @@ SPEC CHECKSUMS:...
feature(release): Updated topstock version to 1.4.14
feature(release): Updated topstock version to 1.4.14
e59df4531b545311d1b362e6e6a7cce3da134c13
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.48.0", + "version": "1.49.0", "main": "dist/index.js", "files": [ "dist" @@ -81,7 +81,7 @@ "@typescript-eslint/parser": "^5.37.0", "@walmart/allspark-authentication": "6.1.4", "@walmart/allspark-founda...
Update the myteam changes for looper
Update the myteam changes for looper
1082ce1d50a0fa8c34b880afff7cb54cebd2334e
--- package-lock.json @@ -97,7 +97,7 @@ "@walmart/receipt-check-miniapp": "1.21.2", "@walmart/redux-store": "6.0.16", "@walmart/returns-mini-app": "4.6.0", - "@walmart/rfid-scan-mini-app": "2.2.8", + "@walmart/rfid-scan-mini-app": "2.3.10", "@walmart/roster-mini-app": "...
Update rfid-scan-mini-app to 2.3.10
Update rfid-scan-mini-app to 2.3.10
1300caa0b589383609c0a679b9b8341fc48b1f21
--- packages/allspark-foundation-hub/src/HubFeature/Store/HubHeader/index.tsx @@ -11,8 +11,9 @@ export const HubHeader = ({ subText, backgroundColor, textColor, + noPadding, }: HeaderTypes) => { - const styles = HeaderStyles(backgroundColor, textColor); + const styles = HeaderStyles(backgroundColor, textCo...
Adding noPadding to the component
Adding noPadding to the component
ea819263207c06ce1e48e8ef4c9b6715fb80cb87
--- core/__tests__/__mocks__/@walmart/money-auth-shared-components.js @@ -1,4 +1,6 @@ module.exports = { __esModule: true, - AuthScreen: 'AuthScreen', + default: { + buildAllScreens: () => 'AuthScreen', + }, }; --- core/__tests__/__mocks__/@walmart/pay-stub-miniapp.js @@ -1,4 +1,6 @@ module.exports = { ...
fix unit test
fix unit test
821b23c9c477203d4dffbe63bb98124e3dcf4717
--- package-lock.json @@ -1884,9 +1884,9 @@ } }, "@walmart/allspark-me-mini-app": { - "version": "0.0.13", - "resolved": "https://npme.walmart.com/@walmart/allspark-me-mini-app/-/allspark-me-mini-app-0.0.13.tgz", - "integrity": "sha512-89HNXgh5DkacJnZZX7xHVSz6juKjxs4vn5r78bj/HCMnzRh/x63A...
me mini app version bump (#212)
me mini app version bump (#212)
c024550b47c7cd6d87089c66e8cd9586da67aa63
--- packages/associate-exp-hub-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.4.0-alpha.35](https://gecgithub01.walmart.com/smdv/associate-exp-hub-mini-app/compare/@w...
chore(version): updating package version
chore(version): updating package version - @walmart/associate-exp-hub-mini-app@1.4.0-alpha.35 - @walmart/associate-exp-hub-team-switcher@2.9.0
8e3814a7a095ca4452b70219c4cd8cc5a1c5cd19
--- targets/US/package.json @@ -140,7 +140,7 @@ "@walmart/redux-store": "~6.3.28", "@walmart/returns-mini-app": "4.15.0", "@walmart/rfid-scan-mini-app": "2.4.4", - "@walmart/rn-receiving-mini-app": "2.4.12", + "@walmart/rn-receiving-mini-app": "2.4.13", "@walmart/roster-mini-app": "2.9.0", ...
Receiving version 2.4.13 - Removed firebase changes
Receiving version 2.4.13 - Removed firebase changes
b1c0c70665b8bf3c3fa8c56aaf10dcf4dfe1b851
--- package-lock.json @@ -44,8 +44,8 @@ "@walmart/compass-sdk-rn": "4.2.0", "@walmart/config-components": "4.2.1", "@walmart/copilot-mini-app": "1.77.2", - "@walmart/core-services": "~2.0.19", - "@walmart/core-services-allspark": "~2.11.0", + "@walmart/core-services": "~2...
fix: update core services for notification action type name mismatch
fix: update core services for notification action type name mismatch
26d2d0fb74c1da562c56d979d306bb0a176b9be1
--- src/translations/es-MX.ts @@ -112,7 +112,7 @@ export const esMX = { forgotPin: '¿Olvidaste tu PIN?', next: 'Siguiente', confirm: 'Confirmar', - signOut: 'Desconectar', + signOut: 'Cerrar sesión', changePin: 'Cambiar PIN', attemptsMessage: 'Tienes {{count}} intento más', ...
fix SSMP-1070
fix SSMP-1070
85fe2fd00a82dce74ac2e3c5a6ac614391b1a3ff
--- packages/allspark-graphql-client/src/apollo/utils.ts @@ -1,5 +1,5 @@ import { MutationHookOptions, QueryHookOptions } from '@apollo/client'; -import { HttpClient, useHttpClient } from '@walmart/allspark-http-client'; +import { IHttpClient, useHttpClient } from '@walmart/allspark-http-client'; import { useMemo } f...
chore: type fix
chore: type fix
a0c74b4d80f6a2f9ce2007733b5ea3f8c09d23f8
--- src/containers/RosterFilters.tsx @@ -2,7 +2,6 @@ import React, {useEffect, useState} from 'react'; import {StyleSheet, View} from 'react-native'; import {Chip, ChipGroup} from '@walmart/gtp-shared-components'; import {noop} from 'lodash'; -import {Associate} from '../types'; import firestore from '@react-native...
fixing lint error
fixing lint error
9cc6f97d14d5b942f993906baf1bf6453325ad8a
--- package-lock.json @@ -4343,9 +4343,9 @@ "integrity": "sha512-qJaaKPSs5rNbukmidrZoqqWylzPX1nos0NwavGpgMjfCIvRuAE83yxNgNMV2KNP8y42YfNhEQlMJ5dCnsg/vWw==" }, "@walmart/push-to-talk-mini-app": { - "version": "0.5.84", - "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/pus...
bumping ptt version
bumping ptt version
154b1738823903c89f87a339fa514bbc63ecbb29
--- ios/Podfile.lock @@ -328,37 +328,37 @@ PODS: - React - react-native-encrypted-storage (4.0.2): - React-Core - - react-native-geolocation-service (5.2.0): + - react-native-geolocation-service (5.1.1): - React - - react-native-get-random-values (1.7.0): + - react-native-get-random-values (1.5.1)...
matching pod lock
matching pod lock
53b55d028e80320e3f5150035de56b9a8dfb7cf8
--- package-lock.json @@ -60,7 +60,7 @@ "@walmart/impersonation-mini-app": "1.20.6", "@walmart/ims-print-services-ui": "2.5.8", "@walmart/inbox-mini-app": "0.88.9", - "@walmart/iteminfo-mini-app": "7.5.7", + "@walmart/iteminfo-mini-app": "7.5.8", "@walmart/manager-appro...
bump up iteminfo version for Drop 15 activate insactivate fix
bump up iteminfo version for Drop 15 activate insactivate fix
61a441c157cef9dde48e6d2ef1b45209d5e38a54
--- package.json @@ -175,6 +175,7 @@ "expo-constants": "~17.0.8", "expo-file-system": "18.0.12", "expo-font": "~13.0.4", + "expo-haptics": "^14.1.4", "expo-image": "patch:expo-image@npm%3A2.0.7#~/.yarn/patches/expo-image-npm-2.0.7-adb639d59c.patch", "expo-image-manipulator": "~12.0.5", ...
feat(lib): ALLSPARK-0000 add expo-haptics (#4377)
feat(lib): ALLSPARK-0000 add expo-haptics (#4377) Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com>
7e5a38de2e38204bc2d27ce141677aee3b48b586
--- package-lock.json @@ -68,7 +68,7 @@ "@walmart/moment-walmart": "1.0.4", "@walmart/money-auth-shared-components": "0.0.14", "@walmart/onewalmart-miniapp": "1.0.16", - "@walmart/pay-stub-miniapp": "0.15.1", + "@walmart/pay-stub-miniapp": "0.15.2", "@walmart/payrollsol...
bump version
bump version
a5a9815a55b7196c93f53807d6c20b08b0964abd
--- packages/allspark-foundation-hub/src/HubFeature/Hooks/useGetAllTeamsOfStore.ts @@ -10,8 +10,12 @@ import { SiteSelectors } from '@walmart/allspark-foundation/Site'; const sorter = (data: TeamSwitcherTypes[]): TeamSwitcherTypes[] => { const customSort = (a: TeamSwitcherTypes, b: TeamSwitcherTypes): number => {...
feat(ui): update tests for the initial version
feat(ui): update tests for the initial version
effc9e3600dfd44f664cc8f814503af9b0363966
--- package.json @@ -145,7 +145,7 @@ "@walmart/shelfavailability-mini-app": "1.5.23", "@walmart/store-feature-orders": "1.26.7", "@walmart/taskit-mini-app": "2.81.15", - "@walmart/time-clock-mini-app": "2.357.0", + "@walmart/time-clock-mini-app": "2.358.0", "@walmart/topstock-mini-app": "patch...
tcma v2.358.0
tcma v2.358.0
0ae0a8d39d7928b5498af9b8913b94fe1878a83b
--- .yarnrc.yml @@ -1,12 +1,3 @@ nodeLinker: node-modules -npmRegistryServer: "${REPOSOLNS_NPM_REPO}" -packageExtensions: - "@walmart/ui-components@*": - peerDependenciesMeta: - "react-native-background-timer": - optional: true - "react-native-elements": - optional: true - "react-nat...
feat(ui): update celebration mini app build fix
feat(ui): update celebration mini app build fix
c765f7d2949a2b3578d826e2bc1c3d7bdc193f3d
--- package-lock.json @@ -5375,9 +5375,9 @@ } }, "@walmart/mod-flex-mini-app": { - "version": "1.1.3", - "resolved": "https://npme.walmart.com/@walmart/mod-flex-mini-app/-/mod-flex-mini-app-1.1.3.tgz", - "integrity": "sha512-2Qlp+vnKxHSFLyO7IvkTU+ReAfq8OMdzQ3saLgLlWjTyCY9lpRyuz5CY1YK4sEq...
Update mod-flex-mini-app to 1.1.4
Update mod-flex-mini-app to 1.1.4
2f426ff0000e702a5bc86d1be865a8eb3fcd9215
--- src/screens/ViewTeamScreen.tsx @@ -22,7 +22,6 @@ export const ViewTeamScreen: React.FC<ViewTeamScreenProps> = ({route}) => { const associates = useGetAssociateListForTeam(teamInfo); const startAssociateText = useStartAssociateText(); - //TODO: De-duplicate renderAssociate from roster screen const rend...
filtering roster to get associates for a team
filtering roster to get associates for a team
84f32a51cddedd3305e2c978235e997e30c4f156
--- package.json @@ -176,7 +176,7 @@ "@walmart/time-clock-mini-app": "patch:@walmart/time-clock-mini-app@npm%3A3.19.11#~/.yarn/patches/@walmart-time-clock-mini-app-npm-3.19.11-d3039974f6.patch", "@walmart/timesheet-feature-app": "0.2.0-beta.17", "@walmart/topstock-mini-app": "1.28.15", - "@walmart/tra...
fix(version bump): version bump (#5166)
fix(version bump): version bump (#5166) Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com>
af4b2304eea589fc19a7422254f950ccace5fc5b
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/EditSavedTeams/EditSavedTeams.tsx @@ -4,14 +4,18 @@ import { PillTeamListItem } from '../../../Shared/Components'; import { FlashList, ListRenderItem } from '@shopify/flash-list'; import { useSafeAreaInsets } from 'react-native-safe-area-conte...
feat(ui): single select logic update for modal
feat(ui): single select logic update for modal