commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
162be21fe668c9e649ba4fb9bf9af77c500efe65 | --- 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.48",
+ "@walmart/metrics-mini-app": "0.9.56",
"@walmart/mod-flex-min... | Bumping version after resolving bugs | Bumping version after resolving bugs
|
329b9c3996854e0471ed15a636676d4cae4acdd6 | --- package-lock.json
@@ -40,7 +40,7 @@
"@walmart/amp-mini-app": "1.1.48",
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.13.4",
- "@walmart/attendance-mini-app": "0.190.5",
+ "@walmart/attendance-mini-app": "0.190.6",
"@walmart/compass-sd... | ama v0.190.6 patch fix for tor data load issue | ama v0.190.6 patch fix for tor data load issue
|
b144cb034940726523cf98c562a604301a6568b6 | --- package-lock.json
@@ -3575,9 +3575,9 @@
}
},
"@walmart/ui-components": {
- "version": "1.1.51",
- "resolved": "https://npme.walmart.com/@walmart/ui-components/-/ui-components-1.1.51.tgz",
- "integrity": "sha512-FYfpV677fCXXjg92mavV8+AdIvFIuLBFpRyiU/GgrP2+atU36HFumE5xSjkvLMt/n9Ko28j/+... | Updating ui components for global nav fix | Updating ui components for global nav fix
|
8db606971a8fb840cd9e1e0d23a058db395170cb | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.0.2",
+ "version": "1.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/myteam-mini-app",
- "version": "1.0.2",
+ "version": "1.0.3",
"hasInstallScr... | Update my team mini app version | Update my team mini app version
|
206ce96b46717c0ccb208041643e8a978ea9d90f | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/me-at-walmart",
- "version": "1.27.1",
+ "version": "1.27.2",
"private": true,
"workspaces": [
"core",
| bump missed version | bump missed version
|
56439821f213072754bf8923e9464e693719d611 | --- __tests__/utils/recentSearchHistory.test.ts
@@ -3,10 +3,10 @@ import {
storeAssociateName,
RECENT_SEARCH_HISTORY_KEY,
} from '../../src/utils/recentSearchHistory';
-import {logger} from '../../src/common/logger';
+import {logger} from '../../src/common';
jest.mock('@react-native-async-storage/async-storag... | feat(ui): Merge changes for drop 23 version 1 SMDV-5921 | feat(ui): Merge changes for drop 23 version 1 SMDV-5921
|
0c9d92ff0f0091e3ff194d2f2e08dd9980501ba5 | --- __tests__/components/modals/hoc/EditTeamsModal.test.tsx
@@ -129,6 +129,35 @@ jest.mock('../../../../packages/associate-exp-hub-mini-app/src/constants', () =>
},
}));
+// Mock the store slice to prevent createSlice syntax error
+jest.mock('../../../../packages/associate-exp-hub-mini-app/src/store/slices/reduce... | feat(ui): update tests | feat(ui): update tests
|
47cd64bee59a3e8f1193e5d450b92481334f98ba | --- src/hooks/user.ts
@@ -22,7 +22,7 @@ export const useIsSalariedOrTeamLead = () => {
export const useIsHourly = () => {
const user: User = useSelector(UserSelectors.getUser);
const payType = user.employeeType as 'H' | 'S';
- return payType.toString().toUpperCase() === payTypes.HOURLY;
+ return payType?.toStr... | update toString check | update toString check
|
ae9757c8a05e47383777c3b5ec16dbf52d774f85 | --- core/src/changeStore/ChangeStoreModal.tsx
@@ -122,7 +122,7 @@ export const ChangeStoreModal = (
}, [keyboardOpen]);
const onDismiss = () => {
- const currentSite = String(storeInfo.siteId);
+ const currentSite = storeInfo.siteId;
if (
!!currentSite &&
@@ -131,8 +131,8 @@ export const Cha... | fix: change store improperly handling undefined site | fix: change store improperly handling undefined site
|
8584d2f6b019cf8fee42655aa75642fb877546fe | --- package-lock.json
@@ -43,7 +43,7 @@
"@walmart/attendance-mini-app": "0.190.6",
"@walmart/compass-sdk-rn": "4.2.0",
"@walmart/config-components": "4.2.5",
- "@walmart/copilot-mini-app": "^2.2.9",
+ "@walmart/copilot-mini-app": "^2.3.1",
"@walmart/core-services": "~2.... | chore: bump copilot 2.3.1 | chore: bump copilot 2.3.1
|
f93dc2f099c8778c5e02fffb8e97892f9934a2c3 | --- package-lock.json
@@ -4258,9 +4258,9 @@
"integrity": "sha512-C3HNm372mNtvwuHcDL+4nK75Idsk54+1s0CdPJDKewzBbxFkQMNIuoN3Kk3y46cMkf8bkXidf7oV9gJVArsKwQ=="
},
"@walmart/inbox-mini-app": {
- "version": "0.29.0",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0.... | version bumb inbox | version bumb inbox
|
19b21a55781baeb11181fa208b8787ba8b7450e0 | --- src/hooks/teams.ts
@@ -20,6 +20,7 @@ export const useGetTeamById = (teamId: string) => {
const envConfig = useEnvironment();
return useGetTeamByIdQuery({
variables: {
+ businessUnitNumber: Number(storeNbr)!,
storeNbr: storeNbr!,
date: moment().format('YYYY-MM-DD'),
teamId,
@@ -5... | Update the query | Update the query
|
1ed5f6b1e8c874409783bf794a37cd0cb98f417a | --- .yarn/patches/@walmart-schedule-mini-app-npm-5.4.5-bfab6a1c85.patch
--- package.json
@@ -168,7 +168,7 @@
"@walmart/rn-mobile-sdk-pairing": "3.0.3",
"@walmart/rn-receiving-mini-app": "2.8.44",
"@walmart/roster-mini-app": "3.16.0",
- "@walmart/schedule-mini-app": "patch:@walmart/schedule-mini-app@... | fix(schedules): Bump schedules to fix httpClient issue (#5426) | fix(schedules): Bump schedules to fix httpClient issue (#5426)
Co-authored-by: Shubhang Shah - s0s0zug <Shubhang.Shah@walmart.com> |
881d4301eebffd987d0a7af6333937540bd1ff05 | --- __tests__/termsOfUse/__snapshots__/termsOfUseViewTest.tsx.snap
@@ -33,13 +33,13 @@ exports[`TermsOfUseView matches snapshot 1`] = `
}
}
>
- <Button
+ <PrimaryButton
+ block={true}
onPress={[Function]}
testID="AgreeButton"
- variant="primary"
>
... | settings fixes | settings fixes
|
752f2a1964ae9bdd3deac2850e87df9b2e660526 | --- targets/US/package.json
@@ -142,7 +142,7 @@
"@walmart/rfid-scan-mini-app": "2.4.4",
"@walmart/rn-receiving-mini-app": "2.3.211",
"@walmart/roster-mini-app": "2.9.0",
- "@walmart/schedule-mini-app": "1.10.0",
+ "@walmart/schedule-mini-app": "1.13.0",
"@walmart/shelfavailability-mini-app": "... | bumping SMA to remove direct deps and bump wfm-allspark-data-lib | bumping SMA to remove direct deps and bump wfm-allspark-data-lib
|
a5a99b104b9ffd734269cf328208b16c6294a939 | --- graphql.yml
@@ -162,4 +162,4 @@ applications:
hash: '39c45936c3b4d0020c6192b629c29860a30a5f2f70c5297c9e34dcffbaa0c7b0'
queryTemplate: 'packages/me-at-walmart-athena-queries/src/upsertSupplyChainAssociatePreference.graphql'
tags:
- - 'v1'
+ - 'v1'
\ No... | feat(graphql): fix graphql.yml (#461) | feat(graphql): fix graphql.yml (#461)
|
8859f95fe2dfbdb75871fe10c23e1eff79da24b8 | --- package-lock.json
@@ -74,7 +74,7 @@
"@walmart/react-native-shared-navigation": "1.0.2",
"@walmart/react-native-store-map": "0.3.7",
"@walmart/react-native-sumo-sdk": "2.5.1",
- "@walmart/receipt-check-miniapp": "1.9.12",
+ "@walmart/receipt-check-miniapp": "1.9.14",
... | update for api fixes | update for api fixes
|
bf6dbe8f4ae8121b1770d79f3b29487e103a65e9 | --- env.prod.js
@@ -18,7 +18,7 @@ export default {
index: 'allspark',
format: 'json',
},
- logLevel: 'warn',
+ logLevel: 'error',
internalUrl:
'https://api-proxy-es2.prod-us-azure.soa-api-proxy.platform.prod.us.walmart.net',
internalBffUrl:
| Revert loglevel to error as per review comments | Revert loglevel to error as per review comments
|
65a6941b7fa68267acf04ab4bd9d16b616274c6b | --- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/MainTabsNavTest.tsx.snap
@@ -75,7 +75,16 @@ exports[`MainTabsNav matches snapshot with badges 1`] = `
name="taskit"
options={
Object {
- "tabBarBadge": "",
+ "tabBarBadge": <FontIcon
+ color="#de1c24"
+ name... | Adding task it icon badge to tab config | Adding task it icon badge to tab config
|
508769052255f284aec4de56b15349435cfa06b6 | --- .looper-pr.yml
@@ -11,7 +11,7 @@ flows:
- (name Yarn Set Version) yarn set version 4.4.0
- (name Yarn Version) yarn --version
- (name Yarn Install) yarn install
- # - (name Test Coverage) yarn run coverage
+ - (name Test Coverage) yarn run coverage
envs:
@@ -21,9 +21,9 @@ envs:
ALLO... | feat(ui): update roster unit tests and looper | feat(ui): update roster unit tests and looper
|
e16f89f1107fa6362396c5556a7b44e4755d6759 | --- __tests__/auth/__snapshots__/ErrorScreenTest.tsx.snap
@@ -232,6 +232,7 @@ exports[`ErrorScreen matches snapshot when dirty and no userId/siteId 1`] = `
style={
Array [
Object {
+ "backgroundColor": "#FFFFFF",
"borderTopColor": "#e3e4e5",
"borderTopWidth": 1,
... | test case update | test case update
|
a18581ec6e77e641ec9a7706f63ba0e35924b590 | --- core/src/navigation/USHallway/AssociateHallwayNav/MainStackNav.tsx
@@ -10,11 +10,12 @@ import {Header} from '@walmart/ui-components';
import {AmpNav} from '@walmart/amp-mini-app/dist/components/AmpNav';
import {AskSamMiniApp} from '@walmart/ask-sam-mini-app';
+import {AvailableSurveysNav} from '@walmart/associa... | chore: fix import order | chore: fix import order
|
6cb2e5044aa03268b4c70097b4fc5088fbee991a | --- src/Translations/en-US.json
@@ -1,52 +0,0 @@
-{
- "total": "Total",
- "done": "Done",
- "searchTeamInput": {
- "placeholder": "Search team member"
- },
- "shiftFilter": {
- "filterTitle": "Shift",
- "title": "Pick your shift",
- "subText": "Shift A1 is selected by default, but you can change it at ... | feat(ui): fix name issue | feat(ui): fix name issue
|
7bb82f45a8f6090f7fe4f0e7d7eba16c273a3caa | --- __tests__/screens/AllTeams/__snapshots__/AllTeamsScreen.test.tsx.snap
@@ -1522,9 +1522,11 @@ exports[`AllTeamsScreen renders the All Teams Screen correctly with Store if isS
>
<View
accessibilityLabel="My area Stocking"
+ accessibilityRole="header"
accessible={true}
... | chore(a11y): remove SMDV ticket inline comments | chore(a11y): remove SMDV ticket inline comments
- Remove SMDV-7786, SMDV-7752, SMDV-7824 comments from AssociateListItem.tsx
- Remove SMDV-7835, SMDV-7827, SMDV-7793 comments from ShiftSwitcherModal.tsx
- Update test snapshots for accessibility changes in StoreAllTeamsScreen
- Verify Clock in/out strings use translati... |
e9ec7ba9889c14954cc1d5be6c21d7c9f46cc436 | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/Screens/HubDashboard.tsx
@@ -246,12 +246,6 @@ export const HubDashboard = ({
/** Bottom sheet update */
const navigation = useNavigation();
- const resetTo = (screen: string) => {
- navigation.reset({
- index: 0,
- routes: [{ name: ... | Update the clock out changes | Update the clock out changes
|
3a250e81ec3ac843b5576d3feb98f91408b3f8dc | --- src/screens/RosterScreen.tsx
@@ -60,6 +60,12 @@ type Props = {
parentNavigation: StackNavigationProp<ParamListBase>;
};
+interface TeamInfo {
+ teamId: string;
+ teamName: string;
+ members: Associate[];
+}
+
export const RosterScreen: React.FC<Props> = ({navigation}) => {
const {bottom: bottomInset} =... | adding teamInfo type | adding teamInfo type
|
cb0f98de009d9277ecb134b10f0d74ab9e892bc9 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 128
+ versionCode 129
versionName "1.0.11"
}
... | Incrementing build number | Incrementing build number
|
6c060be208b0cb0dbdd45fa6ae9f6f0f9dce3740 | --- packages/allspark-foundation-hub/__tests__/supplyChain/Modals/__snapshots__/UpdateTeamsModal.test.tsx.snap
@@ -233,6 +233,7 @@ exports[`UpdateTeams Modal Error screen when network fails displays ModalErrorSc
exports[`UpdateTeamsModal renders ScrollView with correct props 1`] = `
[
<RCTScrollView
+ onScroll=... | feat(ui): updated snaps | feat(ui): updated snaps
|
de189a72ce4f6ca599bba59443d78272652f2309 | --- __tests__/screens/RosterScreenTest.tsx
@@ -3,6 +3,7 @@ import React from 'react';
import {screen} from '@testing-library/react-native';
import {RosterScreen} from '../../src/screens/RosterScreen';
import {useNavigation} from '@react-navigation/native';
+// @ts-ignore
import {renderWithProviders} from '../harnes... | adding winds to link | adding winds to link
|
e3c5a54ddc8bb9da234b0ed908a46fa0826a0619 | --- packages/allspark-foundation/src/FeatureRunner/components/UserHeader.tsx
@@ -1,6 +1,12 @@
import React from 'react';
-import { useSelector } from 'react-redux';
-import { StyleProp, StyleSheet, View, ViewStyle } from 'react-native';
+import { useDispatch, useSelector } from 'react-redux';
+import {
+ StyleProp,
+... | feat(ui): update pull down to refresh | feat(ui): update pull down to refresh
|
e8c23ac43b1b3ddf79d827c3eb20dc42e4bb9e82 | --- packages/allspark-foundation/src/Navigation/components/Header.tsx
@@ -66,6 +66,7 @@ export const AllsparkStackHeaderOptions = {
headerRightContainerStyle: AllsparkStackHeaderStyles.headerRightStyle,
headerStyle: AllsparkStackHeaderStyles.primaryHeader,
headerBackTitleVisible: false,
+ headerBackTitle: '',... | fix(header): back title not hidden with visibility setting alone | fix(header): back title not hidden with visibility setting alone
|
a2be788aea89a59f20220303c4e57ba664ab0e3f | --- package-lock.json
@@ -4563,9 +4563,9 @@
}
},
"@walmart/ui-components": {
- "version": "1.3.0-rc.3",
- "resolved": "https://npme.walmart.com/@walmart/ui-components/-/ui-components-1.3.0-rc.3.tgz",
- "integrity": "sha512-hDzRBuZZvLzwsuVtLtPKQH9WFjx1tTM5J4r8w68f57zLD3pKF1lkLnehG6hQp0oNt... | package update | package update
|
e22800e7533e0c07fafd6981cef20ac3db8f24dd | --- package-lock.json
@@ -2963,11 +2963,11 @@
}
},
"@walmart/allspark-health-survey-mini-app": {
- "version": "0.0.22",
- "resolved": "https://npme.walmart.com/@walmart/allspark-health-survey-mini-app/-/allspark-health-survey-mini-app-0.0.22.tgz",
- "integrity": "sha512-uYHb6Ys9Bl2sBBQqB... | Bumping health and schedule (#290) | Bumping health and schedule (#290)
* Bumping health and schedule
* Bumping health and schedule |
ee2d8d38035b837f530ec6ef8df2139011bdbadf | --- src/managerExperience/components/AssociateList/AssociateListRenderer.tsx
@@ -1,22 +0,0 @@
-import React from 'react';
-import {AssociateListItem} from './AssociateListItem';
-import {AssociateListRenderItem} from './types';
-
-export const AssociateListRenderer = ({
- item,
- index,
- extraData,
-}: AssociateLis... | refactor: removed unnecessary associate renderer | refactor: removed unnecessary associate renderer
|
39ccc5074dd82d68883c655f952ec60c5612f7b6 | --- package-lock.json
@@ -3032,9 +3032,9 @@
}
},
"@walmart/ask-sam-mini-app": {
- "version": "0.9.53",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.9.53.tgz",
- "integrity": "sha512-Du8hlbWavSriYLbCJHi582nbgWsG2keOlJaa7Qhekf1OvgsZXOd+YD71Mod+L/Ff... | Ask Sam bump for CCM integration (#343) | Ask Sam bump for CCM integration (#343)
* Incrementing ask sam and version code
* iOS build version increment
* Reverting native build code increment
Co-authored-by: rlane1 <rlane1@walmart.com> |
7c381d828515000d4d784a0dc78137325210b844 | --- targets/US/ios/Podfile.lock
@@ -1944,6 +1944,8 @@ PODS:
- React-Core
- react-native-view-shot (3.8.0):
- React-Core
+ - react-native-walmart-cookies (1.0.1):
+ - React-Core
- react-native-webex-sdk (0.4.3):
- React-Core
- react-native-logger
@@ -2367,6 +2369,7 @@ DEPENDENCIES:
- rea... | wplus version update | wplus version update
|
31ba87c876a68f5f11e7d9b2f1e7fe95d11c6d91 | --- android/app/src/main/res/values/colors.xml
@@ -1,5 +1,4 @@
<?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,10 @@
<item name="android:statusBarColo... | feat: :package: Bump learning mini app version to 1.1.40 | feat: :package: Bump learning mini app version to 1.1.40
|
2caba600c339497e4f917c18711e9dd9ffa06f84 | --- package-lock.json
@@ -12789,9 +12789,9 @@
}
},
"react-native-wm-barcode": {
- "version": "2.25.0",
- "resolved": "https://npme.walmart.com/react-native-wm-barcode/-/react-native-wm-barcode-2.25.0.tgz",
- "integrity": "sha512-xmSBA8p4Zol8ANcEytrb3cGukmnVCbVqRzRFXKOcKH1LPMVn/wnWEQ0itu8... | updated scanner version | updated scanner version
|
6febda199d87ea4151b3759fdffec85f65aa55ea | --- .yarn/patches/@walmart-facilities-management-miniapp-npm-0.15.7-5b9d1150f9.patch
@@ -1,5 +1,5 @@
diff --git a/dist/CoreComponent/hooks/useRequestPermissions.js b/dist/CoreComponent/hooks/useRequestPermissions.js
-index 6e8d58a624318f1fcbe27c04bd3bcdc19a699197..64e2f23b7d94f7cb16e2b3900b1a731b8c89af46 100644
+index... | chore: update patch | chore: update patch
|
8725dddc060a1a274e712e9840072eede042164e | --- package.json
@@ -87,8 +87,8 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.22.3",
"@walmart/attendance-mini-app": "3.44.0",
- "@walmart/avp-feature-app": "0.5.1",
- "@walmart/avp-shared-library": "0.5.2",
+ "@walmart/avp-feature-app": "0.7.2",
+ "@walmart... | bumped avp & fwb versions | bumped avp & fwb versions
|
5aef4750695ff1dcc6dac6e5fa31a2c1b325cdcf | --- packages/allspark-foundation/src/Core/docs/WhatsChanging.md
@@ -0,0 +1,40 @@
+# Allspark Foundation, What Changing?
+
+The Allspark Foundation will introduce several large architectural changes for the Me@Walmart platform. Our overall goals are to unify, simplify, and standardize the libraries teams use to build co... | docs: added intial whats changing doc | docs: added intial whats changing doc
|
c4c9560340cfeb42e6330f726f4b1b2e25a53071 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.12.1-alpha.2",
+ "version": "2.12.1-alpha.3",
"main": "dist/index.js",
"files": [
"dist"
@@ -104,7 +104,7 @@
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/redux-store": "6.1.4",
"@walmart/ui-com... | update the shared files | update the shared files
|
f8b4771f84cb5fddabb1e6dd32a9037e7ae17670 | --- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/ActionButtonGroup/ActionButtonGroup.tsx
@@ -3,6 +3,8 @@ import { ButtonGroupProps } from './types';
import { Button } from '@walmart/gtp-shared-components';
import { buttonGroupStyles as styles } from './style';
import { View } from 'react-native'... | feat: ff for action buttons edit button and search input | feat: ff for action buttons edit button and search input
|
e15c7129b39f8fbbc76fb0cb21981ba25b85fda0 | --- packages/allspark-foundation/__tests__/Work/client.test.ts
@@ -1,4 +1,4 @@
-import { ActiveAllsparkContainer } from '../../src/Container/ActiveContainerManager';
+import { ActiveAllsparkContainer } from '../../src/Container';
import { AllsparkReduxStore } from '../../src/Redux';
import { WorkActionsCreators, Work... | chore(work): fix work client import reference | chore(work): fix work client import reference
|
29adce79297e8720edf4dcb840d113e721384413 | --- src/channels/components/ChannelRow.tsx
@@ -17,9 +17,9 @@ import {
} from '@walmart/gtp-shared-components';
import Animated, {FadeIn} from 'react-native-reanimated';
-import {useChannelDetails} from '../channels';
-import {TextingNavParamsMap} from '../navigation/types';
-import {PresenceIndicator} from '../pres... | refactor: move channel row to channels components folder | refactor: move channel row to channels components folder
|
52265c9c1f87d68f4b348fe954e7bc2134acc8e0 | --- .looper.multibranch.yml
@@ -93,7 +93,6 @@ flows:
- foreachParallelFailsafe($ENV):
- tools(android = ${ANDROID_TOOLS}):
- group("Android Build ${value}"):
- - (name Hello world with ruler) echo "Hello world with ruler"
... | feat(ruler): allspark-6443 added a new stage for logging android app size and removed test step | feat(ruler): allspark-6443 added a new stage for logging android app size and removed test step
|
8abd44ea47f722eb97de86377702e6a7a2ca3ae0 | --- packages/allspark-foundation/src/Components/Onboarding/TeamSelection/Component/TeamSelectionList.tsx
@@ -15,6 +15,7 @@ import {
} from '../Constants/TeamSelectionConstants';
import { createSections } from '../Utils/sectionListData';
import { SelectionBannerFooterButtons } from './SelectionBannerFooterButtons';
+... | Adding upsertQuery | Adding upsertQuery
|
aaa98824df0c23c906f78f56bc365a896e2a2782 | --- __tests__/core/analyticsInitTest.ts
@@ -1,5 +1,7 @@
+import {all, takeLatest, call} from 'redux-saga/effects';
+
jest.mock('@walmart/redux-store', () => ({
- getStore: jest.fn(),
+ addSagas: jest.fn(),
}));
jest.mock('react-native-wm-telemetry', () => ({
@@ -25,12 +27,17 @@ jest.mock('@react-native-community... | calling remote config init after analytics has set user properties (#119) | calling remote config init after analytics has set user properties (#119)
|
28e1a131d1af2778259fd1960f4416de47f39c55 | --- packages/me-at-walmart-container/src/types/config-components.d.ts
@@ -32,7 +32,7 @@ declare module '@walmart/config-components' {
[key: string]: string;
};
logger: LoggerInstance;
- httpClient: HttpClient;
+ httpClient: HttpClientInstance;
}
export type AppConfigParams = {
| chore: lint fix | chore: lint fix
|
0d66b637e06850b2a1697853a5650c51ddaa4d26 | --- packages/allspark-foundation-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.
+## [1.4.1](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundatio... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-foundation-hub@1.4.1
- @walmart/expo-config-plugins@0.1.1
|
1ad40a238b9f80dd2e271e6371ca940dbf076798 | --- package-lock.json
@@ -29418,7 +29418,7 @@
"requires": {
"mv": "~2",
"safe-json-stringify": "~1",
- "uuid": "^3.3.2"
+ "uuid": "^8.0.0"
}
},
"@expo/cli": {
@@ -30108,7 +30108,7 @@
"md5": "^2.2.1",
"node-fetch": "^2.6.1",
"remove-trail... | fix package lock update | fix package lock update
|
243ae005686fec629fb44bcd821d3f3ad596b87c | --- 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.46",
+ "@walmart/shelfavailability-mini-app": "0.3.47",
"@walmart/allspark-health-survey-min... | Update package.json | Update package.json
update Shelf Availability version and ui components version |
bf594aee1334b635a62522a07172b3508db5b8be | --- packages/allspark-foundation-hub/__tests__/TeamOnboarding/TeamSelectionList.test.tsx
@@ -52,6 +52,7 @@ jest.mock('../../src/Store/Redux', () => ({
userTeamSelectionFailed: jest.fn(),
userOnboardingFailed: jest.fn(),
updateSelectedTeamPreference: jest.fn(),
+ updateSelectedTeamIDs: jest.fn(),
},... | test(ui): fixed broken test cases | test(ui): fixed broken test cases
|
a6315b3bef0b7012570b212aed4e8c48e2694012 | --- packages/me-at-walmart-container/src/setup.ts
@@ -55,6 +55,7 @@ export const MeAtWalmartSetupHook = () => {
authInfoSub.remove();
authErrorSub.remove();
};
+ // eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
// --- Screen Change Telemetry --- //
| chore: fix lint errors | chore: fix lint errors
|
23316c8b712c923416ebf4aee9e86b06985ef109 | --- src/managerExperience/screens/AllTeamsScreen/AllTeamsScreen.tsx
@@ -50,7 +50,8 @@ export const AllTeamsScreen = () => {
const isErrorFetchingTeams =
(!allTeams || !allTeams.every((team) => team !== null)) && error;
- const siteIsDC = useSelector(SiteSelectors.getWorkingSiteIsDC);
+ // Todo: Reach out t... | comment added | comment added
|
a45fb375380ec9e93120d03caf09addef71a7566 | --- package.json
@@ -90,7 +90,7 @@
"@walmart/exception-mini-app": "1.0.16",
"@walmart/facilities-management-miniapp": "0.5.22",
"@walmart/feedback-all-spark-miniapp": "0.9.10",
- "@walmart/financial-wellbeing-feature-app": "1.1.2",
+ "@walmart/financial-wellbeing-feature-app": "1.3.0",
"@walma... | bumped finanial-wellbeing-feature-app to 1.3.0 | bumped finanial-wellbeing-feature-app to 1.3.0
|
d2ac6c0688bbe39d55b1e8730d1a1bbb6ff1c8c2 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.41.0",
+ "version": "1.42.0",
"main": "dist/index.js",
"files": [
"dist"
@@ -81,7 +81,7 @@
"@typescript-eslint/parser": "^5.37.0",
"@walmart/allspark-authentication": "6.1.4",
"@walmart/allspark-founda... | Update roster version | Update roster version
|
e818c02dc2f09fd3329f041f161ccd370d93993f | --- package-lock.json
@@ -4365,9 +4365,9 @@
}
},
"@walmart/payrollsolution_miniapp": {
- "version": "0.116.0",
- "resolved": "https://npme.walmart.com/@walmart/payrollsolution_miniapp/-/payrollsolution_miniapp-0.116.0.tgz",
- "integrity": "sha512-edPLAoKl4cOWyYkx/UXQjtXRyGQPOsGRMGbV6ycQ8... | build: welcomeMe - v0.63.0 | payroll - v0.121.0 | build: welcomeMe - v0.63.0 | payroll - v0.121.0
|
f92beca636ced5f389a277c91917ebe13a3ca2d4 | --- packages/my-walmart-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.6.7](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/my-walmart-hub@1.6.6...@wal... | chore(version): updating package version | chore(version): updating package version
- @walmart/my-walmart-hub@1.6.7
|
56b0c3bf34d0916591e1102ac8f0df63fd7f653e | --- src/screens/ChannelsScreen.tsx
@@ -143,6 +143,10 @@ export const ChannelsScreen: React.FC<ChannelScreenProps> = (
extraData={extraData}
estimatedItemSize={100}
contentInset={{bottom: bottomInset, top: channelTopMargin}}
+ contentContainerStyle={{
+ paddingTop: ch... | update top margin for channel screen | update top margin for channel screen
|
7d360d22a9ba05e6847aae2923b8fc375ce6e990 | --- package-lock.json
@@ -3133,9 +3133,24 @@
"integrity": "sha512-Nw48GsUKz2HkFr1qjavFld2pryaG9Jzn/QPT9C/xk7UgxTs4UeCmSJEZ99oLeSIV3TA9rgAH8dThkqzwmjP6ew=="
},
"@walmart/iteminfo-mini-app": {
- "version": "0.1.1",
- "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-mi... | bumping up iteminfo version | bumping up iteminfo version
|
ddcc29d48a34272c2221c4704e20cabadf94c646 | --- .yarnrc.yml
@@ -8,4 +8,4 @@ logFilters:
nodeLinker: node-modules
-npmRegistryServer: ${REPOSOLNS_NPM_REPO}
+npmRegistryServer: "https://npm.ci.artifacts.walmart.com/artifactory/api/npm/allspark-npm"
| test with hardcoded yml | test with hardcoded yml
|
507e339b37a26bd9135bd90662f73d815a22dc18 | --- .eslintrc.js
@@ -1,7 +1,7 @@
// https://docs.expo.dev/guides/using-eslint/
module.exports = {
extends: ['expo'],
- ignorePatterns: ['schema.types.ts', 'schema.types.d.ts', 'packages/**/lib/','__mocks__/**'],
+ ignorePatterns: ['schema.types.ts', 'schema.types.d.ts', 'packages/**/lib/', '__mocks__/**'],
ru... | chore(lint): lint fixes | chore(lint): lint fixes
|
54a7925d691287225638920a51aa4e1d624c64da | --- src/navigation/AssociateHallwayNav/MainStackNav.tsx
@@ -54,7 +54,7 @@ import {
MetricsPreSubInfoModalScreen,
MetricsFtprInfoModalScreen,
MetricsFtprTabNavigation,
-} from '@walmart/metrics-mini-app/dist/screens';
+} from '@walmart/metrics-mini-app';
const DEFAULT_INACTIVITY_TIME = 300000;
const DEFAULT... | fixing importing screens | fixing importing screens
|
4fda4579c02a6488f2125c8288bca7728435f7ea | --- core/src/startup/AppFlow.ts
@@ -9,12 +9,12 @@ import {
spawn,
take,
} from 'redux-saga/effects';
+import i18next from 'i18next';
import {AuthActionTypes, AuthService} from '@walmart/allspark-foundation/Auth';
import {UserActionTypes} from '@walmart/allspark-foundation/User';
import {AllsparkNavigationCl... | fix: default i18n instance initialized event not fired for mini apps with legacy setup | fix: default i18n instance initialized event not fired for mini apps with legacy setup
|
aec3c6285aef9d4bb1d4ff6ae65ba8f60ea52ba4 | --- core/__tests__/home/containers/CelebrationListScreenTest.tsx
@@ -1,7 +1,6 @@
import React, {useRef, useState} from 'react';
import {create} from 'react-test-renderer';
-import {render, fireEvent} from '@testing-library/react-native';
-import {Dimensions, ScaledSize, Animated} from 'react-native';
+import {Dimensi... | code cleanup | code cleanup
|
88de3050ef2a699b8988633682136d56f961abe3 | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -113,6 +113,9 @@ Array [
<Screen
name="profile.personalSettingsScreen"
/>
+ <Screen
+ name="profile.selfIdScreen"
+ />
<Screen
name="paymentselection"
/>
@@ -340,17 +343... | bump profile-feature-app to 0.264.0 | bump profile-feature-app to 0.264.0
|
a986c3d0db12ef5c3f94f8aae0a73eede174b708 | --- package.json
@@ -522,8 +522,7 @@
"yargs": "^17.0.1",
"zustand": "^4.3.9",
"@stomp/stompjs": "^7.0.0",
- "@react-native-community/art@npm:^1.2.0": "patch:@react-native-community/art@npm%3A1.2.0#~/.yarn/patches/@react-native-community-art-npm-1.2.0-1c93d63acc.patch",
- "@walmart/ui-components@npm... | yarn lock fix | yarn lock fix
|
0ab867f0463cb618d8ed1d6edb8f8b4444d2ff02 | --- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/SearchInput/ModalTeamListItem.tsx
@@ -7,6 +7,7 @@ import { useTelemetryService } from '@walmart/allspark-foundation/Telemetry';
import { ModalTeamListItemProps } from './types';
import { useAllsparkImage } from '@walmart/allspark-foundation/Compone... | Adding placeholder | Adding placeholder
|
d3f689c4e97a28aaad3cac4d5194ad8a05c88013 | --- packages/allspark-redux-store/src/store/deprecated.ts
@@ -64,3 +64,13 @@ export const reducerManager: Pick<
addReducer: (...params) => getStore().addReducer(...params),
removeReducer: (...params) => getStore().removeReducer(...params),
};
+
+export const CommonReduxStore: Pick<
+ SharedReduxStore,
+ 'dispa... | refactor: add common redux store for global reference | refactor: add common redux store for global reference
|
d925193d6586ccb5fe7dcc4f2783be0c5be9fb7b | --- packages/me-at-walmart-container/src/network/getNetworkAttributes.ts
@@ -25,7 +25,7 @@ export const getNetworkAttributes = (state: NetworkDetails) => {
return {
wifiStrength,
- networkType: state.type,
+ networkType: state.type || '',
connectionType: state.connectionType || '',
isConnected... | reverting networktyp undefine when type is undefine | reverting networktyp undefine when type is undefine
|
ada3c403411fa1f42d21fb27075d405d12b840bf | --- __tests__/harness/mockedDependencies/navigation.ts
@@ -0,0 +1,6 @@
+import {useNavigation} from '@react-navigation/native';
+import {StackNavigationProp} from '@react-navigation/stack';
+import {TextingNavParamsMap} from '../../../src/navigation';
+
+export const mockRosterScreenNavigation =
+ useNavigation() as S... | updating tests | updating tests
|
765f904f93b2fa948fded4812c738e862ff33daa | --- package.json
@@ -151,7 +151,7 @@
"@walmart/rn-mobile-sdk-pairing": "2.1.8",
"@walmart/rn-receiving-mini-app": "2.5.18",
"@walmart/roster-mini-app": "3.3.0",
- "@walmart/schedule-mini-app": "2.4.1",
+ "@walmart/schedule-mini-app": "2.6.1",
"@walmart/shelfavailability-mini-app": "1.5.47",
... | fix(schedules): ASWFMT-75750 Fix potential bug for returning LOA (#4645) | fix(schedules): ASWFMT-75750 Fix potential bug for returning LOA (#4645)
* fix(schedules): ASWFMT-75750 Fix potential bug for returning LOA assocs
* chore: Dummy commit to trigger build
---------
Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com> |
d1d25ceecd13e932410bed1f44f33ab04d0609c2 | --- example/src/teamHub/tempComponentForTesting/TeamSelectionListItem.tsx
@@ -35,6 +35,7 @@ export type TeamName = keyof typeof TeamImageNames;
interface TeamSelectionListItemProps {
teamName: TeamName;
isLastListItem: boolean;
+ isPrimaryTeam?: boolean;
isSelected: boolean;
checkboxDisabled: boolean;
... | feat: fixed team name and made primary dynamic | feat: fixed team name and made primary dynamic
|
810271fd290ce94b77da95a343beba4276eda23f | --- .pr_agent.toml
@@ -0,0 +1,6 @@
+[github_app]
+pr_commands = [
+ "/review",
+ "/describe --pr_description.use_description_markers=true",
+ "/improve",
+]
| chore(qodo): ALLSPARK-6366 Added PR agent settings to override markers (#4460) | chore(qodo): ALLSPARK-6366 Added PR agent settings to override markers (#4460)
|
f94f1bbaa788587a0ff135f97576b1251cdf4e04 | --- packages/allspark-foundation-hub/src/SupplyChain/Components/EditSavedTeams/EditSavedTeams.tsx
@@ -9,8 +9,12 @@ import {
PageHeader,
PillTeamListItem,
FEATURE_ID,
+ HOME_OFFICE_DOMAIN,
} from '../../../Shared';
-import { useAllsparkTranslation } from '@walmart/allspark-foundation';
+import {
+ UserSelect... | Update the foundation hub version | Update the foundation hub version
|
80206e1b291a4e698e6cbe786beef3f239161116 | --- targets/US/package.json
@@ -110,7 +110,7 @@
"@walmart/gtp-shared-components": "patch:@walmart/gtp-shared-components@npm%3A2.2.3-rc.1#~/.yarn/patches/@walmart-gtp-shared-components-npm-2.2.3-rc.1-0c4d9613f6.patch",
"@walmart/ims-print-services-ui": "2.12.0",
"@walmart/inbox-mini-app": "0.95.3",
- "... | Drop 24 ItemInfo | Drop 24 ItemInfo
|
76911cde745e6ae33aabc1ad96900094139dd71c | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -40,24 +40,6 @@ Array [
}
name="fixIt.alarms"
/>
- <Screen
- component="RefrigerationApp"
- initialParams={
- Object {
- "navigateToTaskIt": true,
- }
- ... | Updating fixIt screens to single screen | Updating fixIt screens to single screen
|
b4b4e1cd243b12e5c3c30ea3fa0ed32fa1a20b17 | --- packages/allspark-foundation/__tests__/cli/linkUtils.test.ts
@@ -1,3 +1,5 @@
+import fs from 'fs';
+import { linkPackage } from '../../src/cli/linkUtils';
import {
mergeDeep,
isObject,
@@ -75,38 +77,3 @@ describe('writeConfig', () => {
);
});
});
-describe('Configuration linking functions', () => {
... | Adding back missing imports for unit test | Adding back missing imports for unit test
|
e23c6742bf524ef3f7475f0b8a563aca4dcbac03 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 45
+ versionCode 46
versionName "1.0.2"
}
sp... | Incrementing build number | Incrementing build number
|
390d894ea97d203176ff1b9d9c7adae0c0a93f5c | --- 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
|
a9e40df57f07eb046bb25e8b91ed5a54413253ad | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.12.32",
+ "version": "2.12.33",
"main": "dist/index.js",
"files": [
"dist"
@@ -85,7 +85,7 @@
"@typescript-eslint/parser": "^5.37.0",
"@walmart/allspark-authentication": "6.1.4",
"@walmart/allspark-foun... | Update roster version | Update roster version
|
8dc22d53c86d9da06c8a266a4d65240334158ab0 | --- package-lock.json
@@ -5390,9 +5390,9 @@
}
},
"@walmart/mod-flex-mini-app": {
- "version": "1.2.2",
- "resolved": "https://npme.walmart.com/@walmart/mod-flex-mini-app/-/mod-flex-mini-app-1.2.2.tgz",
- "integrity": "sha512-MUWRK9dBUDagl8QUKE6Y7GrZrk7cshWnd/6b6Lu7ShtwaCOKjk04pv/5KWNRA3S... | Update mod-flex-mini-app to version 1.2.4 | Update mod-flex-mini-app to version 1.2.4
|
e655d41b2b6e6676b17ce660eabe1d37d2f884ba | --- yarn.lock
@@ -6078,9 +6078,9 @@ __metadata:
languageName: node
linkType: hard
-"@walmart/allspark-foundation-hub@npm:1.3.11":
- version: 1.3.11
- resolution: "@walmart/allspark-foundation-hub@npm:1.3.11"
+"@walmart/allspark-foundation-hub@npm:1.3.13":
+ version: 1.3.13
+ resolution: "@walmart/allspark-f... | Update the roster changes | Update the roster changes
|
12efa1c806bd68fca7bad54297962d4d508861e9 | --- graphql.yml
@@ -31,7 +31,7 @@ applications:
tags:
- 'v1'
- name: 'upsertAssociatePreference'
- hash: '0b8aaf440c76d96528719ae6352764c50d286c0f2013888a69a927510161161c'
+ hash: '972c522c6ad0675f13587637cff2dd2ed46937a9878a48a66ad2bc2f7d51a036'
... | chore(athena): update upsert query | chore(athena): update upsert query
|
916f6e125bf20b2eb40c578cdc1a75c0e8b4ed7a | --- .gitignore
@@ -50,4 +50,9 @@ ios/
#Yarn
install-state.gz
-build.context.json
\ No newline at end of file
+build.context.json
+
+.claude-flow
+.swarm
+.yalc
+yalc.lock
--- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "3.6.0",
+ "version": "3.4.0-alpha.2",
"main": "di... | fix(a11y): fix ada bugs | fix(a11y): fix ada bugs
|
392f05258674ec65fd6cd4889636b174d812dc6e | --- env.beta.ts
@@ -1,3 +1,4 @@
+// Environment Overrides for Beta
export default {
env: 'prod',
graphql: {
@@ -8,9 +9,4 @@ export default {
},
persistedQueries: true,
},
- // TODO: Are these needed or used?
- pingFedEnv: 'PROD',
- redirectUri: 'com.walmart.squiggly://SSOLogin',
- allsparkServic... | refactor: update env files to ts for better typing | refactor: update env files to ts for better typing
|
2be97702dcb6535941d6ed4691c2ca5777c2adb5 | --- targets/US/package.json
@@ -142,7 +142,7 @@
"@walmart/rn-receiving-mini-app": "2.3.150",
"@walmart/roster-mini-app": "2.8.2",
"@walmart/schedule-mini-app": "0.118.2",
- "@walmart/shelfavailability-mini-app": "1.5.33",
+ "@walmart/shelfavailability-mini-app": "1.5.37",
"@walmart/shop-gnfr-m... | SA-1.5.37 | SA-1.5.37
|
de95c9c2d38690ed9b7720e41e37b87b27b63348 | --- src/managerExperience/screens/RosterDetailScreen/ListEmptyComponent.tsx
@@ -1,38 +0,0 @@
-// import React from 'react';
-// import {useTranslation} from 'react-i18next';
-// import {AssociateListLoading} from '../../components/AssociateList/AssociateListLoading';
-// import {ListEmptyComponentProps} from './types';... | feat: reverted empty list component | feat: reverted empty list component
|
29fab12f18b54af26ec1834d4c189373dd97a73e | --- packages/allspark-graphql-client/package.json
@@ -9,7 +9,7 @@
"lib": "lib"
},
"bin": {
- "allspark-graphql-client": "./lib/codegen/generate"
+ "allspark-graphql-client-generate": "./lib/codegen/generate.js"
},
"files": [
"lib"
| chore: update codegen | chore: update codegen
|
c8073c1879af4ffccad401ff92315caf59c893e3 | --- package-lock.json
@@ -42,8 +42,8 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.18.5",
"@walmart/attendance-mini-app": "3.10.0",
- "@walmart/avp-feature-app": "0.0.32",
- "@walmart/avp-shared-library": "0.0.53",
+ "@walmart/avp-featur... | bumped with ASPP changes | bumped with ASPP changes
|
e5b2f36d970ab79ff327731760df1ae9a4c9e7f5 | --- packages/associate-exp-hub-mini-app/src/Translations/locales/en-US.json
@@ -70,3 +70,4 @@
"updateTeamsModal.supplyChainTitle": "Update team and shift",
"updateTeamsModal.title": "Update team"
}
+
| feat: trigger translations | feat: trigger translations
|
34da73507cba595b1eb1476a90fa025e38e01679 | --- package-lock.json
@@ -63,7 +63,7 @@
"@walmart/iteminfo-mini-app": "7.6.3",
"@walmart/manager-approvals-miniapp": "0.2.4",
"@walmart/me-field-mini-app": "14.0.2",
- "@walmart/metrics-mini-app": "0.18.5",
+ "@walmart/metrics-mini-app": "0.18.6",
"@walmart/mod-flex-min... | Bumping metrics mini app version | Bumping metrics mini app version
|
1b258b5cd2126b5587cc49ec61223622240a75d9 | --- packages/allspark-foundation-hub/src/HubFeature/BottomSheet/HubOnboardingImage/OnboardingImage.tsx
@@ -25,7 +25,7 @@ const HubOnboardingImage = ({
style={styles.imageContainer}
resizeMode='contain'
onError={(error) => {
- logger.info('ImageFailure', {
+ logger.error('Ima... | Updating info to error | Updating info to error
|
7df73266f6644fe708d61708362d4e779df8074e | --- packages/core-services-allspark/package.json
@@ -72,7 +72,7 @@
"wifi-store-locator": ">=1.0.0-alpha2"
},
"peerDependencies": {
- "@react-native-community/async-storage": "^1.12.1",
+ "@react-native-async-storage/async-storage": "^1.19.0",
"@react-native-community/netinfo": "^9.3.6",
"@rea... | feat(httpClient): update peer dependency | feat(httpClient): update peer dependency
|
7d888a9761abeb6138cd347535a1cc6a3b1eec5f | --- src/hooks/teams.ts
@@ -112,12 +112,15 @@ export const useGetRosterByTeam = (teamId: string) => {
export const useGetViewersPrimaryTeamId = () => {
const viewerTeamIds = useSelector(UserSelectors.getTeamIds);
- if (viewerTeamIds.length > 0 && viewerTeamIds[0] !== null) {
- return viewerTeamIds[0];
+ if (v... | feat: applied pr comments | feat: applied pr comments
|
9fb245ac0070698bd70a8f2a814ce68826c9369e | --- package-lock.json
@@ -41,7 +41,7 @@
"@walmart/core-services": "~1.4.9",
"@walmart/core-services-allspark": "~1.10.11",
"@walmart/core-utils": "~1.3.0",
- "@walmart/core-widget-registry": "~0.7.1",
+ "@walmart/core-widget-registry": "~0.7.2",
"@walmart/counts-compone... | chore: widget registry version bump | chore: widget registry version bump
|
393edee276ddc79d53db8ea124911dd6ee1ccbc8 | --- __mocks__/expo-asset.js
@@ -0,0 +1,7 @@
+module.exports = {
+ __esModule: true,
+ default: {},
+ Asset: {
+ fromModule: jest.fn(() => ({ downloadAsync: jest.fn() }))
+ }
+}
--- __mocks__/expo-task-manager.js
@@ -0,0 +1,10 @@
+module.exports = {
+ __esModule: true,
+ default: {},
+ TaskManager: {
+ de... | chore(test): fixed tests and corrected version geolocation | chore(test): fixed tests and corrected version geolocation
|
bef59d85dcf59dcee5ab864e67e26380d6051ba8 | --- __tests__/navigation/AssociateHallwayNav/SideMenuContentTest.tsx
@@ -105,7 +105,7 @@ describe('SideMenuContent', () => {
mockUseSelector.mockReturnValueOnce({data: null}); // clock state
mockUseSelector.mockReturnValueOnce(navConfig); // nav config
mockUseState.mockReturnValueOnce([false, setShowDialog]);
... | Logic and test update | Logic and test update
|
3217d5b6d167e8a8165cf70eee6406ce1197e1fe | --- packages/allspark-foundation/src/GlobalElements/context.tsx
@@ -192,7 +192,7 @@ export const createGlobalElement = (
navigation.addListener('blur', onBlur),
navigation.addListener('beforeRemove', onBeforeRemove),
];
-
+ onFocus();
return () => subs.forEach((unsub) => unsub());
... | fix: globalelementsfix (#426) | fix: globalelementsfix (#426)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.