commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
726c9a439721b4e0c3a3cd6701515f0c939ce399
--- targets/US/package.json @@ -105,7 +105,7 @@ "@walmart/feedback-all-spark-miniapp": "0.9.71", "@walmart/financial-wellbeing-feature-app": "1.26.0", "@walmart/functional-components": "~6.3.28", - "@walmart/global-vpi-mini-app": "1.0.76", + "@walmart/global-vpi-mini-app": "1.0.77", "@walmart/...
feat: upgrade version global vpi
feat: upgrade version global vpi
5bb9b0f1ae0dc9d9c61df7892b75be51d65f1d73
--- android/app/build.gradle @@ -291,17 +291,12 @@ apply from: file("../../node_modules/@react-native-community/cli-platform-androi android { packagingOptions { - pickFirst '**/armeabi-v7a/libc++_shared.so' - pickFirst '**/x86/libc++_shared.so' - pickFirst '**/arm64-v8a/libc++_shared.so' - pic...
remove redundant package options
remove redundant package options
066d7584b147e3251edd61e3126f3d48f837f559
--- packages/allspark-foundation/__tests__/Translation/client.test.tsx @@ -1,28 +0,0 @@ -import i18next from 'i18next'; -import { TranslationClient, DefaultConfig, AllsparkTranslationClient } from '../../src/Translation/client'; - -jest.mock('i18next', () => ({ - init: jest.fn(), - changeLanguage: jest.fn(), - addRe...
remvoing translatione
remvoing translatione
f353255087d0ead77cd01b5cdd09d9b65fd20fac
--- package.json @@ -128,7 +128,7 @@ "@types/seamless-immutable": "^7.1.16", "@types/semver": "^7.3.4", "@types/uuid": "^8.3.0", - "@walmart/allspark-foundation": "6.15.1", + "@walmart/allspark-foundation": "6.15.2", "@walmart/allspark-graphql-client": "~6.3.20", "@walmart/allspark-http-c...
chore: bump foundation for require cycle fix. remove unused audio recorder library
chore: bump foundation for require cycle fix. remove unused audio recorder library
fa27534bfd7137a0bc1a2346dfaa2b1576673e64
--- 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.24", + "@walmart/facilities-management-miniapp": "0.3.25", "@walmart/feedback-al...
[Jeevan] Version bump up
[Jeevan] Version bump up
48695343ae61cd1fc406b2dc7f6d988763a6ffbf
--- packages/allspark-foundation/src/Components/Onboarding/TeamSelection/styles.ts @@ -61,13 +61,6 @@ export const teamSelectionListStyles = StyleSheet.create({ display: 'flex', flexDirection: 'column', }, - // headerContainer: { - // // paddingTop: 16, - // // paddingBottom: 16, - // // paddingL...
Removing commented code
Removing commented code
dd67d44584f3db9fa3781deadfc8cde9d3e087da
--- package-lock.json @@ -70,7 +70,7 @@ "@walmart/ims-print-services-ui": "2.11.1", "@walmart/inbox-mini-app": "0.93.28", "@walmart/iteminfo-mini-app": "7.12.1", - "@walmart/learning-mini-app": "20.0.21", + "@walmart/learning-mini-app": "20.0.25", "@walmart/manager-appr...
feat: :sparkles: Bump learning mini app version to 20.0.25
feat: :sparkles: Bump learning mini app version to 20.0.25
b752d31d6d65f4d537db07648f1e4d1c3b35baff
--- package-lock.json @@ -5258,9 +5258,9 @@ "integrity": "sha512-O5l53Fi6FNLiIlMZipiqluRBN1/xNPKILeNoLFlgyG0sCLjaxK0td+u8m0Qb0QvS+UCT4A0hp6VOaXzL9ErqBg==" }, "@walmart/financial-wellbeing-feature-app": { - "version": "1.0.24", - "resolved": "https://npme.walmart.com/@walmart/financial-wellbei...
Update package-lock.json
Update package-lock.json
57439d8871c9db6713f6bc3c36761f6553f80521
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/roster-mini-app", - "version": "1.0.17-alpha-13", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/roster-mini-app", - "version": "1.0.17-alpha-13", + "version": "1.1.0", ...
Update version
Update version
2c5dc57c7bcf452fd774a959269d9d870e81b0ae
--- src/containers/UserHeader.tsx @@ -22,11 +22,11 @@ const styles = StyleSheet.create({ borderBottomWidth: 1, }, avatar: { - marginRight: 6, + marginRight: 16, }, switchText: { fontFamily: 'Bogle-Regular', - margin: 5, + marginTop: 5, }, }); --- src/containers/UserHeader.tsx @...
Added fixes for userInfo
Added fixes for userInfo
5dacb6b1738fd97fb53d84d2e9f6fd448fe606f2
--- __tests__/hooks/useDailyRoster.test.ts @@ -19,27 +19,27 @@ describe('useDailyRoster', () => { await act(async () => { await finishPendingRequests(); }); - - expect(result.current.called).toEqual(false); //Todo: fix the test - expect(result.current.data).toBeDefined(); - expect(result.curre...
Update tests
Update tests
8977bf5d72a2d3619bb86c2d3c5ad699e5eecea0
--- .yarn/patches/react-native-npm-0.76.9-d42941e680.patch @@ -0,0 +1,44 @@ +diff --git a/React/Views/RCTModalHostViewManager.m b/React/Views/RCTModalHostViewManager.m +index 8407662ff18c974431d4841ee2f68215b125673c..f0e2724e462ec98554b2895358e2f6c00bca886f 100644 +--- a/React/Views/RCTModalHostViewManager.m ++++ b/Rea...
fix(bottomsheet): added patch to fix RN bottom sheet issue and updated gtp version (#4323)
fix(bottomsheet): added patch to fix RN bottom sheet issue and updated gtp version (#4323) Co-authored-by: Hariharan Sundaram <hariharan.sundaram0@walmart.com>
88501f9c67c55eb9f9d4c96985b197d8960b8f71
--- package.json @@ -95,7 +95,7 @@ "@walmart/associate-exp-hub-hub": "2.21.7", "@walmart/associate-exp-hub-team-switcher": "2.26.2", "@walmart/associate-listening-mini-app": "2.0.37", - "@walmart/attendance-mini-app": "3.181.0", + "@walmart/attendance-mini-app": "3.184.0", "@walmart/avp-featur...
fix(component): OPIF-306123 migrate to ComponentsModule for widget registry and fix team switcher (#5407)
fix(component): OPIF-306123 migrate to ComponentsModule for widget registry and fix team switcher (#5407) Co-authored-by: Vishesh Hiremath - v0h00hj <Vishesh.Hiremath@walmart.com>
6282c23ae75b50445aebb86380981af47f69fdab
--- yarn.lock @@ -26589,7 +26589,7 @@ __metadata: languageName: node linkType: hard -"use-latest-callback@npm:^0.2.1, use-latest-callback@npm:^0.2.3": +"use-latest-callback@npm:^0.2.1": version: 0.2.3 resolution: "use-latest-callback@npm:0.2.3::__archiveUrl=https%3A%2F%2Fnpm.ci.artifacts.walmart.com%3A443...
chore: update yarn lock after resolving merge conflicts
chore: update yarn lock after resolving merge conflicts
d3a7f827fc2535c24802da062a6710046adf2afc
--- package-lock.json @@ -61,7 +61,7 @@ "@walmart/core-widget-registry": "6.0.16", "@walmart/counts-component-miniapp": "0.1.11", "@walmart/emergency-mini-app": "1.27.0", - "@walmart/exception-mini-app": "1.7.9", + "@walmart/exception-mini-app": "1.7.10", "@walmart/faci...
Exception-mini-app 1.7.10
Exception-mini-app 1.7.10
7bdda313a4f6ccbdb6fcf87dad2b43b50253bb25
--- packages/allspark-foundation/src/cli/generateYml.js @@ -10,6 +10,7 @@ module.exports = { // Base of yml config, required top level fields should be here const jsonConfig = { schemaVersion: config.schemaVersion || '1.0.0', + enableGating: config.enableGating || true, teamRostersProductId...
fix: add default enable gating config to graphql yml codegen
fix: add default enable gating config to graphql yml codegen
d48d45bd5b05ee44c688c451d0289dcdf72b1b8f
--- package-lock.json @@ -52,7 +52,7 @@ "@walmart/functional-components": "2.0.6", "@walmart/gta-react-native-calendars": "0.0.15", "@walmart/gtp-shared-components": "^2.0.0", - "@walmart/impersonation-mini-app": "1.9.0", + "@walmart/impersonation-mini-app": "1.9.1-patchFix.1", ...
Impersonation mini app fix
Impersonation mini app fix
167b2922f1b3fc039149f18df4b80f5263474888
--- __tests__/app/tabs/for-you.test.tsx @@ -2,7 +2,7 @@ import React from 'react'; import {render} from '@testing-library/react-native'; import {View} from 'react-native'; import {Divider} from '@walmart/gtp-shared-components'; -import {CoreComponentContainers} from '@walmart/me-at-walmart-common'; +import {COMPONEN...
fix: invalid references in tests
fix: invalid references in tests
107b981011aab02d0aa38979ac86b14ada358d9e
--- package-lock.json @@ -91,7 +91,7 @@ "@walmart/roster-mini-app": "1.0.19", "@walmart/schedule-mini-app": "0.93.0", "@walmart/shelfavailability-mini-app": "1.5.20", - "@walmart/store-feature-orders": "1.26.4", + "@walmart/store-feature-orders": "1.26.5", "@walmart/tas...
scanner message fix
scanner message fix
ccc4b3462c3b70a0c6c0a8b59c56dbc19eaaacfd
--- .yarn/patches/@walmart-ask-sam-mini-app-npm-1.23.5-99c0a3589b.patch @@ -1,13 +0,0 @@ -diff --git a/dist/redux/selectors.js b/dist/redux/selectors.js -index 02261336f93fc23ed592193583bc486c9d404a8d..a1fd7d54057bca177ffe701cd7237d02ef895479 100644 ---- a/dist/redux/selectors.js -+++ b/dist/redux/selectors.js -@@ -11,...
ask sam version bump
ask sam version bump
adedc5b6d7da7fa0f9e95e22b55c6e0f65115da1
--- package-lock.json @@ -62,7 +62,7 @@ "@walmart/mod-flex-mini-app": "1.3.15", "@walmart/moment-walmart": "1.0.4", "@walmart/OneWalmart-MiniApp": "1.0.12", - "@walmart/pay-stub-miniapp": "0.9.21", + "@walmart/pay-stub-miniapp": "0.9.22", "@walmart/payrollsolution_minia...
bump version
bump version
afcdf261b19d71e0c958a1d255ac6803a41d7e8e
--- package-lock.json @@ -57,7 +57,7 @@ "@walmart/iteminfo-mini-app": "7.1.4", "@walmart/manager-approvals-miniapp": "0.2.1", "@walmart/me-field-mini-app": "1.3.0", - "@walmart/metrics-mini-app": "0.9.65", + "@walmart/metrics-mini-app": "0.9.66", "@walmart/mod-flex-mini...
SMBLV-3897 fix
SMBLV-3897 fix
848582c6ee2c94ad541f51802f0ef0948cf154ea
--- packages/me-at-walmart-container/src/services/user/transforms.ts @@ -61,7 +61,7 @@ export const determineTeams = (assignedBusinessUnit: AssignedBusinessUnit) => { return { ...restRespData, site: `${site}`, - membership: teamData?.membership.map( + membershi...
add optional chaining for membership
add optional chaining for membership
5bd16b2610649478f3cf100e255e6869f9e80cb9
--- src/services/config.ts @@ -9,7 +9,7 @@ export const getGraphQLConfig = (envConfig: EnvConfig) => { //envConfig.consumerId, // temporary until onboarded with athena 'wm_consumer.id': envConfig.env === 'prod' - ? 'cfac4a3d-ae91-43c8-81f5-ceb838e4cd44' + ? 'dcf8f8e7-20de-4765-9...
Update new fields for feature flag
Update new fields for feature flag
3eb70ba49f1be3783323ce89f78a793d59418dcb
--- __mocks__/react-native-network-logger.js @@ -0,0 +1,14 @@ + +const React = require('react'); + +const NetworkLogger = () => React.createElement('NetworkLoggerMock'); + +module.exports = { + __esModule: true, + default: NetworkLogger, + getBackHandler: jest.fn(), + useLogs: jest.fn(() => []), + exportHar: jest....
feat(developerMenu): ALLSPARK-6116 add network requests options to developer menu (#4256)
feat(developerMenu): ALLSPARK-6116 add network requests options to developer menu (#4256) * feat: add network logger to developer menu * fix: add network logger call to index * fix: setup network call at onPreRegister --------- Co-authored-by: Shubhang Shah <s0s0zug@homeoffice.wal-mart.com>
9325a44e61cf72c0ecd0aa1d1f3f59de8111bbff
--- __tests__/whatsNew/__snapshots__/WhatsNewModalTest.tsx.snap @@ -30,6 +30,7 @@ exports[`WhatsNewModal matches snapshot 1`] = ` accessible={true} collapsable={false} focusable={true} + importantForAccessibility="no" onBlur={[Function]} onClick={[Function]} onFocus={[Function]} @@ -202...
chore(ada): ALLSPARK-6102 set pressable to be inaccessible (#4276)
chore(ada): ALLSPARK-6102 set pressable to be inaccessible (#4276)
ae5b5fb4683df7eea9972e8387e3877bc43e7ec5
--- package.json @@ -249,7 +249,7 @@ "react-native-wm-telemetry": "6.3.17", "react-native-wm-voice-text": "1.0.4", "react-redux": "^8.1.3", - "realm": "12.8.1", + "realm": "12.14.1", "redux": "^4.2.1", "redux-saga": "^1.2.3", "redux-thunk": "^2.4.0", --- yarn.lock @@ -6946,7 +6946,...
fixing android build by using latest realm 12.x release instead of rolling back to the prior version that is not compatible with this react-native release.
fixing android build by using latest realm 12.x release instead of rolling back to the prior version that is not compatible with this react-native release.
72c8b43039a2d3e476d203aea239edfb184d2f41
--- __tests__/managerExperience/screens/AllTeamsScreen.test.tsx @@ -7,7 +7,6 @@ import {GetTeamByIdQueryResult} from '../../../src/queries/getTeamById'; import {mockGetTeamsByStoreQuery} from '../../harness/athenaQueries/getTeamsByStore'; jest.mock('../../../src/hooks'); -console.log('test'); describe('AllTeamsS...
chore: remove console log
chore: remove console log
d9610f44d011c2e27d8ed4a983d5d19331327817
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.12.23", + "version": "2.12.24", "main": "dist/index.js", "files": [ "dist"
Update the filter logic
Update the filter logic
3c1a816d85d441ed18c6349543e4451605c79d2d
--- packages/associate-exp-hub-hub/src/index.ts @@ -49,6 +49,14 @@ // COMPONENTS // ============================================================================ +// ============================================================================ +// MODULE REGISTRATION IMPORTS +// ======================================...
feat(ui): update lint fix
feat(ui): update lint fix
a941cc64f866f30aa47ac95e45511dde10ac7af1
--- __tests__/screens/TabsScreen/__snapshots__/TabsScreenTest.tsx.snap @@ -0,0 +1,161 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`TabScreenTest should render tabs screen with expected elements 1`] = ` +<View + style={ + [ + { + "backgroundColor": "#fff", + "flexDirection": "row", +...
fix unit tests
fix unit tests
8a1f58f51e074e177c3bf45635dae1f4e9181649
--- android/app/build.gradle @@ -135,7 +135,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 64 - versionName "1.0.4" + versionName "1.0.5" } splits { abi {
Chore/version update (#391)
Chore/version update (#391) * version bump * bumping android build.gradle Co-authored-by: Hitesh Arora <>
8b885664e3847324e83fc8ed96a03ad039866c2e
--- __tests__/__snapshots__/AppTest.tsx.snap @@ -1,10 +1,7 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`RootContainer renders and fires startup event 1`] = ` -<Provider - env="dev" - environmentOverrides={{}} -> +<Provider> <RenderGuard> <RootStackNavigation /> </RenderGuard> @@ -12,10 +9,7 @...
updatinf AppTest snapshots
updatinf AppTest snapshots
13d47172c496e3008724184f7cc455496e40ef08
--- package-lock.json @@ -3354,9 +3354,9 @@ "integrity": "sha512-jplu8SFzqVj1xWNlxMrPmR3oelBdyNBeQHJOr5YM7p7yqAWBiYO2jt9HyUkZCzRkEhrjjDufk9J5K9OJC1GhKA==" }, "@walmart/iteminfo-mini-app": { - "version": "1.0.21", - "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-mi...
adding a fix in the copy
adding a fix in the copy
f39b41fa11dcc85bc5cc91aa5de378fbfecc1d0b
--- package-lock.json @@ -47,7 +47,7 @@ "@walmart/exception-mini-app": "1.0.16", "@walmart/facilities-management-miniapp": "0.5.36", "@walmart/feedback-all-spark-miniapp": "0.9.10", - "@walmart/financial-wellbeing-feature-app": "1.1.2", + "@walmart/financial-wellbeing-feature-ap...
bumped financial-wellbeing-feature-app to 1.4.0
bumped financial-wellbeing-feature-app to 1.4.0
a439ab43e525f4553fb3d07194050d9d233ac283
--- src/translations/es-MX.ts @@ -20,10 +20,10 @@ export const esMX = { viewTimeClock: 'Ver Timeclock', }, rosterScreen: { - rosterName: 'Lista de hoy', //TODO: Update official translation - totalStoreRosterName: 'Lista de la tienda total de hoy', //TODO: Update official translation - totalStoreRost...
Adding spanish translations
Adding spanish translations
b94ff48c31c533831e6bd28c69f8431dcf7def3f
--- src/translations/es-MX.ts @@ -441,8 +441,8 @@ export const esMX_home = { viewDetails: 'Ver detalles', }, announcementWebView: { - backToHome: 'Back to home', - title: 'Bonuses For Hourly Associates', + backToHome: 'Regresar al Inicio', + title: 'Bonos para Asociados por Hora', ...
Added few more translations for the new strings in the latest update.
Added few more translations for the new strings in the latest update.
9e3154127a4db795eb91d5ebc637dc3e86ff484d
--- package-lock.json @@ -3177,22 +3177,46 @@ "integrity": "sha512-0sVdqnfYb2Z90rZpk8drAttxOFKAIR3fAvOvFlVWOyxtPPXrAACOFzoTx++gO5SO5vZ1w6IlMKe8uTi2rpCWTA==" }, "@walmart/schedule-mini-app": { - "version": "0.2.69", - "resolved": "https://npme.walmart.com/@walmart/schedule-mini-app/-/schedule-...
bump schedules mini app (#502)
bump schedules mini app (#502)
b0f2dae1403e75f0ec5979d92f896ad8bdfe294c
--- package-lock.json @@ -104,7 +104,7 @@ "@walmart/schedule-mini-app": "0.94.1", "@walmart/shelfavailability-mini-app": "1.5.23", "@walmart/store-feature-orders": "1.26.5", - "@walmart/taskit-mini-app": "2.81.1", + "@walmart/taskit-mini-app": "2.81.3", "@walmart/time-c...
updated taskit version
updated taskit version
4fb44de625cf7b4e40542c8118cff648628acaab
--- package-lock.json @@ -55,7 +55,7 @@ "@walmart/inbox-mini-app": "0.62.0", "@walmart/iteminfo-mini-app": "6.0.1", "@walmart/manager-approvals-miniapp": "0.1.1", - "@walmart/me-field-mini-app": "1.1.32", + "@walmart/me-field-mini-app": "1.1.33", "@walmart/metrics-mini-...
feat: :package: Bump me-field-mini-app version to 1.1.33
feat: :package: Bump me-field-mini-app version to 1.1.33
c0e1f7620d8fbcca2af66c60b092240a0b254896
--- 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.60.0", + "@walmart/copilot-mini-app": "^1.60.1", "@walmart/core-services...
chore: bump copilot@1.60.1
chore: bump copilot@1.60.1
629531946d11d5f3a387fb25a4286866dd45c5da
--- graphql.yml @@ -78,11 +78,11 @@ applications: queryTemplate: "packages/me-at-walmart-athena-queries/src/getAssociateById.graphql" tags: - "v1" - - name: "getAssociatePreferences" - hash: "38e0530d669fff42cb1dc8e5814369c40c33f6d6a77ed734e039948a0c06e8f4" -...
Update graphql.yml
Update graphql.yml
e40e1d20acf4e843d7a05d24670073a77d82f24f
--- packages/allspark-authentication/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-authentication", - "version": "5.0.0-alpha.4", + "version": "5.0.0-alpha.5", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -22,8 +22,8 @@ "author": "", "license": "ISC", "dep...
chore: bump alpha version
chore: bump alpha version
69e2654e3ade83f78b6f96d03f60925bbbebdbcf
--- src/managerExperience/components/AssociateList/AssociateList.tsx @@ -0,0 +1,56 @@ +import React, {useMemo} from 'react'; +import {useSafeAreaInsets} from 'react-native-safe-area-context'; +import {AssociateListItem} from '../AssociateListItem'; +import {AssociateListProps, AssociateListRenderItem} from './types'; +...
feat: developed initial associate list component
feat: developed initial associate list component
a906147e673ce4150eae398bcc02d488ab3540ab
--- .yarn/patches/@walmart-facilities-management-miniapp-npm-0.18.33-alpha1-8e1df08388.patch @@ -0,0 +1,13 @@ +diff --git a/dist/common/header/NavHeader.js b/dist/common/header/NavHeader.js +index 24162c23b8e93c5a3b8191e6f462baea193a6b43..d829172dc9f3dde611c04c60043d7929f9f5689b 100644 +--- a/dist/common/header/NavHead...
feat(menu): fix facilities issue (#5038)
feat(menu): fix facilities issue (#5038)
5d317624a9f0bf1f566b471e85c2e4a9a9bd5c47
--- package.json @@ -157,7 +157,7 @@ "@walmart/react-native-scanner-3.0": "0.17.5", "@walmart/react-native-shared-navigation": "~6.3.28", "@walmart/react-native-store-map": "0.3.7", - "@walmart/react-native-sumo-sdk": "2.9.0-alpha.2", + "@walmart/react-native-sumo-sdk": "2.9.0", "@walmart/reac...
chore(bump): bumped sumo sdk version (#5290)
chore(bump): bumped sumo sdk version (#5290) Co-authored-by: Hariharan Sundaram <hariharan.sundaram0@walmart.com>
041274c2fa150c514a8f5c7386609b801e0c90bb
--- packages/allspark-foundation/src/GraphQL/client.ts @@ -67,13 +67,6 @@ export class GraphQLClient extends ApolloClient<NormalizedCacheObject> { this._httpLink = httpLink; this._persistedQueryLink = persistedQueryLink; this._dynamicLink = dynamicLink; - - if (connectToDevTools) { - const { - ...
refactor: remove apollo flipper plugin integration
refactor: remove apollo flipper plugin integration
b2d23e70e0c8c50d73ea329fd5e92df9d7e3c3bf
--- __tests__/navigation/AssociateHallwayNav/SideMenuContentTest.tsx @@ -107,7 +107,6 @@ describe('SideMenuContent', () => { }); // taskBadge mockUseSelector.mockReturnValueOnce(true); mockUseState.mockReturnValueOnce([false, setShowDialog]); - // (Hooks.useUnreadMessageCount as jest.Mock).mockReturnValueOnce...
remove commented code
remove commented code
b9734a7058a551ccbab69d760b857b83fb37bbfe
--- packages/allspark-utils/src/hooks/index.ts @@ -1,6 +1,5 @@ export { useAppState, useAppStateEffect } from './useAppState'; -export { useAsync } from './useAsync'; -export type { AsyncHookResult } from './useAsync'; +export { useAsync, useLazyAsync } from './useAsync'; export { useBackButton } from './useBackButto...
refactor: change useAsync hook to accept params. add useLazyAsync hook.
refactor: change useAsync hook to accept params. add useLazyAsync hook.
52f7a102b4793d342cdbb9474040164921644584
--- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/AllsparkHubContainer.tsx @@ -16,7 +16,6 @@ import { ManagerExperienceCreators } from '../../Redux'; import { useHubConfig } from '../../Hooks/useHubConfig'; import { ClockOutGuard } from '../../ClockOut'; import { BottomSheetProvider } from '../../Bot...
feat(ui): update the default layout for hubs
feat(ui): update the default layout for hubs
a56e6e7fc007034c53b55ecf2e2239a1787707c7
--- __tests__/navigation/AssociateHallwayNav/SideMenuContentTest.tsx @@ -3,7 +3,7 @@ import {useSelector, useDispatch} from 'react-redux'; import {DrawerActions} from '@react-navigation/native'; import {useDrawerStatus} from '@react-navigation/drawer'; import {User} from '@walmart/redux-store'; -import {create} from...
Ptt integration
Ptt integration
a588cf716a1b90dd0f8866f15ace264b59c20e9c
--- package-lock.json @@ -57,7 +57,7 @@ "@walmart/iteminfo-mini-app": "7.0.8", "@walmart/manager-approvals-miniapp": "0.2.1", "@walmart/me-field-mini-app": "1.1.45", - "@walmart/metrics-mini-app": "0.9.58", + "@walmart/metrics-mini-app": "0.9.59", "@walmart/mod-flex-min...
metrics version bump
metrics version bump
a2ca0b29a1a86cb3cb25994a2c0cdbc912cca628
--- yarn.lock @@ -5634,7 +5634,7 @@ __metadata: typed-redux-saga: "npm:^1.5.0" peerDependencies: "@react-native-community/datetimepicker": "*" - "@react-native-community/netinfo": 9.x + "@react-native-community/netinfo": 11.x "@react-native-firebase/analytics": 17.x "@react-native-firebase/...
chore: update yarn lock
chore: update yarn lock
63f58f5db6bff9712a2247cc28dd37b1b3f7c3ec
--- .looper.multibranch.yml @@ -24,7 +24,7 @@ envs: ANDROID_BASE_PATH: targets/US/android branches: - - spec: feature/drop25 + - spec: feature/drop25-sidekick triggers: - manual: name: Publish Packages (Pre-Release)
fix: looper update DWORK-00
fix: looper update DWORK-00
a747b062c0c7283586c581a22049ae62a42eabac
--- package.json @@ -139,7 +139,7 @@ "@walmart/react-native-cookies": "1.0.1", "@walmart/react-native-encrypted-storage": "~1.1.3", "@walmart/react-native-logger": "1.38.1", - "@walmart/react-native-scanner-3.0": "0.14.14", + "@walmart/react-native-scanner-3.0": "0.15.2", "@walmart/react-nativ...
feat(scanner): VS-9783 Scanner features and bug fixes (#4627)
feat(scanner): VS-9783 Scanner features and bug fixes (#4627) * fix(patch): VS-9783 Scanner crash fix and improvements * fix(ci): dummy commit to trigger CI * fix(patch): VS-9783 Scanner crash fix and improvements --------- Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com>
27a81bd051b69a564b634645ba0e1f84127ea5bb
--- ios/Podfile.lock @@ -623,9 +623,9 @@ PODS: - JWT (~> 3.0.0-beta.12) - React-Core - SSZipArchive (~> 2.2.2) - - compass-sdk-ios (0.4.3) - - compass-sdk-rn (5.18.19): - - compass-sdk-ios (= 0.4.3) + - compass-sdk-ios (0.4.12) + - compass-sdk-rn (5.19.3): + - compass-sdk-ios (= 0.4.12) - ...
FixIT: Drop 20 Features
FixIT: Drop 20 Features
2af0166c0cb3080db1254fcbe53353b4635840ad
--- packages/allspark-foundation/__tests__/Hooks/useUserPreferences.test.ts @@ -24,7 +24,7 @@ describe('Hooks/useUserPreferences.ts', () => { loading: true, data: [], })); - const preferences = renderHook(() => useUserPreferences()); + const preferences = renderHook(() => useUserPreferences([])...
chore(ui): fixed lint issues
chore(ui): fixed lint issues
2fda31b6e34ddf83c423edee3fe0f16a53f3389f
--- package-lock.json @@ -117,7 +117,7 @@ "react-native-flipper": "0.182.0", "react-native-fs": "^2.20.0", "react-native-geolocation-service": "^5.3.1", - "react-native-gesture-handler": "2.9.0", + "react-native-gesture-handler": "^2.9.0", "react-native-get-random-value...
chore: updating PC version
chore: updating PC version
d8dc409a97dfce3903c3f96f27d14c28f0f0d803
--- src/index.tsx @@ -82,13 +82,11 @@ export const TextingMiniApp = () => { return ( <LoggerCloneProvider fields={LOGGER_FIELDS}> <HttpClientCloneProvider id={HTTP_CLIENT_KEY} config={httpConfig}> - <ClockedOutScreenGuard> - <PresenceProvider> - <ChannelsProvider> - ...
adding clock guard
adding clock guard
da1357d99ddc21e48aecb5a07c56911dc788e3a5
--- targets/US/package.json @@ -93,7 +93,7 @@ "@walmart/calling-mini-app": "0.5.17", "@walmart/checkout-mini-app": "3.24.0", "@walmart/compass-sdk-rn": "5.19.15", - "@walmart/config-components": "4.4.5", + "@walmart/config-components": "4.5.3", "@walmart/core-services": "~6.5.2", "@walmar...
Platform Drop27 Changes
Platform Drop27 Changes
0bb851d4c0265297b017b9ed921e7b53b5ebaa37
--- packages/allspark-foundation/src/Container/AllsparkContainer.tsx @@ -68,7 +68,7 @@ const styles = StyleSheet.create({ */ export class AllsparkContainer< E extends BaseAllsparkEnvironment = BaseAllsparkEnvironment, - T extends ContainerSetupTypes = ContainerSetupTypes + T extends ContainerSetupTypes = Contai...
feat: add container setup guard for easy render guard based on dynamic setup
feat: add container setup guard for easy render guard based on dynamic setup
2ee08aac086284208c6d106770563f531295c0cb
--- packages/allspark-foundation/src/Components/Alerts/types.ts @@ -1,10 +1,9 @@ -import { AlertVariant, LinkColorType } from '@walmart/gtp-shared-components/dist'; +import { AlertVariant, LinkColorType } from '@walmart/gtp-shared-components-3'; import { CommonViewProps } from '../Banners'; import { GestureResponderE...
fix(ui): update deprecated gtp shared components package (#510)
fix(ui): update deprecated gtp shared components package (#510) * feat(ui): fix the build issue with gtp shared component * feat(ui): fix the build issue with gtp shared component --------- Co-authored-by: p0d02sx <prasansuresh.dhresh@walmart.com>
10a65430d3189e7a97243472ef1bc251a48e384b
--- package-lock.json @@ -3333,9 +3333,9 @@ "integrity": "sha512-BLuytnF1hUmtxofNI5HnMk39hfpSY6bT37BMx8e3int8+fYd68K7vEKK1UPwLJVOhIUW8cZ1J/njESEUCrfIeA==" }, "@walmart/feedback-all-spark-miniapp": { - "version": "0.0.55", - "resolved": "https://npme.walmart.com/@walmart/feedback-all-spark-min...
Bumping feedback mini app version to reflect connectivity banner changes
Bumping feedback mini app version to reflect connectivity banner changes
5dd7c252aa2fbc9b3c5c6719baefc4d3af69d4c6
--- __tests__/PinAccess/PinAccessScreenTest.tsx @@ -152,7 +152,9 @@ describe('PinAccess', () => { expect(WmTelemetry.logEvent).toHaveBeenCalledWith( 'pin_access', 'pin_entered_successful', - {}, + { + pin_access_method: 'pin', + }, ...
added a common telemety for both biometric and entering pin scenario
added a common telemety for both biometric and entering pin scenario
e4ce17b0f9eb5116669b29aa3e12b2f9a575a455
--- src/queries/getAssociateClockStatus.ts @@ -1,5 +1,5 @@ import * as Types from './schema.types'; -import {gql} from '@walmart/allspark-foundation/GraphQL'; +import {gql} from '@walmart/allspark-graphql-client'; import * as ApolloReactCommon from '@walmart/allspark-graphql-client'; import * as ApolloReactHooks fro...
fix(ui): updated imports SMDV-5878
fix(ui): updated imports SMDV-5878
cc509b4ca1ac31f370ebc70bfe41f4557ff902db
--- example/ios/Podfile.lock @@ -1290,7 +1290,7 @@ PODS: - RNFBApp (17.4.3): - Firebase/CoreOnly (= 10.7.0) - React-Core - - RNGestureHandler (2.17.1): + - RNGestureHandler (2.16.2): - glog - RCT-Folly (= 2022.05.16.00) - React-Core @@ -1682,7 +1682,7 @@ SPEC CHECKSUMS: RNDeviceInfo: 42...
feat: revert podlock
feat: revert podlock
36625b98f2fe574b0fb571000759001265bb3743
--- packages/allspark-foundation-hub/jest.config.js @@ -6,6 +6,9 @@ module.exports = { transformIgnorePatterns: [ '<rootDir>/node_modules/(?!(nanoid|react-native-reanimated|@walmart/gtp-shared-components|@walmart/gtp-shared-icons|@walmart/allspark-foundation/User)/)', ], + moduleNameMapper: { + '^@/(.*)$...
chore: fix tests
chore: fix tests
a3f9a8401b7200d961669b6632920a16b2c52cc8
--- targets/US/ios/AllSpark/AllSpark-Beta.entitlements @@ -4,6 +4,8 @@ <dict> <key>aps-environment</key> <string>development</string> + <key>com.apple.developer.networking.wifi-info</key> + <true/> <key>com.apple.security.application-groups</key> <array> <string>group.com.walmart</string>
Added wifi-info to entitlements
Added wifi-info to entitlements
a16ceba4fa092082069ee6a5e957916a754208ff
--- CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.36.0-alpha.7](https://gecgithub01.walmart.com/allspark/allspark-core/compare/v6.36.0-alpha.6...v6.36.0-alpha.7) (2025-09-11)...
chore(version): updating package version
chore(version): updating package version
255181c6f0939a7dacf5427750aa56ca79fd067e
--- yarn.lock @@ -7218,10 +7218,10 @@ __metadata: react-redux: "npm:^8.1.3" peerDependencies: "@react-navigation/native": 6.x - "@walmart/allspark-foundation": "workspace:^" - "@walmart/allspark-utils": "workspace:^" + "@walmart/allspark-foundation": ">=6.27" + "@walmart/allspark-utils": ">=6.5...
chore: fix lockfile
chore: fix lockfile
8b3d908a2906abe8762b8dabaf70565a449402b8
--- targets/US/package.json @@ -145,7 +145,7 @@ "@walmart/schedule-mini-app": "0.118.2", "@walmart/shelfavailability-mini-app": "1.5.37", "@walmart/shop-gnfr-mini-app": "1.0.137", - "@walmart/sidekick-mini-app": "4.84.7", + "@walmart/sidekick-mini-app": "4.84.9", "@walmart/store-feature-orders...
chore: bump sidekick@4.84.9
chore: bump sidekick@4.84.9
77626bb4ca77771cb3b5111e3c1f0eadff4476c1
--- targets/US/package.json @@ -144,9 +144,9 @@ "@walmart/roster-mini-app": "2.8.2", "@walmart/schedule-mini-app": "0.118.0", "@walmart/shelfavailability-mini-app": "1.5.33", - "@walmart/sidekick-mini-app": "4.70.2", + "@walmart/sidekick-mini-app": "4.77.0", "@walmart/store-feature-orders": "1...
chore: bump taskit version
chore: bump taskit version
54ae195f47852e731080d5b579e9477906b2ce44
--- packages/core-services-allspark/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.10.16](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/cor...
chore(version): updating package version
chore(version): updating package version - @walmart/core-services-allspark@2.10.16
bde61c9e54ea25c2008d768fdc5fa7cdd8e52cff
--- packages/expo-config-plugins/src/utils.ts @@ -4,3 +4,8 @@ export function sanitizedName(name: string) { .normalize("NFD") .replace(/[\u0300-\u036f]/g, ""); } + +export function doNothing(name: string) { + // This function intentionally does nothing. + return name; +}
feat(test): testing published versions
feat(test): testing published versions
3320685d965a57ddb942450379a087051ba4ea09
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "3.2.0", + "version": "3.2.1-alpha.1", "main": "dist/index.js", "files": [ "dist",
feat(ui): adding new roster pre release version
feat(ui): adding new roster pre release version
ffee99dc9ed69d14ceff6da332d34c041d715d5d
--- packages/core-services-allspark/src/notification/sagas.ts @@ -269,13 +269,16 @@ export function* notificationSagas(this: NotificationSagaScope): any { createRestartableSagas( [ takeLeading(USER_CHANGED_ACTIONS, onUserChange.bind(this)), - takeLeading(AuthTypes.SIGN_OUT_SUCCESS, unregiste...
fix: fix permission selector and notification saga logic
fix: fix permission selector and notification saga logic
d6cd4092a7c574cbcd0d4d42cd16960a0c41edb7
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "3.6.9", + "version": "3.6.10", "main": "dist/index.js", "files": [ "dist", @@ -90,7 +90,7 @@ "@walmart/react-native-logger": "1.35.0", "@walmart/react-native-scanner-3.0": "0.10.4", "@walmart/react-nativ...
feat(ui): update myteam mini app version package
feat(ui): update myteam mini app version package
41e77b2aac74567d3d9c6cbc46a32e14492f663f
--- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/ActionButtonGroup/ActionButtonGroup.tsx @@ -15,35 +15,33 @@ export const ActionButtonGroup = ({ }: ButtonGroupProps) => { const showCancelButton = useSelector(cancelActionButtonEnabled); return ( - <> - <View style={styles.buttonContai...
feat: reversed action button change
feat: reversed action button change
a50c9285d4d921b24038a79649c7785a8c89fee3
--- package-lock.json @@ -40,7 +40,7 @@ "@walmart/attendance-mini-app": "0.33.0", "@walmart/config-components": "4.0.1", "@walmart/core-services": "~1.4.11", - "@walmart/core-services-allspark": "~2.1.2", + "@walmart/core-services-allspark": "~2.2.2", "@walmart/core-uti...
Bumped core-services-allspark
Bumped core-services-allspark
938f117138221938c275ce567e81f0974ffc269b
--- package.json @@ -21,20 +21,20 @@ "check-expo-libs": "expo install --check", "certify-booted-sim": "scripts/certifyBootedSim.sh", "coverage": "echo 'Skipping tests to test native builds' > test-report.xml || jest --coverage", - "env:beta": "NODE_ENV=beta expo prebuild --clean", - "env:dev": "NOD...
chore: remove dev client. update local scripts to prompt for process variables
chore: remove dev client. update local scripts to prompt for process variables
c682f18b9e39e84045c0832b9aa95ff16749aecf
--- package-lock.json @@ -55,7 +55,7 @@ "@walmart/impersonation-mini-app": "1.18.3", "@walmart/ims-print-services-ui": "2.4.0", "@walmart/inbox-mini-app": "0.83.3", - "@walmart/iteminfo-mini-app": "7.3.1", + "@walmart/iteminfo-mini-app": "7.3.2", "@walmart/manager-appro...
item info bugfixes for DSL
item info bugfixes for DSL
dbd6edd2b7833c00dd82b40d9fee331e71ab8f68
--- package.json @@ -93,13 +93,13 @@ "@walmart/me-at-walmart-athena-queries": "6.26.1", "@walmart/me-at-walmart-common": "6.29.0-alpha.0", "@walmart/me-at-walmart-container": "6.29.0-alpha.0", - "@walmart/myteam-mini-app": "3.0.2-alpha.1", + "@walmart/myteam-mini-app": "3.0.2-alpha.2", "@walma...
chore(ui): update roster and myteam mini app
chore(ui): update roster and myteam mini app
5fbfee6a4c0385730c8a92ebe321553137b0ab9c
--- __tests__/harness/index.tsx @@ -14,12 +14,6 @@ import { EnvironmentProvider, } from '@walmart/core-services/Environment/index'; import {EnvType} from '@walmart/core-services/Environment/types'; -import {IChannelsContext} from '../../src/channels'; -import {ChannelsContext} from '../../src/channels/context'; -i...
update harness
update harness
5ca0c40f3fd508a8b6779bc2a5d47ff9530ec4e2
--- packages/allspark-foundation/__tests__/Feature/validate.test.ts @@ -1,63 +1,33 @@ import { validateFeatureId, validateScreenName, validateModalName } from '../../src/Feature/validate'; describe('Validation Utilities', () => { - const originalWarn = console.warn; - - beforeEach(() => { - console.war...
code cleanup
code cleanup
02e6846fb39f09e2046d77c610a0eba7304b3eb0
--- docs/CHANGELOG.md @@ -1,3 +1,17 @@ +# [2.10.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.9.0...v2.10.0) (2024-08-29) + + +### Features + +* **ci:** added a comment ([f34ea0d](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/f34ea0d5236d2df9333fcca00933f5abf4e8cbd7)) +* **ci:** key fix...
chore(release): 2.10.0 [skip ci]
chore(release): 2.10.0 [skip ci] # [2.10.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.9.0...v2.10.0) (2024-08-29) ### Features * **ci:** added a comment ([f34ea0d](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/f34ea0d5236d2df9333fcca00933f5abf4e8cbd7)) * **ci:** key fix ([4ef1fbf](h...
68fa1588bbacf588a7c1fa53e20400e06744c751
--- .looper.multibranch.yml @@ -1,167 +1,3 @@ inherit: job:///allspark/allspark-core/allspark-template:allspark-template.yml updateTaskStatusOnGit: true # added as per discussion on SREDP-11895 - -cache: # overridden to fix cocoapods path - - name: yarn-cache - configs: - - type: yarn - excludes: - ...
fix: looper fix (#4634)
fix: looper fix (#4634) Co-authored-by: Shubhang Shah <s0s0zug@homeoffice.wal-mart.com>
c6f7d36dae152fb804643e6045dc3836a510ea9f
--- packages/allspark-foundation-hub/src/HubFeature/TeamSelection/Component/TeamSelectionList.tsx @@ -128,22 +128,6 @@ export const TeamSelectionList = ({ }, }); - const handleCancelButton = () => { - if (isUserAlreadyOnboarded) { - AllsparkNavigationClient.goBack(); - } else { - Allspark...
Update the team selection for removing the Cancel button
Update the team selection for removing the Cancel button
c053335160c8e116e2f8f3c5e92346f5f36d062f
--- package-lock.json @@ -5279,9 +5279,9 @@ } }, "@walmart/gtp-shared-components": { - "version": "1.8.9", - "resolved": "https://npme.walmart.com/@walmart/gtp-shared-components/-/gtp-shared-components-1.8.9.tgz", - "integrity": "sha512-8UOztkTJq08Z7yG3AAPaHztOlnMP0tKeyO6s/yEh3XIPqpmmwRE...
feat: :package: Bump gtp-shared-components package version to 1.8.13
feat: :package: Bump gtp-shared-components package version to 1.8.13
e163ccb4462126bb4231ad71df0b7718aaf4c856
--- package.json @@ -146,7 +146,7 @@ "@walmart/store-feature-orders": "1.26.12", "@walmart/taskit-mini-app": "3.3.0", "@walmart/time-clock-mini-app": "2.395.0", - "@walmart/topstock-mini-app": "1.15.19", + "@walmart/topstock-mini-app": "1.15.20", "@walmart/ui-components": "patch:@walmart/ui-co...
fix(VS-5650): updated topstock version
fix(VS-5650): updated topstock version
822d49b46289a6ce0a89429b8c4d5ca202f94643
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/roster-mini-app", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/roster-mini-app", - "version": "1.1.3", + "version": "1.1.4", "hasInstallScr...
Update version
Update version
af7bd86ebd36bbc891de8dd85b2d7fb6af445d0d
--- package-lock.json @@ -54,7 +54,7 @@ "@walmart/gtp-shared-components": "^2.0.0", "@walmart/impersonation-mini-app": "1.9.1-patchFix.1", "@walmart/ims-print-services-ui": "1.2.0", - "@walmart/inbox-mini-app": "0.81.2-378-0299418", + "@walmart/inbox-mini-app": "0.81.2-378-536bc...
inbox version updgraded
inbox version updgraded
d55e589e351ff15e50430382c0ed3fd5173300bc
--- packages/allspark-foundation-hub/src/Store/Hooks/index.ts @@ -1,5 +1,5 @@ export * from './useGetAllTeamsOfStore'; -export * from './useGetViewersPrimaryTeamName'; +export * from './useGetViewersPrimaryTeam'; export * from './useTeamSelection'; export * from './useTeamsByStore'; export * from './useUserPreferen...
update teamId constant
update teamId constant
c71d725a5e825a0993684ab42ee9d060860b4f25
--- packages/allspark-foundation/src/Navigation/context.tsx @@ -12,6 +12,7 @@ export type IDrawerContext = { }; export const { + Context: DrawerContext, Provider: DrawerContextProvider, /** * Hook that returns AllsparkDrawer interface to interact with the drawer.
chore: add drawer context to exports
chore: add drawer context to exports
3c77cda22d1ee64784a0b5e408148a1ce7aea0b1
--- packages/allspark-foundation/__tests__/Components/HubWidget.test.tsx @@ -84,17 +84,4 @@ describe('HubWidget', () => { expect(queryByTestId('actionTxt')).toBeNull(); expect(queryByTestId('action-btn')).toBeNull(); }); - test('Test 7: renders component with content-only variant when variant is not provi...
Hub widget - make variant mandatory
Hub widget - make variant mandatory
e90c299639dca213f6359cb76eaad90026250f87
--- __tests__/utils/blobs-test.js @@ -37,4 +37,19 @@ describe('Blobs utils', () => { MOCK_FILES['older/file/path'].path, ); }); + + describe('isValidFilename', () => { + it('should return false if base path is not valid', () => { + //TODO + return true; + }); + it('should return false...
adding validator for uri filename
adding validator for uri filename
b484c847d089cdaaf20cabc2b8fb7a37900f1285
--- packages/expo-config-plugins/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. +# [0.3.0](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/expo-config-plugins@0.2...
chore(version): updating package version
chore(version): updating package version - @walmart/expo-config-plugins@0.3.0
857b7a3f6a730daac236eb89f22c78cc66de91e1
--- package.json @@ -302,7 +302,7 @@ } }, "transformIgnorePatterns": [ - "<rootDir>/node_modules/(?!(react-native|@walmart/core-utils|@walmart/core-services|@walmart/core-services-allspark|@walmart/gtp-shared-components|@react-native-community/picker|@walmart/redux-store|@react-native-firebase|rea...
chore: looper fix
chore: looper fix
1466c3d11c78b4594146c0b2268fca0aa515bb23
--- src/navigation/AssociateHallwayNav/Tabs/HomeStackNav.tsx @@ -51,10 +51,10 @@ export const InboxHeaderRight = () => { const [badgesCount] = useBadgesCount(0); const navigtion = useNavigation<NavigationProp<HomeRouteParams>>(); const onPress = () => { - navigtion.navigate('inbox'); WmTelemetry.logEve...
adding telemetry before navigate
adding telemetry before navigate
d05cf9bbaaf4e70030a7c95926a2c9c5b3d617d6
--- package-lock.json @@ -4258,9 +4258,9 @@ "integrity": "sha512-rsHtoIJTGpR2zLro+B2r94psuK7G83J0XsUoerXiTAhRNDK/Si+oQiGI+xliq7bKRatUlbl6FrzblsILjofyGw==" }, "@walmart/inbox-mini-app": { - "version": "0.26.0-beta.7", - "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini...
version inbox
version inbox
344f1021094ad664bdc8e00c0681cc88dfa7370b
--- src/config/HubConfig.tsx @@ -6,14 +6,79 @@ * for use in the Associate Experience Hub. */ -import React from 'react'; +import React, {Suspense, lazy} from 'react'; import {useSelector} from 'react-redux'; import {SiteSelectors} from '@walmart/allspark-foundation/Site'; import {ComponentsModule} from '@walma...
feat(ui): update the performance
feat(ui): update the performance