commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
7583b44f70aefc122ac2a197515edce7cff5087c | --- packages/allspark-foundation/__tests__/Config/saga.test.ts
@@ -3,7 +3,12 @@ import { ConfigActionTypes, ConfigActionCreators } from '../../src/Config/redux'
import { ConfigSelectors } from '../../src/Config/selectors';
import { onInit, onFetch, waitForConfigInit, waitForConfigFetch, ConfigActionSagas } from '../.... | added mock func in config sagas file | added mock func in config sagas file
|
374762359ea8ca7aa89172beea1bcb63979476c7 | --- package-lock.json
@@ -4400,9 +4400,9 @@
}
},
"@walmart/refrigeration-alarms-mini-app": {
- "version": "1.23.0",
- "resolved": "https://npme.walmart.com/@walmart/refrigeration-alarms-mini-app/-/refrigeration-alarms-mini-app-1.23.0.tgz",
- "integrity": "sha512-xqoWbxr+wZs0HFr1v+vtFkaPw... | Version bump for translation and logging fixes | Version bump for translation and logging fixes
|
1480396a481b70902669ec78f6e2b8f5a77f50c9 | --- __tests__/storeInfo/__snapshots__/StoreInfoTest.tsx.snap
@@ -97,8 +97,7 @@ Cotton Plant, AL
<Button
UNSAFE_style={
{
- "alignItems": "center",
- "alignSelf": "flex-end",
+ "alignSelf": "center",
"flexDirection": "row",
"marginLeft": "auto",
... | fix: fix text direction for maps | fix: fix text direction for maps
|
49c5b925d722620fbbf312dc112242182d45a1b4 | --- package.json
@@ -38,6 +38,7 @@
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
+ "expo": "~53.0.24",
"husky": "^9.1.7",
"jest": "~29.7.0",
"lerna": "^7.0.0",
--- yarn.lock
@@ -2668,6 +2668,78... | feat: update the container folder | feat: update the container folder
|
2fc266347e626dd8195d5f2a04533305d0e61674 | --- package.json
@@ -92,7 +92,7 @@
"@walmart/avp-shared-library": "0.7.3",
"@walmart/backroom-mini-app": "1.1.10",
"@walmart/calling-mini-app": "0.3.5",
- "@walmart/checkout-mini-app": "3.20.0",
+ "@walmart/checkout-mini-app": "3.21.0",
"@walmart/compass-sdk-rn": "5.19.13",
"@walmart/conf... | checkout mini app fix for store feedback | checkout mini app fix for store feedback
|
1d50576ed271685757eb65f36b781b364f2262eb | --- src/components/TeamList.tsx
@@ -363,9 +363,7 @@ export const TeamChatCard = (props: {
const allTeams = (data?.getTeamsByStore || []) as Team[];
return groupTeamsByWorkgroupTransform(allTeams, primaryTeam);
}, [primaryTeam, data?.getTeamsByStore]);
-
- const primaryWorkGroup = useGetViewersPrimaryWorkG... | remove hook not needed | remove hook not needed
|
f0b0b3458ddace31d453d7dc1672ad2a53047fc3 | --- .yarn/patches/@walmart-facilities-management-miniapp-npm-0.18.20-50a670c24b.patch
--- package.json
@@ -102,7 +102,7 @@
"@walmart/emergency-mini-app": "1.31.4",
"@walmart/exception-mini-app": "1.8.13",
"@walmart/expo-config-plugins": "^0.1.7",
- "@walmart/facilities-management-miniapp": "patch:@w... | feat(fixit): ONER-5179 Facilities Management drop 29 changes (#3917) | feat(fixit): ONER-5179 Facilities Management drop 29 changes (#3917)
Co-authored-by: Jesus D Leon <jesus.dleonberistain@walmart.com> |
6736fcce0bca84caf7e903a9cbbb6683d26cb436 | --- packages/components-library/__mocks__/react-native-safe-area-context.tsx
@@ -0,0 +1,6 @@
+import React from 'react';
+import { View } from 'react-native';
+
+export const SafeAreaView = ({ children, ...props }: any) => (
+ <View {...props}>{children}</View>
+);
--- packages/components-library/components/BottomNa... | fix(test): bottomnav | fix(test): bottomnav
|
85500c9bdc5b357677345d5043ec025c79ec41a0 | --- src/screens/RosterDetailScreen/SupplyChainRosterDetailScreen.tsx
@@ -247,9 +247,9 @@ if (error) {
teamRosterData: any,
shiftNumber: any,
) {
- if (shiftNumber.length === allShifts.length) {
- return teamRosterData;
- }
+if (allShifts.every(shift => shiftNumber.includes(shift))) {
+ return t... | Update src/screens/RosterDetailScreen/SupplyChainRosterDetailScreen.tsx | Update src/screens/RosterDetailScreen/SupplyChainRosterDetailScreen.tsx
Co-authored-by: AI Code Assistant <AI-Code-Assistant@email.wal-mart.com> |
12857414be2679cc6687cf535337f26a30e8588f | --- packages/allspark-foundation/Hooks/index.ts
@@ -4,4 +4,5 @@ export { useBackButton } from './useBackButton';
export { useDeviceOrientation } from './useDeviceOrientation';
export { usePaginateList } from './usePaginateList';
export { usePrevious } from './usePrevious';
+export { useRegistry, createRegistryHook }... | chore: update registries implementation from other repo | chore: update registries implementation from other repo
|
4b46e95f689f1ba391a8757c20b306413228876c | --- targets/US/package.json
@@ -111,7 +111,7 @@
"@walmart/inbox-mini-app": "0.96.6",
"@walmart/iteminfo-mini-app": "7.16.2",
"@walmart/learning-mini-app": "20.0.35",
- "@walmart/manager-approvals-miniapp": "0.2.8",
+ "@walmart/manager-approvals-miniapp": "0.3.0",
"@walmart/me-at-walmart-athena... | chore: updating pc and ma version | chore: updating pc and ma version
|
dc5bd673d39695b5a80cb5adc98597a975a4fd53 | --- packages/associate-exp-hub-mini-app/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.4.0-alpha.23](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.23
|
4e495962ca0cdb8a2072da27163e51bce4794ab5 | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/SideMenuContentTest.tsx.snap
@@ -95,6 +95,16 @@ exports[`SideMenuContent matches snapshot with not user/clockstatus data; sets b
"menuType": "SUBMENU",
"title": "menu.settings",
},
+ Object {
+ "action": Object {
+... | updating tests to pass | updating tests to pass
|
a3bf7eeba80ac51b9d6e4fdca1b976764d9b9561 | --- .looper.yml
@@ -1,4 +1,4 @@
-node: ((osx||stable_osx)&&!dualcore)
+node: ((osx||stable_osx)&&!dualcore&&!MAC-DRFQLAB-MINI27)
tools:
nodejs:
| chore: restrict looper node | chore: restrict looper node
|
c24d93a2d86917c367aa3f2ee7f43aa2776f0fda | --- ios/Podfile.lock
@@ -1903,7 +1903,7 @@ PODS:
- React
- react-native-loudness (2.0.0):
- React
- - react-native-maps (1.10.4):
+ - react-native-maps (1.3.2):
- React-Core
- react-native-netinfo (11.3.1):
- React-Core
@@ -2826,7 +2826,7 @@ SPEC CHECKSUMS:
react-native-image-resizer: d9f... | update podfile for RN maps | update podfile for RN maps
|
35e2caac95bc58f5980681a006ef16434264fd60 | --- targets/US/package.json
@@ -148,7 +148,7 @@
"@walmart/sidekick-mini-app": "4.84.9",
"@walmart/store-feature-orders": "1.27.1",
"@walmart/taskit-mini-app": "4.25.8",
- "@walmart/time-clock-mini-app": "2.448.0",
+ "@walmart/time-clock-mini-app": "2.448.1",
"@walmart/topstock-mini-app": "1.17... | GTA-153821 Updating time clock version | GTA-153821 Updating time clock version
|
d3288a1e43f6025ba0c1bbe5566e27a542ecf26e | --- .looper.codepush.yml
@@ -40,7 +40,10 @@ flows:
- npm install -g appcenter-cli
- echo 'doing listing'
- appcenter apps list --token $APPCENTER_API_TOKEN_ANDROID
- - appcenter codepush release-react -a AllSpark-Me-Walmart/AllSpark-Android -d Staging --description "This is from looper double quotes" ... | lint update | lint update
|
a78a86e245a40102c39b6a70698209878abf1c4b | --- packages/allspark-foundation/src/Components/Onboarding/TeamSelection/Component/TeamSelectionList.tsx
@@ -14,6 +14,9 @@ import {
HeaderSubText,
} from '../Constants/TeamSelectionConstants';
import { createSections } from '../Utils/sectionListData';
+import { UserSelectors } from '../../../../User';
+import { Si... | Adding query variables | Adding query variables
|
77778d6a15247992ffd769d774241487f4c87b16 | --- packages/allspark-foundation/src/Feature/AllsparkFeatureManager.ts
@@ -1,5 +1,4 @@
import { EventManager } from '@walmart/allspark-utils';
-import { memoize } from 'lodash';
import { AllsparkFeatureModule } from './AllsparkFeatureModule';
import {
BuildScreenConfig,
@@ -25,6 +24,8 @@ export class FeatureModul... | refactor: move screen memoization to build screen level so all build methods use same root memoization | refactor: move screen memoization to build screen level so all build methods use same root memoization
|
2d8e0e755be9f9e334576ecc17440c683e8f42c9 | --- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/MainTabsNavTest.tsx.snap
@@ -45,7 +45,7 @@ exports[`MainTabsNav renders copilot with badges 1`] = `
name="copilot"
options={
{
- "tabBarBadge": 5,
+ "tabBarBadge": " ",
}
}
/>
@@ -127,7 +127,7 @@ exports[`MainT... | chore: bump sidekick@4.67.14 | chore: bump sidekick@4.67.14
|
d03dbd9921d3ae2fbe4802e0c208f8fb7114ed98 | --- package.json
@@ -93,7 +93,7 @@
"@walmart/financial-wellbeing-feature-app": "1.0.64",
"@walmart/functional-components": "2.0.6",
"@walmart/gta-react-native-calendars": "0.0.15",
- "@walmart/gtp-shared-components": "^2.0.1",
+ "@walmart/gtp-shared-components": "2.0.1",
"@walmart/impersonatio... | whats new update and added GTP version in settings. | whats new update and added GTP version in settings.
|
603dbc8d6019d5b75227d96c5389ed205f5869a0 | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/index.tsx
| Add supply chain folder | Add supply chain folder
|
d2a47172ad7369623dd7db9d22cfdb3aca84a1bb | --- package-lock.json
@@ -65,7 +65,7 @@
"@walmart/payrollsolution_miniapp": "0.130.14",
"@walmart/price-changes-mini-app": "1.6.10",
"@walmart/profile-feature-app": "0.76.0",
- "@walmart/push-to-talk-mini-app": "1.8.57",
+ "@walmart/push-to-talk-mini-app": "1.8.58",
"@w... | PTT alarm permissions check, downgrade GTP to 1.x | PTT alarm permissions check, downgrade GTP to 1.x
|
79c15c5b0a3131ecb8490068db29dcaaeaf16378 | --- __tests__/rbacConfig/DataSelectorTest.tsx
@@ -1,8 +1,8 @@
import {
rbacDataSelector,
MeganavSelector,
- getRbacData,
- getMeganavData,
+ getRbacConfig,
+ getMeganavConfig,
} from '../../src/rbacConfig/DataSelector';
const RbacConfigState = {
@@ -29,13 +29,13 @@ const navState = {
navConfig: navCon... | Did lint fixes | Did lint fixes
|
42da095f25328a1704e56a50e6b9ce90ad9ff3b8 | --- __tests__/startup/SurveySagaTest.ts
@@ -61,7 +61,7 @@ describe('surveySagaTests', () => {
const delayTime = 60000;
navContainerProps.ref.current.getCurrentRoute.mockReturnValue({
- name: 'home',
+ name: 'home.root',
});
const iterator = startSurveyWatch();
--- src/sta... | Updated home screen name for feedback popup | Updated home screen name for feedback popup
|
819d252a597b370b1fe5cefe9fdc078a550d1312 | --- __tests__/navigation/USHallway/ErrorLogBoundaryTest.tsx
@@ -1,6 +1,7 @@
import React from 'react';
import {render} from '@testing-library/react-native';
import {LoggerService} from '@walmart/allspark-foundation/Logger';
+import {TelemetryService} from '@walmart/allspark-foundation/Telemetry';
import {AllsparkEn... | chore: add more telemetry logs to ErrorLogBoundary.ts (#4476) | chore: add more telemetry logs to ErrorLogBoundary.ts (#4476)
|
74bc9a25426b60853a8ba670726d5c62d8fb7765 | --- __tests__/screens/MessagesScreen/OneToOneChatTest.tsx
@@ -106,19 +106,15 @@ describe('1-1 chat', () => {
'attachImageChatActionButton',
);
- await act(async () => {
- await simulatedUser.press(attachImageButton);
- });
+ await simulatedUser.press(attachImageButton);
expect(
... | remove act wrapping | remove act wrapping
|
ab7bdd84bb2b6fcef93012ab1acec83b1aa2a8a2 | --- 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.20.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.20.4
- @walmart/me-at-walmart-athena-queries@6.36.0
|
c3fd1cf8011906cdf4a171951d47f9eabffd23a1 | --- __tests__/AppTest.tsx
@@ -7,11 +7,6 @@ import {MeAtWalmartContainer} from '@walmart/me-at-walmart-container';
import CodePush from 'react-native-code-push';
import {it} from '@jest/globals';
-jest.mock('../env', () => ({
- __esModule: true,
- default: {env: 'dev'},
-}));
-
const mockUseSelector = useSelector... | fix snapshot | fix snapshot
|
3740767f6d257a87e26377425c99c224d4f37e02 | --- 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.387.0",
+ "@walmart/time-clock-mini-app": "2.389.0",
"@walmart/topstock-mini-app": "patch... | Update TCMA to 2.389.0 | Update TCMA to 2.389.0
|
ffd561d507e5d691205afba12fe841646d3326fb | --- packages/allspark-foundation-hub/src/HubFeature/Store/Hooks/useGetViewersPrimaryTeamName.ts
@@ -1,6 +1,5 @@
import { useSelector } from 'react-redux';
-import { UserSelectors } from '@walmart/allspark-foundation/User';
-import { Team } from '@walmart/me-at-walmart-athena-queries/src/schema.types';
+import { Team, ... | Update allspark hub container | Update allspark hub container
|
b710ee2fbde47b09de83c2c6bdc8dc0bc591a3fe | --- packages/associate-exp-hub-mini-app/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/associate-exp-hub-mini-app",
- "version": "1.4.0-alpha.6",
+ "version": "1.4.0-alpha.8",
"packageManager": "yarn@4.6.0",
"engines": {
"node": ">=18"
| feat(ui): update associate exp hub version | feat(ui): update associate exp hub version
|
c70231e110b20529413238ca8cb5f5f71e8c202f | --- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/MyTeamStackNavTest.tsx.snap
@@ -16,6 +16,7 @@ exports[`MyTeamStackNav matches snapshot 1`] = `
options={
Object {
"headerLeft": [Function],
+ "headerRight": undefined,
"title": "navigation.myTeam",
}
}
| update snap shots | update snap shots
|
b22ba0d6873640a0e6b158514e67d8cc07cd22b8 | --- package.json
@@ -50,6 +50,7 @@
"update:patch": "npm version patch --no-git-tag-version",
"verifyBranchName": "sh ./scripts/verifyBranchName.sh"
},
+
"dependencies": {
"@react-native-community/art": "^1.2.0",
"@react-native-community/async-storage": "^1.12.1",
| Refresh | Refresh
|
2f7f5ce34c0356c2cd78a5f173cc71ab775617dd | --- packages/allspark-foundation/jest.config.js
@@ -10,4 +10,5 @@ module.exports = {
__DEV__: true,
},
setupFiles: ['<rootDir>/__tests__/utils/setup.js'],
+ testPathIgnorePatterns: ['__mocks__/', '__tests__/utils/'],
};
--- packages/allspark-foundation/package.json
@@ -64,10 +64,8 @@
"@graphql-codeg... | Update foundation package | Update foundation package
|
cc9bbcc43ff8ba3039add883c157d3d59b7e4f15 | --- .yarn/patches/@walmart-facilities-management-miniapp-npm-0.15.7-5b9d1150f9.patch
@@ -0,0 +1,30 @@
+diff --git a/dist/CoreComponent/hooks/useRequestPermissions.js b/dist/CoreComponent/hooks/useRequestPermissions.js
+index 6e8d58a624318f1fcbe27c04bd3bcdc19a699197..64e2f23b7d94f7cb16e2b3900b1a731b8c89af46 100644
+--- ... | chore: update patch file for fixit mini app. | chore: update patch file for fixit mini app.
|
93ca7c34ac524de6edf212dbdd6cf257adad073d | --- src/hooks/user.ts
@@ -14,7 +14,7 @@ export const useIsSalariedOrTeamLead = () => {
const hasTeamLeadJobDescription =
jobDescription?.toLowerCase() &&
teamLeadJobDescriptions
- .map((CCMJobDescription) => CCMJobDescription.toLowerCase())
+ ?.map((CCMJobDescription) => CCMJobDescription.toLower... | adding nullable protections | adding nullable protections
|
5120e12e58f1cdc101e37ba15cb712fe8682ce40 | --- src/screens/AllTeamsScreen/AllTeamsScreen.tsx
@@ -121,6 +121,7 @@ export const AllTeamsScreen = () => {
);
};
+ //TODO: Add refetch logic from athena query
const onRefresh = useCallback(async () => {
setState((prev) => ({
...prev,
| chore: add to do for athena query | chore: add to do for athena query
|
de3a22906ede7987afd94491cb69bf4a0e2e0a53 | --- yarn.lock
@@ -5691,6 +5691,32 @@ __metadata:
languageName: node
linkType: hard
+"@walmart/atlas-rn-ui-components@npm:1.0.147":
+ version: 1.0.147
+ resolution: "@walmart/atlas-rn-ui-components@npm:1.0.147"
+ peerDependencies:
+ "@livingdesign/tokens": ">=0.63.0"
+ "@react-native-picker/picker": ">=... | Resolved merge conflicts | Resolved merge conflicts
|
92f1507977889f77a702d3bf8abf8eef3afeeea6 | --- package-lock.json
@@ -89,7 +89,7 @@
"@walmart/time-clock-mini-app": "2.111.1",
"@walmart/topstock-mini-app": "1.0.13",
"@walmart/ui-components": "1.15.1",
- "@walmart/welcomeme-mini-app": "0.81.2",
+ "@walmart/welcomeme-mini-app": "0.82.1",
"@walmart/wfm-ui": "0.2.2... | chore: welcomeMe mini app version bump | chore: welcomeMe mini app version bump
|
0f9c31b0b5c5685c2a6980e2df2f7aa5b752a4c5 | --- targets/US/package.json
@@ -150,7 +150,7 @@
"@walmart/taskit-mini-app": "4.25.8",
"@walmart/time-clock-mini-app": "2.419.0",
"@walmart/topstock-mini-app": "1.17.11",
- "@walmart/translator-mini-app": "1.3.4",
+ "@walmart/translator-mini-app": "1.3.5",
"@walmart/ui-components": "patch:@walm... | version bump | version bump
|
6cb69759c1c8374ec344afdb323f8b03b55fd602 | --- packages/allspark-foundation/__tests__/Clock/connect.test.ts
@@ -102,12 +102,6 @@ describe('Clock/connect.ts', () => {
expect(connectedClockService.initialize).toBeInstanceOf(Function);
expect(connectedClockService.fetch).toBeInstanceOf(Function);
-
- // connectClockService(mockClockService).ad... | addd mock for foundation/http, wifi-store-locator, removed unneeded comments/files | addd mock for foundation/http, wifi-store-locator, removed unneeded comments/files
|
2a5ee879413d7a0345433743aa85ab5e16895f8b | --- android/app/src/main/AndroidManifest.xml
@@ -29,6 +29,8 @@
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT" />
<!-- Permissions needed for toggling audio during call -->
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
+ <!-- Permission for show ... | side button prod readiness | side button prod readiness
|
f842a0c9be10e66528741b17757a32e9451f7af4 | --- scripts/slackWorkflow.sh
@@ -23,6 +23,7 @@ echo "GITHUB_PR_TRIGGER_SENDER_AUTHOR..[${GITHUB_PR_TRIGGER_SENDER_AUTHOR}]"
echo "GITHUB_PR_TITLE...............[${GITHUB_PR_TITLE}]"
echo "GITHUB_PR_SOURCE_BRANCH.......[${GITHUB_PR_SOURCE_BRANCH}]"
echo "GITHUB_BRANCH_NAME............[${GITHUB_BRANCH_NAME}]"
+echo "G... | Fixing script for posting. (#103) | Fixing script for posting. (#103)
Co-authored-by: Hitesh Arora <> |
aa04e7cb70da42a4465d0fc4ede5d45e4963bbfc | --- packages/me-at-walmart-common/src/types.ts
@@ -1,14 +1,8 @@
-export enum DOMAIN {
- storeClub = 'Store/Club',
- homeoffice = 'Homeoffice',
- dc = 'Distribution Center',
-}
-
-export enum BU_TYPE_DOMAIN {
- SC = DOMAIN.storeClub,
- ST = DOMAIN.storeClub,
- DC = DOMAIN.dc,
- HO = DOMAIN.homeoffice,
+export enu... | refactor: simplify to one domain type | refactor: simplify to one domain type
|
a0c17c3870a8a308bd2c6d0d3d4572cb148c9b8f | --- package-lock.json
@@ -5573,14 +5573,6 @@
"wfm-allspark-data-library": "^0.0.19"
},
"dependencies": {
- "@react-native-community/datetimepicker": {
- "version": "3.0.9",
- "resolved": "https://npme.walmart.com/@react-native-community/datetimepicker/-/datetimepicker-3.0... | remove dependency added accidently | remove dependency added accidently
|
61876a4f541c1cad38c6092f10cf2a22630fe3e2 | --- package-lock.json
@@ -65,7 +65,7 @@
"@walmart/pay-stub-miniapp": "0.9.35",
"@walmart/payrollsolution_miniapp": "0.130.46",
"@walmart/price-changes-mini-app": "1.9.3",
- "@walmart/profile-feature-app": "0.221.0",
+ "@walmart/profile-feature-app": "0.234.0",
"@walmart... | Bump profile-feature-app to 0.234.0 | Bump profile-feature-app to 0.234.0
|
cf07322eed4e5000110b73064beba43f523ec147 | --- packages/allspark-foundation/src/HubFeature/BottomSheet/HubOnboardingImage/OnboardingImage.tsx
@@ -0,0 +1,29 @@
+import React from 'react';
+import { useTeamHubImage } from '../../HubImages';
+import { Text, View } from 'react-native';
+import { HubOnboardingImageProps } from './types';
+import styles from './style... | chore(ui): cleanup | chore(ui): cleanup
|
c0455af832895c355877b5d9250b6f928bd071c7 | --- packages/celebration-mini-app-graphql/CHANGELOG.md
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [1.27.0](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/celeb... | chore(version): updating package version | chore(version): updating package version
- @walmart/celebration-mini-app@1.36.0
- @walmart/celebration-mini-app-graphql@1.27.0
|
1380593666a6e36dafd0f409bd54bcdb8b0a4b9a | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.15.0-alpha.14",
+ "version": "1.15.1-alpha.1",
"main": "dist/index.js",
"files": [
"dist"
@@ -99,7 +99,7 @@
"@walmart/react-native-shared-navigation": "6.1.4",
"@walmart/react-native-sumo-sdk": "2.6.0",
... | Update my team mini app version | Update my team mini app version
|
37b85376d01dce374758b8f93745dadfe8df4ffc | --- package.json
@@ -73,7 +73,6 @@
"@react-navigation/stack": "^6.1.0",
"@sharcoux/slider": "^6.1.1",
"@terrylinla/react-native-sketch-canvas": "0.8.0",
- "@walmart/OneWalmart-MiniApp": "1.0.12",
"@walmart/allspark-graphql-client": "^0.1.0",
"@walmart/allspark-home-mini-app": "0.6.14",
... | remove one walmart | remove one walmart |
cb8b87206d8ee66142c8d0a75e7e0cfd97b6b4b0 | --- packages/associate-exp-hub-hub/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.
+## [2.10.2](https://gecgithub01.walmart.com/allspark/associate-exp-hub-mini-app/compare/@walmart/a... | chore(version): updating package version | chore(version): updating package version
- @walmart/associate-exp-hub-hub@2.10.2
- @walmart/associate-exp-hub-mini-app@1.4.0-alpha.39
- @walmart/associate-exp-hub-team-switcher@2.11.2
|
bd66f1c0b2ec23b6792f588a9105322e6502c02a | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/roster-mini-app",
- "version": "1.0.11",
+ "version": "1.0.12",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/roster-mini-app",
- "version": "1.0.11",
+ "version": "1.0.12",
"hasInstal... | Update version | Update version
|
5336135dcf988e1a46b93d74c382739aa299146a | --- package.json
@@ -73,7 +73,7 @@
"@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-listener": "... | adding banner support for store | adding banner support for store
|
b3e1ba6dc83a1a3b6d2a8a5616e4ab29d237677e | --- package-lock.json
@@ -4,11 +4,6 @@
"lockfileVersion": 1,
"requires": true,
"dependencies": {
- "@atmt/feedback-all-spark-miniapp": {
- "version": "0.0.16",
- "resolved": "https://npme.walmart.com/@atmt/feedback-all-spark-miniapp/-/feedback-all-spark-miniapp-0.0.16.tgz",
- "integrity": "sh... | Feedback/mini app bump (#125) | Feedback/mini app bump (#125)
* Renamed the feedback package from @atmt to @walmart namespace and bumped version number
* Reverted extra change
* Bumping feedback mini app version including strings for appVersions
Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com> |
8fcabe1795c8981adc2e8d259701a3f6f0868b1d | --- __tests__/screens/SearchScreen/SearchScreenTest.tsx
@@ -28,12 +28,11 @@ describe('SearchScreen', () => {
},
};
- it('should render search screen with expected elements', () => {
+ it('should render search screen with expected elements on initial render', () => {
const searchScreen = renderWithProvi... | updating search screen test | updating search screen test
|
dc1a06763db9edba3d46c9cdc1b31de5c3923951 | --- src/settings/versions/utils.ts
@@ -2,6 +2,21 @@ import i18n from 'i18next';
import DeviceInfo from 'react-native-device-info';
import {memoize} from 'lodash';
import packageJson from '../../../package.json';
+import codePush from 'react-native-code-push';
+import { versionsActions } from '@walmart/redux-store';
... | version will now show cp version | version will now show cp version
|
255e7b94ae26195cd8ea4804d3878b74382a49bc | --- packages/allspark-foundation-hub/src/Shared/Common/constant.ts
@@ -24,7 +24,6 @@ export const All_SAVED_TEAMS_LABEL = 'allSavedTeams';
export const ONBOARDING_KEY = 'SUPPLY_CHAIN_ONBOARDING';
export const POPOVER_KEY = 'SUPPLY_CHAIN_POPOVER';
export const DEFAULT_SHIFTS_COUNT = 6;
-export const DEFAULT_SHIFT = [... | Adding default shift logic | Adding default shift logic
|
759b6521fbc6e606f9f032ed7654154595d8aeb2 | --- core/__tests__/impersonation/indexTest.ts
@@ -16,6 +16,8 @@ import {
cacheImpersonationData,
getImpersonationCache,
} from '../../src/impersonation/utils';
+import {ImpersonationFeature} from '../../src/impersonation/index';
+import { ImpersonationScreen } from '../../src/impersonation/ImpersonationScreen';
... | impersonation test cases | impersonation test cases
|
7b61ba99a2af3ade3c476e1ab770046484706521 | --- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/MainTabsNavTest.tsx.snap
@@ -84,7 +84,7 @@ exports[`MainTabsNav matches snapshot with badges 1`] = `
"tabBarBadgeStyle": Object {
"backgroundColor": "transparent",
"left": -5,
- "top": -4,
+ "top": -7,
... | add timeclock flag | add timeclock flag
(cherry picked from commit f020ae330fde3e840930a11c156a97c46fa58f36)
|
476de5eac694a0e6dee660ffca6455b92f3eae5b | --- package-lock.json
@@ -80,7 +80,7 @@
"@walmart/react-native-sumo-sdk": "2.5.1",
"@walmart/receipt-check-miniapp": "1.14.6",
"@walmart/redux-store": "3.5.0",
- "@walmart/returns-mini-app": "3.7.0",
+ "@walmart/returns-mini-app": "3.8.0",
"@walmart/schedule-mini-app": ... | fix build | fix build
|
3cab36b60aa16cb9da3b8445be9b6035881e3937 | --- package-lock.json
@@ -4532,9 +4532,9 @@
}
},
"@walmart/ui-components": {
- "version": "1.2.0-beta.6",
- "resolved": "https://npme.walmart.com/@walmart/ui-components/-/ui-components-1.2.0-beta.6.tgz",
- "integrity": "sha512-WIBhwQBkzxRywPPK2PrqQGy4sA8x0a86TxigrY5uj8zugQUayJ9amNU5qasQC... | ui components version bump | ui components version bump
|
bf6ec0e433905538e9d1e856f1ba2123e79cdab9 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/me-at-walmart",
- "version": "1.31.2",
+ "version": "1.31.3",
"main": "index.js",
"private": true,
"workspaces": [
| feat(storeagent): version bump | feat(storeagent): version bump
|
e5138f43b34c6f3cad0e5fc8f74828db6fbe54ed | --- .gitignore
@@ -67,6 +67,8 @@ dist/
container/env.js
container/env.ts
+test-report.xml
+
#amplify-do-not-edit-begin
amplify/\#current-cloud-backend
amplify/.config/local-*
--- jest.config.js
@@ -11,6 +11,7 @@ module.exports = {
'!<rootDir>/src/queries/*',
'!<rootDir>/src/mocks/*',
],
+ coverag... | feat(ui): add sonar update SMDV-5648 | feat(ui): add sonar update SMDV-5648
|
5345cd3c6b9569d3eb95a55656c9e38bb359b43c | --- src/navigation/utils.ts
@@ -8,20 +8,34 @@ export const goToWeeklySchedule = (wins: string[], teamName?: string) => {
});
};
-// userId,
-// businessUnitNumber: parseInt(businessUnitNumber),
-// displayName,
-// payType,
-// walmartIdentificationNumber: walmartIdentificationNumber.toString(),
-// cou... | add update nav placeholder method | add update nav placeholder method
|
898d03b92c6fb971a6aebed1c4dd6b9af4cf1917 | --- 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.29.0",
+ "@walmart/react-native-logger": "1.30.0",
"@walmar... | feat: update platform libraries | feat: update platform libraries
|
c73bf69a6edbc3bb7fd47a67baeb83ec0f1cbc2b | --- packages/allspark-foundation-hub/src/SupplyChain/Hooks/useGetSupplyChainTeamsByStore.ts
@@ -2,7 +2,6 @@ import { useSelector, useDispatch } from 'react-redux';
import { useGetSupplyChainTeamsByStoreQuery } from '@walmart/me-at-walmart-athena-queries';
import { PLATFORM_NAME } from '../../Shared';
import { UserSe... | lint fix | lint fix
|
0a3fbc44d4afb3d14badd911f044f5d1f5f0c971 | --- env.beta.js
@@ -20,7 +20,7 @@ export default {
url: 'https://developer.api.us.stg.walmart.com/api-proxy/service/ATHENA/GATEWAY/v1',
headers: {
'WM_SVC.NAME': 'ATHENA-GATEWAY',
- 'WM_SVC.ENV': 'prod',
+ 'WM_SVC.ENV': 'dev',
},
persistedQueries: true,
},
| chore: update beta env | chore: update beta env
|
f74d8730d093c04cada3395403eb162b3a773d86 | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.2.4",
+ "version": "1.2.3",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
| Revert "Update package json file for hub" | Revert "Update package json file for hub"
|
2b90b35b0afe044a0fb72b359cfdfd03d208b421 | --- package-lock.json
@@ -4475,9 +4475,9 @@
}
},
"@walmart/taskit-mini-app": {
- "version": "0.0.262",
- "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.0.262.tgz",
- "integrity": "sha512-cm+qipWHlYdZm4suG9cnSnOei8SybNZr3Y2N6quAcOJYXnRgSFrTAMxYbc6Rfkwxf... | Updating taskIt version | Updating taskIt version
|
e6fdc1dce3add27ee80c5d7188785d53f22a65d7 | --- packages/allspark-foundation/__tests__/Components/DynamicComponents.test.tsx
@@ -0,0 +1,33 @@
+import React from 'react';
+import { render, screen } from '@testing-library/react-native';
+import { DynamicComponent } from '../../src/Components/DynamicComponents';
+import { Text } from 'react-native';
+const MockTemp... | dynamic component unit test | dynamic component unit test
|
8bec0d36d11e1fb06c6e894e90201d327d1fc112 | --- lerna.json
@@ -12,7 +12,7 @@
},
"version": {
"message": "chore(version): updating package version",
- "allowBranch": "develop",
+ "allowBranch": ["main", "develop"],
"conventionalCommits": true,
"conventionalPrerelease": true
}
| chore: enable develop to version packages | chore: enable develop to version packages
|
88f1b110b6e24971c604d42f9965bd43be67b41a | --- ios/Podfile.lock
@@ -406,7 +406,7 @@ PODS:
- React-Core
- react-native-pdf (6.2.2):
- React-Core
- - react-native-ptt-module (1.5.85):
+ - react-native-ptt-module (1.5.86):
- PTT (= 0.7.14-rc.14)
- React
- react-native-safe-area-context (3.3.2):
@@ -970,7 +970,7 @@ SPEC CHECKSUMS:
rea... | package version update ptt v0.5.115 | package version update ptt v0.5.115
|
c65b562f3630dac1d5beb92bff9774f88440efee | --- package.json
@@ -105,7 +105,7 @@
"@walmart/pay-stub-miniapp": "0.8.1",
"@walmart/payrollsolution_miniapp": "0.126.9",
"@walmart/price-changes-mini-app": "1.5.3",
- "@walmart/profile-feature-app": "0.0.62",
+ "@walmart/profile-feature-app": "0.0.63",
"@walmart/push-to-talk-mini-app": "1.8.9... | Bumped profile-feature-app to 0.0.63 | Bumped profile-feature-app to 0.0.63
|
ebf870727cd4a3245fcebd67d32938e796273ae2 | --- packages/allspark-foundation/src/Notification/deprecated.ts
@@ -1,8 +1,4 @@
-import {
- NotificationOption,
- NotificationSettings,
- NotificationPermissionResponse,
-} from '../Permissions';
+import { NotificationPermissionResponse } from '../Permissions';
import { NotificationModule } from './NotificationModu... | chore: build error fixes | chore: build error fixes
|
2c98f1339094c4d941a71b307fa268ba5ce81edc | --- 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.8",
+ "@walmart/copilot-mini-app": "3.33.8",
"@walmart/core-services": "... | chore: bump gtp@2.1.6 | chore: bump gtp@2.1.6
|
ec37c4d6a707c390388928c0b32c38a4b596a7dc | --- .looper.yml
@@ -24,3 +24,4 @@ flows:
- yarn install
- yarn run lint
- yarn run coverage
+
| feat(ui):update looper yml | feat(ui):update looper yml
|
4afd1b70ce18377fcf847d5e5ee7428cfa90e72f | --- package-lock.json
@@ -38,7 +38,7 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.3.52",
"@walmart/attendance-mini-app": "0.33.0",
- "@walmart/config-components": "4.1.0-rc.0",
+ "@walmart/config-components": "4.1.0-rc.1",
"@walmart/c... | bump config-components | bump config-components
|
1e79b591c75e760f258731eae8e9dc9dd340d27a | --- package-lock.json
@@ -69,7 +69,7 @@
"@walmart/react-native-encrypted-storage": "1.1.3",
"@walmart/react-native-env": "0.2.0",
"@walmart/react-native-logger": "1.33.0",
- "@walmart/react-native-scanner-3.0": "0.2.1",
+ "@walmart/react-native-scanner-3.0": "0.2.2",
"@... | RTRN-4425 : Updated scanner version to 0.2.2 | RTRN-4425 : Updated scanner version to 0.2.2
|
ebb9798b2602d1b6eec13a60db44c204daa4395b | --- android/app/src/main/java/com/walmart/stores/allspark/beta/IntentWakeupReceiver.kt
@@ -6,20 +6,16 @@ import android.content.BroadcastReceiver
import android.content.Context
import android.content.Intent
import android.util.Log
+import com.walmart.stores.allspark.beta.BuildConfig;
class IntentWakeupReceiver : ... | get package name from BuildConfig | get package name from BuildConfig
|
ca5f40154015a7f97440352f52019cb18f0f6261 | --- package-lock.json
@@ -84,7 +84,7 @@
"@walmart/time-clock-mini-app": "2.98.0",
"@walmart/topstock-mini-app": "1.0.6",
"@walmart/ui-components": "1.12.0",
- "@walmart/welcomeme-mini-app": "0.77.0",
+ "@walmart/welcomeme-mini-app": "0.80.0",
"@walmart/wfm-ui": "0.2.26"... | chore: welcomeme mini app version bump | chore: welcomeme mini app version bump
|
9c524c660d0a286f8124ef7ecc4630677fbd3d26 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 74
+ versionCode 75
versionName "1.0.5"
}
sp... | Incrementing build number | Incrementing build number
|
32dfe6782cdba14caa466f884726178f595faeab | --- packages/allspark-foundation/src/User/types.ts
@@ -23,7 +23,6 @@ export interface User {
win: string;
fullTimePartTime: string;
division: string;
- clockStatus: string;
// definitely used
preferredFirstName?: string;
preferredLastName?: string;
| fix: remove clock status from user type in favor of clock status slice as source of truth | fix: remove clock status from user type in favor of clock status slice as source of truth
|
e5f9eb7375a80614d57f16d032493e0d33420476 | --- graphql.yml
@@ -100,50 +100,50 @@ applications:
queryTemplate: "src/common/queries/upsertSupplyChainAssociatePreference.graphql"
tags:
- "v1"
- - name: "prod"
- persistedQueries:
- - name: "getStoreAssociateTeamPreference"
- hash: "11ec652dd0d... | feat(ui): update graphql yml #SMDV-9999 | feat(ui): update graphql yml #SMDV-9999
|
6220598932cd1604e0e4db3619efbd0baf9515c2 | --- jest.config.js
@@ -5,10 +5,10 @@ module.exports = {
coverageReporters: ['lcov', 'text'],
coverageThreshold: {
global: {
- statements: 100,
- branches: 100,
- functions: 100,
- lines: 100,
+ statements: 88,
+ branches: 84,
+ functions: 79,
+ lines: 88,
},
... | chore: test coverage | chore: test coverage
|
4f6fc1062c2be305dafeee0d117d0e56a3d00352 | --- package-lock.json
@@ -1,6 +1,6 @@
{
"name": "allspark-main",
- "version": "1.3.0",
+ "version": "1.0.102",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -3259,9 +3259,9 @@
"integrity": "sha512-4VL2h7BKEZNP+QtIaYbQXJ6kpxZdeeCqTA3PvP1L933vlNsilF3y5RO9lCyMsTjWQ+AJ3Ww6gqC/oNDxjTvtGw... | 0.3.56 dev build | 0.3.56 dev build
|
1ef865e27f95406b7645ed5deb2bd1721cd66e4d | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "allspark-main",
- "version": "1.13.0",
+ "version": "1.15.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "allspark-main",
- "version": "1.13.0",
+ "version": "1.15.0",
"hasInstallScript": true,
... | core version bump | core version bump
|
b25a0f9430b8b9560a8d7e73c929a811d141f253 | --- packages/allspark-foundation/src/Container/ActiveContainerManager.tsx
@@ -94,14 +94,14 @@ export class ActiveContainerManager {
* Connects features within the active container based on given configuration.
*/
public addFeatures = (features: AllsparkFeatureModule<any, any>[]) => {
- return this._active... | refactor: make feature manager methods availabe on the container class | refactor: make feature manager methods availabe on the container class
|
157faa6f8f331b3bafca2a71747f42b92e2073e2 | --- jest.config.js
@@ -3,7 +3,7 @@ module.exports = {
'<rootDir>/core',
'<rootDir>/packages/*',
'<rootDir>/targets/US',
- '<rootDir>/utils/*',
+ '<rootDir>/scripts/walmart-npm-deps',
],
setupFilesAfterEnv: ['@testing-library/jest-native/extend-expect'],
testResultsProcessor: 'jest-sonar-re... | remove utils folder and move content to scripts | remove utils folder and move content to scripts
|
ca18b5845cc9391413c80487528f7af5016246a6 | --- package-lock.json
@@ -5253,9 +5253,9 @@
"integrity": "sha512-O5l53Fi6FNLiIlMZipiqluRBN1/xNPKILeNoLFlgyG0sCLjaxK0td+u8m0Qb0QvS+UCT4A0hp6VOaXzL9ErqBg=="
},
"@walmart/functional-components": {
- "version": "2.0.5",
- "resolved": "https://npme.walmart.com/@walmart/functional-components/-/func... | add request id in error logs | add request id in error logs
|
162229dc186a9d27835a61479bdf1bea6569474a | --- .codepulseai.yml
| Update code pulse ai config | Update code pulse ai config
|
59d016ca9065e3b1a1012e0553a5fbbc262a3724 | --- packages/allspark-foundation/src/HubFeature/Hub/Container/AllsparkHubContainer.tsx
@@ -232,9 +232,9 @@ export class AllsparkHubContainer {
<View style={styles.warningContainer}>
<Alert
variant='warning'
- children='Unable to load your selected teams. Total store i... | chore(ui): hub container error stats - spanish translation | chore(ui): hub container error stats - spanish translation
|
9de87ad866096d826958f1f2d1d9296b947a09cc | --- .looper.multibranch.yml
@@ -89,7 +89,7 @@ flows:
# Do this if published from drop branch (manual publish)
publishPrerelease:
- call: preparePackages
- - (name Publish From Changes) HUSKY_SKIP_HOOKS=1 npx lerna publish --yes --conventional-prerelease
+ - (name Publish From Changes) HUSKY_SKIP_HOOKS=... | chore: add force publish to prerelase publish commands | chore: add force publish to prerelase publish commands
|
6fe6c01ef81f7700f0367948a3bebb4e3a88d8d8 | --- package-lock.json
@@ -46,7 +46,7 @@
"@walmart/counts-component-miniapp": "0.0.42",
"@walmart/emergency-mini-app": "1.17.0",
"@walmart/exception-mini-app": "1.0.14",
- "@walmart/facilities-management-miniapp": "0.5.0",
+ "@walmart/facilities-management-miniapp": "0.5.1",
... | Updating version to 0.5.1 | Updating version to 0.5.1
|
5fa4a2738357aa37b554c7e79d62b84ff28af7d3 | --- core/src/settings/LanguageSettings.tsx
@@ -61,7 +61,7 @@ export const LanguageSettings = (
const locale = AllsparkTranslationClient.getLocaleConfig(language);
const checked = i18n.language === language;
const onSelect = () => onLanguageSelect(language);
- const label = locale?.descriptor || langua... | chore: lint fix | chore: lint fix
|
7098960410e90b208bf3d241a75766dd826cbb08 | --- core/__tests__/core/FeatureToggleGuardTest.tsx
@@ -0,0 +1,23 @@
+import React from 'react';
+import { render, screen } from '@testing-library/react-native';
+import { withFeatureToggleGuard, FeatureToggleGuard } from '../../src/core/FeatureToggleGuard';
+import {useOneClick} from '../../src/oneClick/useOneClick';
+... | added tests for feature toggle guard | added tests for feature toggle guard
|
10426fe79ef230849463aec2a1be5f4c28ffdedf | --- targets/US/package.json
@@ -99,7 +99,7 @@
"@walmart/core-utils": "6.3.9",
"@walmart/core-widget-registry": "workspace:^",
"@walmart/counts-component-miniapp": "0.1.14",
- "@walmart/digital-locks-mini-app": "1.1.3-osirisfix.2",
+ "@walmart/digital-locks-mini-app": "1.1.4",
"@walmart/emergen... | bump digital key to 1.1.4 | bump digital key to 1.1.4
|
407e0eee92d0d6e7057b4ae33df95c6287e86033 | --- packages/allspark-foundation/__tests__/Feature/AllsparkFeature.test.tsx
@@ -152,17 +152,17 @@ describe('AllsparkFeature', () => {
LocationModule.factory,
'createFeatureLocationManager'
);
- feature.id = 'test-id';
+ feature.id = 'testFeature';
const testConfig = {
loggerClient: ... | fix(location): fix location nits (#559) | fix(location): fix location nits (#559)
* fix(location): fix location nits
* fix(location): addressed comment
---------
Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com> |
fa000d3bdb58b0750fcce0b0e1f1951d12615a8e | --- src/components/RosterHeader.tsx
@@ -47,9 +47,7 @@ export const RosterHeader = (props: RosterHeaderProps) => {
return (
<View style={styles.rosterHeader}>
<Body weight='700' size='large'>
- {t('rosterScreen.rosterName', {
- teamName: teamName ? teamName : 'Total Store',
- })}
+ ... | update the total store on team view roster header | update the total store on team view roster header
|
f81e08ca63ffffb028411cbaf221bc21a0270079 | --- jest.config.js
@@ -17,8 +17,8 @@ module.exports = {
global: {
statements: 40,
branches: 30,
- functions: 40,
- lines: 30,
+ functions: 30,
+ lines: 40,
},
},
transformIgnorePatterns: [
| fix(ui): update roster version smdv-9999 | fix(ui): update roster version smdv-9999
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.