commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
0151033a40baf10d79694ac5fce69fe3c85c941c
--- packages/allspark-foundation/src/Components/ComponentContainers.tsx @@ -42,6 +42,7 @@ export type ComponentContainerConfig = { export class ComponentContainer<Props = {}> { private _config = {} as ComponentContainerConfig; private _components = new Map<string, ComponentType<Props>>(); + private _disabled = ...
feat: add replace, enable, and disable options to component container class
feat: add replace, enable, and disable options to component container class
78e1d21204636d0b5138b10167fe4d0b105d5b53
--- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/AllsparkHubContainer.tsx @@ -17,6 +17,10 @@ import { useHubConfig } from '../../Hooks/useHubConfig'; import { ClockOutGuard } from '../../ClockOut'; import { BottomSheetProvider } from '../../BottomSheet/BottomSheetContext'; import { TeamSelection } f...
feat(ui): cleanup, added single object for all component overrides
feat(ui): cleanup, added single object for all component overrides
2df9151506a075dea1a42f873859faca720749c0
--- src/components/AssociateRosterItem/index.tsx @@ -15,7 +15,7 @@ import {useSelector} from 'react-redux'; import {SiteSelectors} from '@walmart/redux-store'; import {PresenceIndicator} from '../../presence/components/PresenceIndicator'; -import {encryptUserId} from '../../utils'; +import {associateDisplayName, en...
fix associate display name
fix associate display name
2c419b37eca0afb205e2e055f96eb2d7769b4792
--- package-lock.json @@ -63,7 +63,7 @@ "@walmart/onewalmart-miniapp": "1.0.14", "@walmart/pay-stub-miniapp": "0.9.28", "@walmart/payrollsolution_miniapp": "0.130.28", - "@walmart/price-changes-mini-app": "1.8.5", + "@walmart/price-changes-mini-app": "1.8.6", "@walmart/...
Bump price changes v1.8.6
Bump price changes v1.8.6
4404d9bf5066a5542ec382651bd8df0aef066ab1
--- package-lock.json @@ -3388,9 +3388,9 @@ "integrity": "sha512-obMi22nJz2FN8CWuJ/0ekV9pKMRQJz0u4qiX5lQTAv6yOVUmtJtksvErLAlZtc+ACiLUakj2EiRyw1bUcN+YNQ==" }, "@walmart/ims-print-services-ui": { - "version": "0.0.35", - "resolved": "https://npme.walmart.com/@walmart/ims-print-services-ui/-/ims...
ItemInfo 2.0.7
ItemInfo 2.0.7
0dc6cffb0243ed76f4dcfcd07954e03124a2ab61
--- package-lock.json @@ -5243,9 +5243,9 @@ "integrity": "sha512-qLdsZzlG4t1os8wJH9fi8JYPIZh8P3GBehf2bq2anQIZ9N1U+QlW8SA2t5S4NnNemhI3bhjMGXbhvcv1M0mhYg==" }, "@walmart/facilities-management-miniapp": { - "version": "0.2.3-2", - "resolved": "https://npme.walmart.com/@walmart/facilities-managem...
Updated package-lock.json
Updated package-lock.json
e450d62fc654b0caddb876dc35a926f9b83c983e
--- packages/allspark-foundation-hub/src/HubFeature/BottomSheet/HubOnboardingImage/OnboardingImage.tsx @@ -4,6 +4,8 @@ import { Text, View } from 'react-native'; import { HubOnboardingImageProps } from './types'; import styles from './styles'; import { useAllsparkImage } from '@walmart/allspark-foundation/Components...
Adding logs for onboarding image
Adding logs for onboarding image
93f8e4b2fe9e136022e375709d1cd4fc2b9f2232
--- __tests__/harness/redux/mockState/appConfigState.ts @@ -7,29 +7,27 @@ export const appConfigState: AppConfigState = { initializing: false, initialized: true, data: { - container: { - wmconnect: { - rmaPath: '/texting/weekly_schedule_link', - rmaAppId: '6b00c730-69d8-440f-86f7-2bc396db...
chore(ci): fix tests
chore(ci): fix tests
2fb3131fe290b855d2d35446ebe9ef16de06ddfe
--- src/screens/AllTeamsScreen/SupplyChainAllTeamsScreen.tsx @@ -77,7 +77,7 @@ export const SupplyChainAllTeamsScreen = () => { {showTotalStore ? ( <> <TeamListItem - teamId='Totalsite' + teamId='total' domain={supplyChainDomain} i...
fix: fix totalsite all teams image
fix: fix totalsite all teams image
8b23ebd9c9dae0eb32b0b517e4333689fc816ee5
--- core/src/navigation/USHallway/AssociateHallwayNav/MainStackNav.tsx @@ -180,7 +180,7 @@ const MiniAppScreens = createMiniAppScreens(MainStack, [ clockCheckEnabled: true, }, { - featureId: 'checkoutReturn', + featureId: MINI_APPS.CHECKOUT_RETURN, name: 'Returns', component: ReturnsMiniApp, ...
ALLSPARK-4320: Updated checkout and fcm
ALLSPARK-4320: Updated checkout and fcm
6eb3e0f8402f3d36ef8aa6cf7b2197edb851abce
--- .looper-native-common.yml @@ -26,7 +26,6 @@ envs: BETACRASH_APP_ID: "889" SLACK_WEBHOOK: "https://hooks.slack.com/services/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" - tools: maven: 3.5.4 nodejs: 9.11.2
removed spaces
removed spaces
ebbf34381b1564a2e9067db8baad6ddbfd1a4c0f
--- src/navigation/components.tsx @@ -59,7 +59,7 @@ export const LivingDesignTabBar = (props: MaterialTopTabBarProps) => { color: tintColor || '', })} trailing={options.tabBarBadge?.()}> - {label as string} + {label} </TabNavigationItem> ); }); --- src/navigat...
remove tsc bandaid
remove tsc bandaid
31fe4ddd116ba39df41140f16be0cff2ac593dfe
--- packages/me-at-walmart-location/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.1.0 (2025-11-03) + +### Features + +- **lib:** ALLSPARK-7058 refactor location ([#468](https:...
chore(version): updating package version
chore(version): updating package version - @walmart/me-at-walmart-location@1.1.0
2476b97ebeefffa5ef3c629c77a2f3ab6492a0e0
--- src/navigation/utils.ts @@ -3,7 +3,6 @@ import {View} from 'react-native'; import {AllsparkNavigationClient} from '@walmart/allspark-foundation/Navigation'; import {analytics} from '../logger/Analytics'; import {createAssociateChannelId, createChannelPath} from '../channels'; -import '../types/global.d'; // Impo...
fix(build-fix): SMDV-7807 fix global import
fix(build-fix): SMDV-7807 fix global import
a8034eea9b0a7b71edb0693f766a38a699eb5f75
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/me-at-walmart", - "version": "1.35.2", + "version": "1.35.3", "main": "index.js", "private": true, "workspaces": [
Update package.json
Update package.json
57bd50818468f4af27dfbe39d87aeedddce8f3ab
--- package-lock.json @@ -3218,9 +3218,9 @@ "integrity": "sha512-4VL2h7BKEZNP+QtIaYbQXJ6kpxZdeeCqTA3PvP1L933vlNsilF3y5RO9lCyMsTjWQ+AJ3Ww6gqC/oNDxjTvtGw==" }, "@walmart/time-clock-mini-app": { - "version": "0.3.4", - "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-clo...
Fixed missing punches bug Drop 2.5
Fixed missing punches bug Drop 2.5
638e4bc9baf5c6bda5380ce7d846b49b5bf51fcc
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -203,7 +203,6 @@ exports[`AssociateHallwayNav matches snapshot; handles mount and unmount effects name="emergency.banner" options={ Object { - "gestureDirection": "vertical", "gestureEnable...
gestureDirection removed
gestureDirection removed
b90f766798dc9d48f8b8ca5a664c94e8a4fe1ade
--- package-lock.json @@ -4137,9 +4137,9 @@ } }, "@walmart/allspark-home-mini-app": { - "version": "0.5.16", - "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.5.16.tgz", - "integrity": "sha512-4I9oqcQn8dmtIWBMEmHb3cOQC16VNruKVlTtaJH9n44WP6...
Home bump
Home bump
9b0e92c71c4144faccd0ea17c6a9ed9c1afef23b
--- package-lock.json @@ -3611,9 +3611,9 @@ } }, "@walmart/time-clock-mini-app": { - "version": "0.4.20", - "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-clock-mini-app-0.4.20.tgz", - "integrity": "sha512-CnkZLcvHuJ7jRefxpRGCHguXsk9svreC6wpdnFWH7XxcTTF99PQA+at...
Timeclock update
Timeclock update
74b3276cdc17132f3984c95954f7e8cdc31f5590
--- targets/US/package.json @@ -125,7 +125,7 @@ "@walmart/onewalmart-miniapp": "1.0.24", "@walmart/pay-stub-miniapp": "0.15.3", "@walmart/payrollsolution_miniapp": "0.141.17", - "@walmart/price-changes-mini-app": "1.10.20", + "@walmart/price-changes-mini-app": "1.10.21", "@walmart/profile-feat...
chore: updating pc version
chore: updating pc version
75e85959dee1c6e54ead478a32fed31eb02e246d
--- .looper-native-common-saucelabs.yml @@ -18,9 +18,14 @@ envs: XC_TARGET: 'AllSpark' PRODUCT_NAME: 'Me@Walmart' NO_PROXY: "*.walmart.com,chromium.googlesource.com,apps.betacrash.com" + APP_TITLE: "AllSpark-Core" #Sauce labs SAUCE_ACCESS_KEY: ENC[9Wm+fkPlZ074+OsM/ZWXGZ7p1+QKOfPD...
allspark saucelabs test automamtion looper job (#257)
allspark saucelabs test automamtion looper job (#257) * automation job integration * avoiding npm coverage * adding back npm coverage * added cron expression * changing inherit flow * ios automation changes * skip npm coverage * changing inherit job * printing working directory * ios automat...
c72e14e347589149c3cfb5b70dbaaa64f9fddc7a
--- src/components/AssociateRosterItem/style.ts @@ -40,4 +40,5 @@ export const styles = StyleSheet.create({ textDecorationLine: 'underline', }, buttonsStyle: {flexDirection: 'row', alignItems: 'center'}, + pushToTalkBtn: {marginRight: 8}, }); --- src/screens/SearchScreen.tsx @@ -41,7 +41,7 @@ import {use...
refactor
refactor
1cfbeb0a2180af04efb315831dc7bc882e4857f0
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/wmconnect-mini-app", - "version": "3.7.7", + "version": "3.7.8", "main": "dist/index.js", "files": [ "dist",
feat(ui): update package version
feat(ui): update package version
4784b3caf4403afc7425f821323f57539199b24e
--- packages/allspark-foundation/src/Navigation/types.ts @@ -9,6 +9,7 @@ import type { EventMapBase, PathConfigMap, LinkingOptions, + NavigationProp, } from '@react-navigation/native'; import { StackNavigationOptions, @@ -133,7 +134,14 @@ export type AllsparkScreenConfig< NavigationState, Stack...
chore: improve type definition
chore: improve type definition
890d2b98d112e9059da8619afe2d1f0053edeaa4
--- .looper.yml @@ -22,9 +22,9 @@ triggers: - manual: name: Publish From Package call: publishFromPackage - # - manual: - # name: Publish All - # call: publishAll + - manual: + name: Publish All + call: publishAll # - manual: # name: Publish Patch # call: publis...
Chore: update looper.yml for publishAll
Chore: update looper.yml for publishAll
c0352d87bbee39e8114b6b959f6a7b05d9298644
--- packages/allspark-foundation-hub/src/Shared/Components/ErrorScreen/ErrorScreen.tsx @@ -22,6 +22,7 @@ export interface ErrorScreenProps { handlePrimaryButtonPress: () => void; handleSecondaryButtonPress?: () => void; HeaderOverrides?: React.JSX.Element; + showFooterButtonGroups?: boolean; } export cons...
Update error screen buttons
Update error screen buttons
978bea9afee8405482fb6094c776610b633d0e73
--- packages/me-at-walmart-container/src/services/user/transforms.ts @@ -8,7 +8,13 @@ import { GetLoggedInUserFallbackQuery, GetLoggedInUserQuery, } from '../../queries'; -import { BU_TYPE_DOMAIN, TokenData, UserDomain, UserType } from './types'; +import { + BU_TYPE_DOMAIN, + DOMAIN, + TokenData, + UserDomai...
fix: add employeeType to user info derived from token data. update infer domain methods to return better types
fix: add employeeType to user info derived from token data. update infer domain methods to return better types
9db6ed916f315253c937a4fea7a8576c1bb87a38
--- packages/celebration-mini-app/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.14.0](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/celebration-m...
chore(version): updating package version
chore(version): updating package version - @walmart/celebration-mini-app@1.14.0
094a043bfdcea4768771ddb38f79f5783699502c
--- targets/US/package.json @@ -76,8 +76,8 @@ "@terrylinla/react-native-sketch-canvas": "patch:@terrylinla/react-native-sketch-canvas@npm%3A0.8.0#~/.yarn/patches/@terrylinla-react-native-sketch-canvas-npm-0.8.0-c7b2afd4cd.patch", "@walmart/allspark-authentication": "~6.4.7", "@walmart/allspark-cope-key-l...
feat(ui): Merge develop branch
feat(ui): Merge develop branch
9a74b9bfd786ab700dbcf2b905137b1ce11b30bf
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Hub/SiteHubDashboard.tsx @@ -30,7 +30,7 @@ import { useAllsparkTranslation } from '@walmart/allspark-foundation/Translation import { createDefaultWidgetPlaceholder } from '../../../HubFeature/utils'; import { OnboardingScreen } from '../Screens/Onboardin...
Updating query path
Updating query path
7c7072c49bec9dd489b0168864a77373c9ad2b50
--- yarn.lock @@ -7062,9 +7062,9 @@ __metadata: "@walmart/shop-gnfr-mini-app": "npm:1.0.137" "@walmart/sidekick-mini-app": "npm:4.84.14" "@walmart/store-feature-orders": "npm:1.27.1" - "@walmart/topstock-mini-app": "npm:1.19.2" "@walmart/taskit-mini-app": "npm:4.25.8" "@walmart/time-clock-mi...
fix():bumped up topstock version
fix():bumped up topstock version
5b67f598adc14d530bee295c0a0c603a74d6bbe8
--- android/app/src/main/res/values/colors.xml @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <resources> <color name="blue">#041e42</color> + <color name="black">#000000</color> </resources> --- android/app/src/main/res/values/styles.xml @@ -6,11 +6,11 @@ <item name="android:statusBarColo...
fix: 💄 Added text color for app theme to fix dark mode text input issue
fix: 💄 Added text color for app theme to fix dark mode text input issue
319d828be4956226c5a952d0325b73b1cd6640d5
--- package-lock.json @@ -57,7 +57,7 @@ "@walmart/inbox-mini-app": "0.83.3", "@walmart/iteminfo-mini-app": "7.2.2", "@walmart/manager-approvals-miniapp": "0.2.2", - "@walmart/me-field-mini-app": "12.0.23", + "@walmart/me-field-mini-app": "12.0.24", "@walmart/metrics-min...
⬆️ Bump Learning mini app
⬆️ Bump Learning mini app
3f20f841595f5e47948d489460cf15e6a5e15037
--- packages/core-services-allspark/src/httpClient/interceptors/unauthorized.ts @@ -32,7 +32,9 @@ async function unauthorizedErrorResponseInterceptor( statusList.push(response?.status); const limit = await this.getAllowed401Errors(); if (statusList.length > limit) { - this.logger.info('Signing user ...
chore(httpClient): update logger from info to error
chore(httpClient): update logger from info to error
e0f2974dbed6083fd8e152c1c2368fbdf4910cd2
--- package-lock.json @@ -5448,9 +5448,9 @@ } }, "@walmart/price-changes-mini-app": { - "version": "1.5.3", - "resolved": "https://npme.walmart.com/@walmart/price-changes-mini-app/-/price-changes-mini-app-1.5.3.tgz", - "integrity": "sha512-+qRUaM9tMKyqvLtXFm59meijj2mxG3+/6Ql39p6zkecyDi83...
Bump price-changes-miniapp to 1.5.4
Bump price-changes-miniapp to 1.5.4
169f7c2e5578f0b4e9caabfe1a9a987ca86b3ba1
--- package.json @@ -123,7 +123,7 @@ "@walmart/global-vpi-mini-app": "1.1.63", "@walmart/gta-react-native-calendars": "0.7.0", "@walmart/gtp-shared-components": "2.3.0-rc.0", - "@walmart/gtp-shared-components-3": "npm:@walmart/gtp-shared-components@3.0.0-beta.14", + "@walmart/gtp-shared-components-...
fix(nav): ALLSPARK-7413 fixed home navigation (#5189)
fix(nav): ALLSPARK-7413 fixed home navigation (#5189) Co-authored-by: Hariharan Sundaram <hariharan.sundaram0@walmart.com> Co-authored-by: Hariharan Sundaram <121838+h0s0em0@users.noreply.gecgithub01.walmart.com>
b1d124f4ad8471fff8054ea2c4af3dd9e3d6c60d
--- __tests__/sumo/SumoSagasTest.ts @@ -8,6 +8,7 @@ import { put, debounce, fork, + retry, } from 'redux-saga/effects'; import WmNotification, { Domain, @@ -33,7 +34,6 @@ import { TOKEN_CHANGED_ACTION, USER_CHANGED_ACTIONS, waitForToken, - retry, } from '../../src/redux'; import { getSumoC...
Updating register retry method
Updating register retry method
127c5d1e00b161c048fca6649c3601af57d05ab7
--- 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. +# [6.29.0](https://gecgithub01.walmart.com/allspark/allspark-core/compare/v1.31.0...v6.29.0) (2025-07-23) + + +### Features + +* ...
chore(version): updating package version
chore(version): updating package version
e76c3a2dd1d7e67116ed59ecf8335a7baed22f0c
--- __tests__/biometrics/BiometricModalTest.tsx @@ -34,7 +34,7 @@ describe('BiometricModal', () => { NotNowBtn.props.onPress(); expect(WmTelemetry.logEvent).toHaveBeenCalledWith( 'biometrics', - 'do_not_open_settings', + 'do_not_go_to_settings', {}, ); expect(mockNavigation.g...
corrected log message
corrected log message
f62e3c0aa13b083423d822c598d01e36e22f024c
--- package-lock.json @@ -61,7 +61,7 @@ "@walmart/exception-mini-app": "1.7.3", "@walmart/facilities-management-miniapp": "0.8.0", "@walmart/feedback-all-spark-miniapp": "0.9.58", - "@walmart/financial-wellbeing-feature-app": "1.23.1", + "@walmart/financial-wellbeing-feature-app...
bumped fwb version to 1.23.2
bumped fwb version to 1.23.2
d0f5c1573ccf3abe126d9491eddd397e5006ce25
--- src/common/ccmFallbacks.ts @@ -35,7 +35,7 @@ export const CCMFallbacks = { chatWidgetEnabled: true, chatWidgetQuickAction: 'myTeam.wmConnect', // Azure Blob Storage URLs - azureBlobStorageUrlProd: 'https://de1e692705prod.blob.core.windows.net', + azureBlobStorageUrlProd: 'https://ef752ec6d7stg.blob.core....
feat(ui): updated prod fallback url
feat(ui): updated prod fallback url
28db433fe2e4c9a762e1363f35d954f609b851fc
--- ios/Podfile.lock @@ -2223,4 +2223,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: c8030f644caf1ba753cc67911289be5cfac8c732 -COCOAPODS: 1.14.0 +COCOAPODS: 1.14.3 --- package.json @@ -54,7 +54,7 @@ "@react-native-camera-roll/camera-roll": "5.6.0", "@react-native-clipboard/clipboard": "^1.10.0", "@react-n...
chore: version fix
chore: version fix
f9b846023834e3b112c591a2fb4a0e95f8f4eea2
--- packages/allspark-foundation-hub/src/HubFeature/TeamSelection/Component/TeamSelectionListItem.tsx @@ -8,6 +8,8 @@ import { PrimaryTeam } from '../Constants/TeamSelectionConstants'; import { useAllsparkTranslation } from '@walmart/allspark-foundation/Translation'; import { useAllsparkImage } from '@walmart/allspar...
Adding logs and event for image uri failure
Adding logs and event for image uri failure
7951f85f3e7726ed122d675367524943d3c1983e
--- src/components/Roster/types.ts @@ -20,8 +20,6 @@ export interface RosterProps { dataOverride?: RosterData; } -//TODO: Refine type to only include fields needed to render an AssociateItem - export type AssociateRosterItem = Pick< Associate, | 'userId'
fixing types
fixing types
c69bf8431639b7989622d26ace8bd331bcc3e40c
--- package.json @@ -34,7 +34,7 @@ "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", "@commitlint/config-conventional": "^16.2.1", - "@react-native/babel-preset": "^0.73.0", + "@react-native/babel-preset": "^0.74.5", "@react-native/eslint-config": "0.73.2", "@redux-saga/testing...
fix: breaking test cases after RN version upgrade
fix: breaking test cases after RN version upgrade
4af1ee3a0f3ab0d920e54d09abc63a0ae7705da2
--- 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 Updated app version in package-lock
ECT-1733 Updated app version in package-lock
df75e5572b6c6f0a539ddfa1fed80991b8f7043b
--- package-lock.json @@ -4246,9 +4246,9 @@ "integrity": "sha512-JuNzcUSGo2OI5/P7dhyI6wnJvrQhIra/t22pLyUUMx/kuUvXKxGuwxFN4FlpeWe05R9S3DVPiFiHPgu+4KVEVg==" }, "@walmart/feedback-all-spark-miniapp": { - "version": "0.3.7", - "resolved": "https://npme.walmart.com/@walmart/feedback-all-spark-mini...
feedback mini app version bump
feedback mini app version bump
dcb7d78793412a6a4db10ee4788a7cfd861b79b8
--- yarn.lock @@ -6739,7 +6739,7 @@ __metadata: languageName: node linkType: hard -"@walmart/global-vpi-mini-app@npm:^1.1.3": +"@walmart/global-vpi-mini-app@npm:1.1.3": version: 1.1.3 resolution: "@walmart/global-vpi-mini-app@npm:1.1.3" checksum: 10c0/b58a6b6a93cba0a65441dcdbb6deff15a0366a99af55422930d...
chore: correct vpi version
chore: correct vpi version
125d87f563915ae5ca665d18411d37ee94d7e7f2
--- __tests__/changeStore/ChangeStoreInputTest.tsx @@ -68,7 +68,8 @@ describe('ChangeStoreInput', () => { Input.props.onChangeText('100'); expect(setSiteId).toHaveBeenCalledWith('100'); + setSiteId.mockClear(); Input.props.onChangeText('abc'); - expect(setSiteId).toHaveBeenCalledWith(''); + ex...
fix: fix logic to pass test
fix: fix logic to pass test
5cdbd5ec6d9cf663a5bf60ff71e4f2e6343fe6ab
--- __tests__/screens/MessagesScreen/OneToOneChat.tsx @@ -47,11 +47,11 @@ describe('1-1 chat', () => { expect(mockAdd).toHaveBeenNthCalledWith(1, { createdAt: 'mock-firestore-server-timestamp', message: 'Test message send on the messages screen', - sentFrom: 'hqBM7TCaSyCO4Fs\\9npxtA==', + s...
fix failing test
fix failing test
5d91569f5af20574dee17c28b421a13a4df3e115
--- 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.4", + "@walmart/inbox-mini-app": "0.94.7", "@walmart/iteminfo-mini-app": "7.12.1", "@...
inbox version increased
inbox version increased
11201e63ed6bacf26fc5beb3def4d8cef62f4179
--- .looper.codepush.yml @@ -1,5 +1,5 @@ node: ((osx||stable_osx)&&!dualcore) - +# Revoke below key once done with testing. envs: global: variables: @@ -14,14 +14,19 @@ branches: - spec: feature/* triggers: - manual: - name: release staging - Click only once - call: release + ...
update codepush config.
update codepush config.
c2d5d823e998a9739e6794d82d50e09e484afb75
--- yarn.lock @@ -1540,17 +1540,7 @@ __metadata: languageName: node linkType: hard -"@babel/types@npm:^7.0.0, @babel/types@npm:^7.18.13, @babel/types@npm:^7.20.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.3, @babel/types@npm:^7.25.2, @babel/types@npm:^7.26.10, @babel/types@npm:^7.27.1, @babel/types@npm:^...
fix: yarn dedupe
fix: yarn dedupe
583901069e945ef4be2930583b4edfc5c397cb45
--- graphql.yml @@ -56,6 +56,11 @@ applications: queryTemplate: "packages/me-at-walmart-athena-queries/src/updateManagerExperiencePreference.graphql" tags: - "v1" + - name: "upsertSupplyChainAssociatePreference" + hash: "571873ffcf9d8923e4951fa75addb46f876c94...
Update graphql.yml
Update graphql.yml
1b75550461c6dfe4f036edcc577c76167c048e6c
--- src/containers/ChatInput/AudioPlayback.tsx @@ -1,4 +1,5 @@ -import React, {useEffect, useRef, useState} from 'react'; +/* eslint-disable react-hooks/exhaustive-deps */ +import React, {useCallback, useEffect, useRef, useState} from 'react'; import {StyleProp, StyleSheet, View, ViewStyle} from 'react-native'; impor...
SMBLV-3998: Creating sound when it's initiated to play
SMBLV-3998: Creating sound when it's initiated to play
f58638f945baed4f572d8e6914b0ce4a3aa365eb
--- package-lock.json @@ -60,7 +60,7 @@ "@walmart/impersonation-mini-app": "1.20.6", "@walmart/ims-print-services-ui": "2.5.1", "@walmart/inbox-mini-app": "0.88.8", - "@walmart/iteminfo-mini-app": "7.6.1", + "@walmart/iteminfo-mini-app": "7.6.2", "@walmart/manager-appro...
bump up ItemInfo for drop 15.x
bump up ItemInfo for drop 15.x
3d0ad6ba1f87b0804e40b8a34b50deedca6c3866
--- package-lock.json @@ -45,7 +45,7 @@ "@walmart/counts-component-miniapp": "0.1.2", "@walmart/emergency-mini-app": "1.19.0", "@walmart/exception-mini-app": "1.1.11", - "@walmart/facilities-management-miniapp": "0.5.42", + "@walmart/facilities-management-miniapp": "0.6.2", ...
Updating package.json - @walmart/facilities-management-miniapp to 0.6.2
Updating package.json - @walmart/facilities-management-miniapp to 0.6.2
40fd65f9567a446f4fcae9566b3adbbe714d44a1
--- package-lock.json @@ -1887,9 +1887,9 @@ } }, "@walmart/ask-sam-mini-app": { - "version": "0.6.8", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.6.8.tgz", - "integrity": "sha512-ooWOkvb0gxS962CG793abMxfv/6DU2DdYs0M/R60Bod1EAaGw1bAQ6AMrofZJ3kq35...
Revert "Scanner"
Revert "Scanner"
ddf1399f49b530c53202e586965ae721211b1ce7
--- package-lock.json @@ -1866,9 +1866,9 @@ } }, "@walmart/allspark-home-mini-app": { - "version": "0.1.4", - "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.1.4.tgz", - "integrity": "sha512-iJfpDsE8E7D/EXeZt8cfdtHHYvCLGdhHag3xfiG3duASXX34...
Chore/vqa (#196)
Chore/vqa (#196) * fixed header font for ios AND android * update home mini app with vqa fixes * Adding theme provider to override gtp component styling * Ask Sam version bump * bump version of home mini app * remove caret Co-authored-by: rlane1 <rlane1@walmart.com>
5932149af3a9b7325faecc17170dc4ed5f7a8188
--- android/app/build.gradle @@ -131,12 +131,11 @@ android { } defaultConfig { - // TODO - change this package name to the proper one - applicationId "com.walmart.stores.allspark" + applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion ...
changing package name and redirect uris
changing package name and redirect uris
5ab50bbfb1ee293459e3af9e19591e6c1345b89e
--- .looper.yml @@ -23,4 +23,4 @@ flows: - (name Yarn Version) yarn --version - yarn install - yarn run lint - - yarn run coverage + # - yarn run coverage
feat(ui): update the roster mini app
feat(ui): update the roster mini app
198960fad8ef6d808f1f41c261f9b42aa2aeccf1
--- 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.33.6", + "@walmart/copilot-mini-app": "^3.33.8", "@walmart/core-services": "...
copilot 3.33.8 version with vqa fixes
copilot 3.33.8 version with vqa fixes
6e7032eabad4ecfb85bf6fcc2807e1b6289c8391
--- __tests__/__mocks__/react-native-fast-image.js @@ -0,0 +1,4 @@ +module.exports = { + __esModule: true, + default: 'FastImage', +}; --- __tests__/auth/AuthenticatorViewTest.tsx @@ -13,7 +13,7 @@ import {SectionCard} from '../../src/auth/SectionCard'; import {SSO_APP} from '../../src/types/telemetryConstants'; ...
lint fix
lint fix
37ea6f03c75d0bdca9742cc270b14758f67cb2c3
--- core/src/features/timeclock.tsx @@ -173,8 +173,10 @@ const OldTimeClock = OldTimeClockFeature.createModule({ }); export const getUseNewTimeclock = createSelector( - ConfigSelectors.createFeatureConfigSelector('timeclock'), - (config) => config?.useNewTimeclock ?? true, + ConfigSelectors.createFeatureConfigSe...
feat: timeclock switch updated
feat: timeclock switch updated
05c78e3912b2b30f5964c561e600b3a1ddb0efe8
--- ios/Podfile.lock @@ -623,9 +623,9 @@ PODS: - JWT (~> 3.0.0-beta.12) - React-Core - SSZipArchive (~> 2.2.2) - - compass-sdk-ios (0.2.18) - - compass-sdk-rn (5.10.0): - - compass-sdk-ios (= 0.2.18) + - compass-sdk-ios (0.2.19) + - compass-sdk-rn (5.7.4): + - compass-sdk-ios (= 0.2.19) - ...
Compass version upgrade to 5.7.4
Compass version upgrade to 5.7.4
1760f703a4ab17a6a87ef6e368eceae57feb14d7
--- scripts/mini-app-scan/package-deprecation/scheduled-library-deprecation.json @@ -4,40 +4,56 @@ "replacement": "@walmart/allspark-foundation", "enforcementDate": "2025-11-03", "notes": "Use the foundation replacement for all new development.", - "exemption": { + "exemptions": [{ "package"...
chore: add time-clock-mini-app to exemptions and scheduled deprecation (#5061)
chore: add time-clock-mini-app to exemptions and scheduled deprecation (#5061)
8c789d6cde69b34f73586f51e3d8eccdb970b1ea
--- src/navigation/utils.ts @@ -26,7 +26,7 @@ export const goToIndividualSchedule = ( businessUnitNumber: parseInt(siteId || '', 10), displayName: namecase(displayName), payType: payType, - walmartIdentificationNumber: win, + walmartIdentificationNumber: win?.toString(), ...
casting win to string
casting win to string
3338c0df24485758faf2ee67fb211f6a0ca19361
--- package.json @@ -137,7 +137,7 @@ "@walmart/react-native-shared-navigation": "~6.3.28", "@walmart/react-native-store-map": "0.3.7", "@walmart/react-native-sumo-sdk": "2.7.5", - "@walmart/react-native-webex-sdk": "0.8.27", + "@walmart/react-native-webex-sdk": "0.8.37", "@walmart/receipt-chec...
fix: CONAS-1878 Calling crash fix for NullPointerException
fix: CONAS-1878 Calling crash fix for NullPointerException
c922606edeee604014f7a7b1557a1874cc896c89
--- android/app/src/main/res/raw/beep_confirmation.mp3 Binary files /dev/null and b/android/app/src/main/res/raw/beep_confirmation.mp3 differ --- ios/AllSpark.xcodeproj/project.pbxproj @@ -25,6 +25,7 @@ 31E1724C255A601A0039C18F /* Bogle-RegularItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = F013540624E...
update modflex to 1.4.4
update modflex to 1.4.4
72a8702d967b6a0830b4fa4b75615ff5a5ecdc0a
--- packages/allspark-foundation-hub/src/HubFeature/Hooks/useHubConfig.ts @@ -1,7 +1,11 @@ import { ConfigSelectors } from '@walmart/allspark-foundation/Config'; import { useSelector } from 'react-redux'; +import { LayoutConfigType } from '../Hub/Container'; -export const useHubConfig = (ccmNamespace: string, defau...
feat(ui): update the default layout for hubs
feat(ui): update the default layout for hubs
e563270b270dfcfa0965f6923d4da5cec5ad39cb
--- android/app/src/main/AndroidManifest.xml @@ -10,6 +10,8 @@ <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> <uses-permission android:name="android.permission.RECORD_AUDIO"/> <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> + <uses-permission and...
Android permissions update
Android permissions update
0fb4886f3beeeb25088f46825869048b857886c5
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 131 + versionCode 132 versionName "1.0.12" } ...
Incrementing build number
Incrementing build number
05df98fe4776ee7b692c9f5aeeb0f6259873ccff
--- src/translations/en-US.ts @@ -21,6 +21,7 @@ export const enUS = { }, rosterScreen: { rosterName: "Today's roster", + primaryTeamRosterName: '{{teamName}} roster', totalStoreRosterName: "Today's Total Store roster", totalStoreRosterName_site: "Today's Total Site roster", totalStoreRoster...
feat: added translation
feat: added translation
a7ba708d5ffb6dacbbedd49f6310f442a8c1ce52
--- ios/AllSpark/Info.plist @@ -10,7 +10,7 @@ <string>$(EXECUTABLE_NAME)</string> <key>CFBundleIdentifier</key> <string>com.walmart.stores.allspark.beta</string> - <key>SumoAppGroupId</key> + <key>SumoAppGroupId</key> <string>group.com.walmart</string> <key>CFBundleInfoDictionaryVersion</key> <string>...
Removing spce in string
Removing spce in string
cc1a01dd8e56d4195ee332167412283a9c62de4a
--- package.json @@ -63,7 +63,7 @@ "@redux-saga/testing-utils": "^1.1.3", "@sharcoux/slider": "^5.2.1", "@terrylinla/react-native-sketch-canvas": "^0.8.0", - "@walmart/shelfavailability-mini-app": "0.3.42", + "@walmart/shelfavailability-mini-app": "0.3.45", "@walmart/allspark-health-survey-min...
0.3.45
0.3.45
afcbfe5aaa3bc37e521966bc7bfe050aa1a36c71
--- package-lock.json @@ -3338,9 +3338,9 @@ "integrity": "sha512-53F4Ig1Bd7bMzwgmq0OnDa+T3PKdi0wyyTDg67F9mvdRn05Le+EVv6Dji8fft8XE8hGmgK5sjwpTuarBmnDsVQ==" }, "@walmart/exception-mini-app": { - "version": "0.33.0", - "resolved": "https://npme.walmart.com/@walmart/exception-mini-app/-/exception...
pinpoint bump
pinpoint bump
554b12591c923eb69f444ddbf193fc44d771ce3f
--- core/src/core/translations.ts @@ -95,6 +95,9 @@ export const enUS = { content: 'You must be clocked in to access this feature.', title: 'Clock in required', }, + drawerButton: { + accessiblityLabel: 'Menu', + }, featureToggleGuard: { action: 'Got it', content: 'You’ll be able to use {...
fix: adding drawer button label translations for ada
fix: adding drawer button label translations for ada
b1eda029f048302ed8a0ee28bb14625829da94bf
--- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/Screens/HubDashboard.tsx @@ -247,7 +247,7 @@ export const HubDashboard = ({ teamSwitcherTelemetryRef.current.logEvent('error_bottomsheet_event', { message: 'Error bottomsheet triggered', }); - loggerRef.current.info('Onboardin...
Adding loggers
Adding loggers
2fd31bad1b23f068201411642012c505e670c1b4
--- src/components/MyWalmartv2/Widgets/Hourly/HourlyRosterWidget.tsx @@ -45,6 +45,14 @@ import { } from '../../../../hooks/user'; import {MyTeamComponentProps} from '@walmart/me-at-walmart-common'; +// Skeleton styles - defined outside component to avoid re-creation +const skeletonStyles = { + container: {flexDire...
feat(ui): update performance
feat(ui): update performance
50033cf6a91c9112d34457069f266dcbdd66fbbb
--- targets/US/package.json @@ -117,7 +117,7 @@ "@walmart/me-at-walmart-common": "workspace:^", "@walmart/me-at-walmart-container": "workspace:^", "@walmart/me-at-walmart-core": "workspace:^", - "@walmart/metrics-mini-app": "1.24.2", + "@walmart/metrics-mini-app": "1.24.3", "@walmart/mod-flex-...
metrics version bump
metrics version bump
b524befe8ea53dc4b1e2c47babd66444f4289eb3
--- 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
0b81ab206ee6916b9b6070c0259882670841c6eb
--- package-lock.json @@ -84,7 +84,7 @@ "@walmart/settings-mini-app": "1.18.1", "@walmart/shelfavailability-mini-app": "1.5.16", "@walmart/taskit-mini-app": "2.34.6", - "@walmart/texting-mini-app": "2.0.20", + "@walmart/texting-mini-app": "2.0.21", "@walmart/time-clock-...
texting mini app now 2.0.21
texting mini app now 2.0.21
8c9540e9e40aa50f20135125ffdbbac2b60136e2
--- package.json @@ -63,7 +63,7 @@ "@redux-saga/testing-utils": "^1.1.3", "@sharcoux/slider": "^5.2.1", "@terrylinla/react-native-sketch-canvas": "^0.8.0", - "@walmart/shelfavailability-mini-app": "0.3.47", + "@walmart/shelfavailability-mini-app": "0.3.49", "@walmart/allspark-health-survey-min...
0.3.49 dev
0.3.49 dev
84c9b2722d7a6e6c298ff2a916a2e47f2fa4409a
--- __tests__/components/RosterDetailPageHeader.test.tsx @@ -41,7 +41,7 @@ jest.mock('@walmart/gtp-shared-components', () => { }; }); -jest.mock('@walmart/allspark-foundation/Components/context', () => { +jest.mock('@walmart/allspark-foundation/Components', () => { const ReactModule = require('react'); retu...
feat(ui): update test fixes
feat(ui): update test fixes
f74d974a384552821c12e8662223d26dcc85e4dc
--- __tests__/screens/MeganavScreen/MeganavScreenTest.tsx @@ -0,0 +1,10 @@ +import React from 'react'; +import {MeganavScreen} from '../../../src/screens/MeganavScreen'; + +const {renderWithProviders} = require('../../harness'); +describe('MeganavScreenTest', () => { + it('should render meganav screen', () => { + c...
Adding meganav screen test coverage
Adding meganav screen test coverage
07a3a48b3e487d58ef2a99e87f6de3833fe005a4
--- package.json @@ -80,7 +80,7 @@ "@walmart/allspark-neon-core": "0.1.31", "@walmart/amp-mini-app": "1.1.48", "@walmart/ask-sam-chat-components": "^0.2.7", - "@walmart/ask-sam-mini-app": "1.15.3", + "@walmart/ask-sam-mini-app": "1.15.4", "@walmart/attendance-mini-app": "0.190.6", "@walma...
SMBLV-5374: Android 33 upgrade
SMBLV-5374: Android 33 upgrade
539693ba17d0efa91aea9706ab0641b4d0b52d4e
--- packages/core-services-allspark/src/appConfig/sagas.ts @@ -82,7 +82,7 @@ export function* getAppConfigScope(this: AppConfigSagaScope) { model, osVersion, employmentStatus, - isDCUser, + isDcUser, ]: string[] = yield all([ select(SiteSelectors.getSiteCountry), select(SiteSelectors.g...
bug fix
bug fix
db63aa8387e4422d834f9a3f1a3008493ee4b4d1
--- package-lock.json @@ -1411,11 +1411,6 @@ "stacktrace-js": "^2.0.0" } }, - "@react-native-firebase/perf": { - "version": "7.4.3", - "resolved": "https://npme.walmart.com/@react-native-firebase/perf/-/perf-7.4.3.tgz", - "integrity": "sha512-uaeBL7vfC8g7OUnwhwBAuiZ4wUbpY51RwfA5qb...
removing firebase/perf
removing firebase/perf
e30e7cda7c25d2e60e77aadef0a310b4c3b5cd40
--- package-lock.json @@ -9287,9 +9287,9 @@ } }, "node_modules/@walmart/mod-flex-mini-app": { - "version": "1.13.7", - "resolved": "https://npme.walmart.com/@walmart/mod-flex-mini-app/-/mod-flex-mini-app-1.13.7.tgz", - "integrity": "sha512-SQWSQCXyany6Vmws6lApYW9NO/DRPl+kYtltPxmqv7GBYIRC...
update modflex for drop18
update modflex for drop18
be0a4169205a9eb7d2cde74eb837f918abc2a949
--- android/app/build.gradle @@ -231,8 +231,6 @@ dependencies { implementation "com.facebook.react:react-native:+" // From node_modules implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0" - implementation 'com.walmart.ssae.sms.sumo:sumosdk:2.5.5' - implementation 'com.walmart.ssae.s...
removing android dependencies on sumo 1
removing android dependencies on sumo 1
1724c2078cc90d1c69b0df34a3e5e4e88b8d57ab
--- __tests__/navigation/ToastModalTest.tsx @@ -103,6 +103,32 @@ describe('ToastModal', () => { expect(navigation.goBack).toHaveBeenCalled(); }); + it('matches default snapshot with custom on press for dismiss', () => { + mockUseState.mockReturnValue([1, setToastTimeout]); // toastTimeout + mockGetCurr...
update toast config
update toast config
7d1f2bcef77594f076cf6fc1916a38d591e7d8e8
--- package-lock.json @@ -99,7 +99,7 @@ "@walmart/returns-mini-app": "4.6.0", "@walmart/rfid-scan-mini-app": "2.3.10", "@walmart/roster-mini-app": "1.1.7", - "@walmart/schedule-mini-app": "0.105.0", + "@walmart/schedule-mini-app": "0.108.0", "@walmart/shelfavailability-...
bug fix version bump for schedule mini app
bug fix version bump for schedule mini app
139bb884bf1b35206ea9e3edbc840b66706ce935
--- patches/@walmart+profile-feature-app+0.334.0.patch @@ -0,0 +1,12 @@ +diff --git a/node_modules/@walmart/profile-feature-app/dist/components/LearningCard/index.js b/node_modules/@walmart/profile-feature-app/dist/components/LearningCard/index.js +index 29f010b..725d5b6 100644 +--- a/node_modules/@walmart/profile-feat...
feat: :package: Added a patch for profile feature app
feat: :package: Added a patch for profile feature app
124a63dd73daf093468879f32a4d32105d30c93c
--- 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.367.0", + "@walmart/time-clock-mini-app": "2.370.0", "@walmart/topstock-mini-app": "patch...
TCMA - Update to 2.370.0
TCMA - Update to 2.370.0
87f78153d45f8a8016538c48336ed01ee5564d0f
--- __tests__/sumo/SumoReduxTest.ts @@ -7,6 +7,8 @@ import { getSumoCharged, getSumoOptIn, getSumoProfile, + getSumoCharging, + getSumoChargeError, } from '../../src/sumo/SumoRedux'; const mockProfile = {userId: 'swalton3'}; @@ -39,6 +41,16 @@ describe('selectors', () => { expect(charged).toEqual(IN...
Adding redux tests
Adding redux tests
d1017cf5c6dcbc7c2943acc4df7e61c623c85bcf
--- packages/allspark-foundation-hub/src/Shared/Images/images.tsx @@ -822,6 +822,10 @@ export const OnboardingImages = { uri: 'https://i5-me.walmartimages.com/images/managerexperience/team-onboarding-1-mgr-exp-0d52f43161.png', placeholder: 'KeQTJ?t7~Ut7fRRk-nj[R*', }, + teamOnboarding_no_results_found: { ...
fix(bug): add no teams found image
fix(bug): add no teams found image
4c6115605b1d6d2942927699ad347a37b8feb1e9
--- packages/allspark-foundation/package.json @@ -183,6 +183,9 @@ "@walmart/redux-store": { "optional": true }, + "react-native-apollo-devtools-client": { + "optional": true + }, "react-native-flipper": { "optional": true }
fix: apollo devtool library was not an optional peer dependency
fix: apollo devtool library was not an optional peer dependency
ab69f9ae4d3a5f71a6bb44b31e5b23e1c6b30122
--- package-lock.json @@ -4475,9 +4475,9 @@ } }, "@walmart/taskit-mini-app": { - "version": "0.159.0-rc.1", - "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.159.0-rc.1.tgz", - "integrity": "sha512-YlT+3JBPjfGA2lFmSh6DkSgp/lLzVTRiGzG57Z7O/8ZA2VeRsjOlYmo...
upgrade taskit version
upgrade taskit version
6001a7de3889075a4c56eeada6044e99e8bce6b8
--- ios/AllSpark/AppDelegate.m @@ -52,14 +52,6 @@ - (BOOL)application:(UIApplication *)application blue:1.0f alpha:1]; - for (NSString* fontFamily in [UIFont familyNames]) { - NSLog(@"font family %@", fontFa...
update from self-review
update from self-review
d931d09d79c171424e70e312514b1509c063fd58
--- __tests__/navigation/AssociateHallwayNav/Tabs/MainTabsNavTest.tsx @@ -323,7 +323,6 @@ describe('MainTabsNav', () => { myTeam: config, taskit: {enabled: false}, copilot: config, - }); // bottomNavConfig component.update(<MainTabsNav />);
fix: lint
fix: lint