commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
f875763fe237861a4a32dad0b67f8364190259b3 | --- src/utils/assoicateList.ts
@@ -15,10 +15,15 @@ const ASC_ORDER = 1;
const DESC_ORDER = -1;
const NO_SORT = 0;
-const checkUserIsTeamLead = (associate: Associate, teamLeads: string[]) =>
+const checkUserIsSalariedOrTeamLead = (
+ associate: Associate,
+ teamLeads: string[],
+) =>
teamLeads
?.map((CCMJo... | Update salaried sorting list | Update salaried sorting list
|
7bb19cb098d14f2d5cb7c7679c6d4f76b61dab66 | --- core/__tests__/__mocks__/@walmart/topstock-mini-app.js
@@ -1,3 +1,6 @@
module.exports = {
- Topstock: 'Topstock',
+ __esModule: true,
+ default: {
+ buildAllScreens: () => 'TopstockScreen',
+ },
};
--- core/__tests__/navigation/USHallway/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -47,... | topstock version update | topstock version update
|
cf5909bfcf3857fcda3be900112f01a182597a89 | --- src/navigation/AssociateHallwayNav/MainStackNav.tsx
@@ -82,10 +82,7 @@ import {
} from '../NavigationConstants';
import {withClockOutGuard} from '../ClockOutGuard';
import {MainTabsNav} from './Tabs';
-import {
- MetricsOutScansTabNavigation,
- MetricsOutScansItemTabNavigation,
-} from '@walmart/metrics-mini-a... | Changes for removing the redundant code for adding metrics screens in core | Changes for removing the redundant code for adding metrics screens in core
|
50823c0ddd09932333c3a6eb82fd5252463c45f1 | --- packages/allspark-foundation/__tests__/LocalStorage/client.test.tsx
@@ -14,7 +14,7 @@ describe('LocalStorageClient', () => {
});
test('should get an item', async () => {
- (AsyncStorage.getItem as jest.Mock).mockResolvedValue('testValue');
+ (AsyncStorage.getItem as jest.Mock).mockResolvedValue(JSON.s... | feat(storage): adding expiry to async storage | feat(storage): adding expiry to async storage
|
4f9d49ac5a07648f489fa8f0270d78de7f76d72f | --- src/components/TeamSearchInput/TeamSearchInput.tsx
@@ -10,6 +10,7 @@ import {useSelector} from 'react-redux';
export const TeamSearchInput = ({
loading = false,
+ text,
handleChange,
}: TeamSearchInputProps) => {
const {t} = translationClient.useTranslation();
@@ -28,6 +29,7 @@ export const TeamSearch... | fix: fix persistence issue with search input and last opened tab | fix: fix persistence issue with search input and last opened tab
|
60b044d9bbaadd5456a3f2b92eaa4afef6c6472c | --- src/containers/ChatInput/AudioPlayback.tsx
@@ -171,7 +171,7 @@ export const AudioPlayback = (props: {
return onPlay();
};
- const timeCaption =
+ const recordingAudioTimeCaption =
playbackDetails.isPlaying ||
playbackDetails.didJustFinish ||
playbackDetails.isPaused
@@ -187,7 +187,7 @@ ex... | changing variable name to be more accurate | changing variable name to be more accurate
|
c8e9f496c76cd221d57f0cd8ca8376433cc8150e | --- package-lock.json
@@ -3372,9 +3372,9 @@
"integrity": "sha512-cKvZIhfn+NPDhdwFONeRyOmj81FOh7Qmne00KJ4gah40L3T2cWvNR1lXRmC0ORLQ/cK0orrDvXfVpVTIa06CKQ=="
},
"@walmart/iteminfo-mini-app": {
- "version": "2.0.3",
- "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-min... | ItemInfo 2.0.4 | ItemInfo 2.0.4
|
82bff3708a1f7bfdf2304a81a8d2cee4f47dcf4d | --- src/components/TeamList.tsx
@@ -113,7 +113,7 @@ const TeamItem = (props: {
}
};
- const clockedInCount = teamRoster.filter(associateIsClockedIn).length;
+ const clockedInCount = teamRoster?.filter(associateIsClockedIn).length;
return (
<ListItem
--- src/components/TeamList.tsx
@@ -113,7 +113... | fix null ptr error | fix null ptr error
|
231f12ea8640d67455361b653223c0c332b695f5 | --- sonar-project.properties
@@ -3,7 +3,7 @@ sonar.projectName=AllSpark-Core
sonar.projectVersion=1.0.0
sonar.host.url=http://sonar.looper.prod.walmartlabs.com
-sonar.sources=targets/US/src,core/src, packages/me-at-walmart-container/src, packages/me-at-walmart-common/src, scripts/dependencies-map
+sonar.sources=tar... | fix: trying to resolve issue with sonar indexing dependencies-map tests and code | fix: trying to resolve issue with sonar indexing dependencies-map tests and code
|
3c86d0d33bcd642c46ea82e0ba8be738bcbd04a2 | --- .looper.multibranch.yml
@@ -28,11 +28,11 @@ envs:
ANDROID_BASE_PATH: targets/US/android
branches:
- - spec: feature/*
+ - spec: feature/drop23
triggers:
- manual:
- name: Publish Changed Packages
- call: publishFromChanges
+ name: Publish Changed Packages
+ ca... | chore: testing looper changes | chore: testing looper changes
|
996218ae8d01a6eaa400a54662778359619dd19b | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.25.0",
+ "version": "2.26.0",
"main": "dist/index.js",
"files": [
"dist"
@@ -85,7 +85,7 @@
"@typescript-eslint/parser": "^5.37.0",
"@walmart/allspark-authentication": "6.1.4",
"@walmart/allspark-founda... | Update the roster mini app version | Update the roster mini app version
|
7b838ee5f16587f05716abf0ffaad39617ed59a8 | --- react-native.config.js
@@ -1,7 +1,7 @@
module.exports = {
project: {
- ios: { },
- android: { },
+ ios: {},
+ android: {},
},
dependencies: {
...(process.env.CI
@@ -9,4 +9,4 @@ module.exports = {
: {}),
},
assets: ['node_modules/@walmart/ui-components/assets'],
-};
\ No newli... | Revert react-native-config.js | Revert react-native-config.js
|
6b0d0733efed0f90ee60ffb0309865b82d94f495 | --- package.json
@@ -132,7 +132,7 @@
"@types/seamless-immutable": "^7.1.16",
"@types/semver": "^7.3.4",
"@types/uuid": "^8.3.0",
- "@walmart/allspark-foundation": "6.17.0-alpha.5",
+ "@walmart/allspark-foundation": "6.17.0",
"@walmart/allspark-graphql-client": "~6.3.20",
"@walmart/allspar... | chore: bump foundation for release version | chore: bump foundation for release version
|
ff66efa8708667f149e6128498470ccbf7297cf4 | --- packages/allspark-foundation/__mocks__/react-native-gesture-handler.js
@@ -0,0 +1,5 @@
+module.exports = {
+ GestureHandlerRootView: ({ children }: { children: React.ReactNode }) => children,
+ PanGestureHandler: jest.fn(),
+ };
+
\ No newline at end of file
--- packages/allspark-foundation/__mocks__/rea... | Revert "test: createFeatureRunnerNavigation" | Revert "test: createFeatureRunnerNavigation"
This reverts commit 0b91a868ece77120b026679b32a744f2446dc1e1.
|
8e0991b7d0453515f9a0207d6cfe5a914e28217a | --- __tests__/home/components/GreetingRowV2/useUserInfoTest.ts
@@ -109,7 +109,6 @@ describe('useUserInfo', () => {
});
it('exposes refetch passthrough', () => {
-
const refetch = jest.fn();
mockUseQuery.mockReturnValue({
data: {getAssociateById: {wfmSchedule: 'ShiftR'}},
| feat(header): API with caching | feat(header): API with caching
|
e4d4219ff32efe77116c8fb892113a56e9c7f05e | --- .looper-pr.yml
@@ -5,6 +5,7 @@ tools:
flavor: azul
version: 17
+
flows:
npm-install:
- (name Enable Corepack) corepack enable
--- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.8.1",
+ "version": "1.9.0",
"main": "dist/index.js",
"files": [
... | feat(ui): update version for drop 23 SMDV-5985 | feat(ui): update version for drop 23 SMDV-5985
|
e37b850a66e8b6fd5406664925c09b8e73486749 | --- .looper.multibranch.yml
@@ -515,6 +515,7 @@ flows:
exit 0
- (name cocoapods setup) ./BuildSupport/install-cocoapods.sh
- (name prepare xcode) bundle exec fastlane set_xcodeversion version:$TARGET_XCODE
+# - (name prepare xcode) bundle exec fastlane run xcversion version:"13.0"
# per... | update hallway | update hallway
|
265770af0bb0467c4537e665d54e2d9b5a38d719 | --- targets/US/package.json
@@ -126,7 +126,7 @@
"@walmart/onewalmart-miniapp": "1.0.27",
"@walmart/pay-stub-miniapp": "0.20.11",
"@walmart/payrollsolution_miniapp": "0.145.31",
- "@walmart/price-changes-mini-app": "1.10.25",
+ "@walmart/price-changes-mini-app": "1.11.2",
"@walmart/profile-feat... | Update package.json | Update package.json |
dad0379ad6caea98c32a1359b550eda3937cc409 | --- __tests__/navigation/DeeplinkConfigTest.ts
@@ -9,10 +9,10 @@ describe('link config test', () => {
expect(LINK_CONFIG.prefixes.length).toEqual(1);
});
- xit('checks the link config', () => {
+ it('checks the link config', () => {
const {
// @ts-ignore
- screens: {main},
+ screens: {... | fix deep link test | fix deep link test
|
c8be9ff76ac742f360ad3f79964320257a5ed733 | --- src/hooks/teams.ts
@@ -49,7 +49,6 @@ export const useSupplyChainTeamById = (teamId: string) => {
variables: {
siteNbr: Number(storeNbr)!,
countryCode: countryCode!,
- date: moment().format('YYYY-MM-DD'),
teamId,
includeProxyMembers: true,
},
| feat(ui): update grphql queries | feat(ui): update grphql queries
|
2d3f1b8c907cbd2d543897961d93624b2f7f8079 | --- package.json
@@ -126,7 +126,7 @@
"@walmart/onewalmart-miniapp": "1.0.24",
"@walmart/pay-stub-miniapp": "0.15.2",
"@walmart/payrollsolution_miniapp": "0.140.4",
- "@walmart/price-changes-mini-app": "1.10.11",
+ "@walmart/price-changes-mini-app": "1.10.12",
"@walmart/profile-feature-app": "p... | chore: updating pc version | chore: updating pc version
|
18eba864009dd79c5e9a38c0ee0f7768f9a1b03c | --- android/app/src/main/java/com/walmart/stores/allspark/beta/FCMPushReceiver.java
@@ -13,7 +13,7 @@ public class FCMPushReceiver extends SumoModuleFCMPushReceiver {
Context context = getApplicationContext();
SumoNotification sumoNotification = SumoNotificationFCM.parseFCMNotification(remoteMessage... | adding fix for notification icon (#368) | adding fix for notification icon (#368)
Co-authored-by: Hitesh Arora <> |
15df8558f09d61a9db52fa00f04990354692721f | --- jest.config.js
@@ -14,6 +14,13 @@ module.exports = {
'<rootDir>/src/**/*.{js,jsx,ts,tsx}',
'!<rootDir>/src/queries/*',
'!<rootDir>/src/mocks/*',
+ '!<rootDir>/src/**/*.types.ts',
+ '!<rootDir>/src/**/types.ts',
+ '!<rootDir>/src/**/index.ts',
+ '!<rootDir>/src/**/constants.ts',
+ '!<ro... | feat(ui): update jest.config.js #SMDV-8074 | feat(ui): update jest.config.js #SMDV-8074
|
52840951029023fa08f1e7be16b66240f2886b6d | --- package.json
@@ -104,7 +104,7 @@
"@walmart/iteminfo-mini-app": "7.4.0",
"@walmart/manager-approvals-miniapp": "0.2.4",
"@walmart/me-field-mini-app": "13.0.3",
- "@walmart/metrics-mini-app": "0.15.8",
+ "@walmart/metrics-mini-app": "0.15.9",
"@walmart/mod-flex-mini-app": "1.10.4",
"@wa... | metrics version bump | metrics version bump
|
74ebb7f1a5802c4221a88cd2f7256a172184ae43 | --- packages/allspark-foundation/__tests__/Auth/sagas.test.tsx
@@ -25,8 +25,7 @@ describe('Auth/sagas.ts', () => {
});
it('should call onGetUser when GET_USER action is dispatched', () => {
- const action: IAuthActions['GET_USER'] = { type: AuthActionTypes.GET_USER, payload: undefined };
- const generator... | code cleanup | code cleanup
|
c57f6d766e9ab28ca30aad6e7ebd41f381a5f388 | --- package-lock.json
@@ -3585,9 +3585,9 @@
}
},
"@walmart/time-clock-mini-app": {
- "version": "0.4.4",
- "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-clock-mini-app-0.4.4.tgz",
- "integrity": "sha512-6+/1v1xTK2SiIyTLjtbBlIOJCuEnRuiIjsfISbX3E+b0DFMwGVBc9zLJj... | Bumping time clock mini app version | Bumping time clock mini app version
Since 0.4.4 got deleted in npme
|
fd82a573b5303004afdf19c91321b1f3707163de | --- package.json
@@ -117,7 +117,7 @@
"@walmart/emergency-mini-app": "1.32.7",
"@walmart/exception-mini-app": "1.10.3",
"@walmart/expo-config-plugins": "0.10.0",
- "@walmart/facilities-management-miniapp": "0.18.40",
+ "@walmart/facilities-management-miniapp": "0.18.41",
"@walmart/feedback-all-... | fix(facility-management): update facilities-management-miniapp to version 0.18.41 (#5263) | fix(facility-management): update facilities-management-miniapp to version 0.18.41 (#5263)
Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com>
Co-authored-by: Pavan Lingamallu - p0l04ug <Pavan.Lingamallu@walmart.com> |
c4c7b540e03350c25ec28bb07795cc1f6bc888f6 | --- packages/allspark-foundation-hub/src/SupplyChain/Modals/EditSavedTeamModal/styles.ts
@@ -42,7 +42,7 @@ export const modalStyles = StyleSheet.create({
},
subTitle: { marginVertical: 10 },
inputContainer: { marginBottom: 10 },
- sectionTitle: { fontWeight: 'bold', marginStart: 10 },
+ sectionTitle: { fontW... | fix: fixes to Edit Modal UI | fix: fixes to Edit Modal UI
|
c3147f61c772dbdc045901f648849b2fb640f905 | --- docs/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [2.46.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.45.0...v2.46.0) (2025-06-26)
+
+
+### Features
+
+* **ui:** updating readme file ([ec01bda](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/ec01bda45a2d77b3d0864ccb6932e83a6a8ae48e))
+
# [2.45.0... | chore(release): 2.46.0 [skip ci] | chore(release): 2.46.0 [skip ci]
# [2.46.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.45.0...v2.46.0) (2025-06-26)
### Features
* **ui:** updating readme file ([ec01bda](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/ec01bda45a2d77b3d0864ccb6932e83a6a8ae48e))
|
5f8182dbb1161cfcb7ce798a9f846be266a22908 | --- src/screens/MessagesScreen.tsx
@@ -170,7 +170,7 @@ export const MessagesScreen = () => {
return () => {
unsubscribeMessages.current?.();
};
- }, []);
+ }, [channelPath]);
// When scrolling to the top of the list, fetch the next set of messages
const onEndReached = async () => {
--- src/... | adding channelpath to dependency of useEffect | adding channelpath to dependency of useEffect
|
10bc8a303e440b0bc56762c7dbf017d4e11dbc83 | --- targets/US/package.json
@@ -84,7 +84,7 @@
"@walmart/allspark-utils": "6.5.0",
"@walmart/amp-mini-app": "1.1.98",
"@walmart/ask-sam-chat-components": "^0.2.7",
- "@walmart/ask-sam-mini-app": "1.29.2",
+ "@walmart/ask-sam-mini-app": "1.28.7",
"@walmart/associate-listening-mini-app": "1.2.10"... | latest drop 28 version bump | latest drop 28 version bump
|
b73d442ecc4cc60b951f5615899dc553ee27d050 | --- .gitignore
@@ -8,6 +8,9 @@ node_modules/
dist/
web-build/
+coverage/
+test-report.xml
+
# Native
*.orig.*
*.jks
--- concord.yml
@@ -1,74 +0,0 @@
-configuration:
- runtime: "concord-v2"
- processTimeout: "PT5H"
- dependencies:
- - mvn://com.walmartlabs.concord.plugins:looper-task:latest
-flows:
- onPus... | feat(ui): remove concord yml #SMDV-9999 | feat(ui): remove concord yml #SMDV-9999
|
7e0a0d835a27bccdbfae38bc5d684f51364df8a3 | --- .yarn/patches/@walmart-ui-components-npm-1.19.0-8c7e633082.patch
Binary files /dev/null and b/.yarn/patches/@walmart-ui-components-npm-1.19.0-8c7e633082.patch differ
--- package.json
@@ -155,7 +155,7 @@
"@walmart/me-at-walmart-container": "workspace:^",
"@walmart/moment-walmart": "1.0.4",
"@walmart... | feat: update ui-components version | feat: update ui-components version
|
fbf0d131bdeea7a58f6c0bfd652e8fa9e6063463 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/texting-mini-app",
- "version": "2.0.23",
+ "version": "2.0.24",
"private": false,
"main": "bundle/dist/index.js",
"files": [
--- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/texting-mini-app",
- "version": "2.0.23",
+ "version": "2.0.24",
... | Update package.json | Update package.json |
06f0985a18a1742892e3f4714225b235814787d7 | --- package.json
@@ -114,7 +114,7 @@
"@walmart/react-native-shared-navigation": "1.0.2",
"@walmart/react-native-store-map": "^0.3.7",
"@walmart/react-native-sumo-sdk": "2.2.2-beta.2",
- "@walmart/receipt-check-miniapp": "1.8.2",
+ "@walmart/receipt-check-miniapp": "1.8.3",
"@walmart/redux-stor... | update version to 1.8.3 for receipt audit mini app | update version to 1.8.3 for receipt audit mini app |
a4d19e05a043373b4f6af183d5b4cc7d9b961503 | --- docs/CHANGELOG.md
@@ -1,3 +1,15 @@
+# [3.2.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v3.1.0...v3.2.0) (2025-08-25)
+
+
+### Features
+
+* **ui:** adding changes to looper-pr.yml ([e1650af](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/e1650af900e53867595aaa83d9b7d9b420927cf8))
+* *... | chore(release): 3.2.0 [skip ci] | chore(release): 3.2.0 [skip ci]
# [3.2.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v3.1.0...v3.2.0) (2025-08-25)
### Features
* **ui:** adding changes to looper-pr.yml ([e1650af](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/e1650af900e53867595aaa83d9b7d9b420927cf8))
* **ui:** updatin... |
9c4975e073c46c7259d183e25eddc0da57effc1e | --- package-lock.json
@@ -46,7 +46,7 @@
"@walmart/counts-component-miniapp": "0.1.4",
"@walmart/emergency-mini-app": "1.24.1",
"@walmart/exception-mini-app": "1.3.3",
- "@walmart/facilities-management-miniapp": "0.6.30",
+ "@walmart/facilities-management-miniapp": "0.6.32",
... | Updating facilities-management-miniapp version to 0.6.32 | Updating facilities-management-miniapp version to 0.6.32
|
428a4533d38dd06f78d911195b6007eee209c8ab | --- android/app/src/main/res/values/styles.xml
@@ -8,6 +8,7 @@
</style>
<style name="SplashTheme" parent="Theme.AppCompat.Light.NoActionBar">
+ <item name="android:textColor">#000000</item>
<item name="android:windowBackground">@drawable/background_splash</item>
<item name="android:... | removed background processing check (#410) | removed background processing check (#410)
* removed background processing check
* adding default text color in android style (#411)
Co-authored-by: Hitesh Arora <>
Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com> |
842ff7fb4eea17aad00f48abdb6f25988243769f | --- package-lock.json
@@ -3113,9 +3113,9 @@
}
},
"@walmart/push-to-talk-mini-app": {
- "version": "0.0.82",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.0.82.tgz",
- "integrity": "sha512-0jJy1uuJko2t6OP0VjCIFJzeCk+W5ETp9+Fi78MD46/zLHzQp... | Ptt version bump (#312) | Ptt version bump (#312)
* Updated PTT version
* PTT version update
* PTT version bump |
a980b140ad8c73f3137e7c041e20774b4f7373f2 | --- .looper-pr.yml
@@ -30,4 +30,3 @@ envs:
MONO_REPO_BASE_BRANCH: develop
AUTHOR: temp
SLACK_CHANNEL: "smdv-miniapp"
-
| chore(ui): update looper yml | chore(ui): update looper yml
|
dda1e1628a32925cbe3e08e35963f7adfeb3fd3f | --- src/channels/provider.tsx
@@ -67,8 +67,6 @@ export const ChannelsProvider = (props: PropsWithChildren<{}>) => {
.where('lastMessageTime', '>', SEVEN_DAYS_AGO_TIMESTAMP)
.orderBy('lastMessageTime', 'desc')
.onSnapshot((snapshot) => {
- console.log('the snapshot');
- conso... | remove drift from develop | remove drift from develop
|
84830a45c65ca4f79a18c0c30649cfcd56957d14 | --- package.json
@@ -141,7 +141,7 @@
"@types/seamless-immutable": "^7.1.16",
"@types/semver": "^7.3.4",
"@types/uuid": "^8.3.0",
- "@walmart/allspark-foundation": "6.20.0",
+ "@walmart/allspark-foundation": "6.20.1",
"@walmart/allspark-graphql-client": "~6.3.20",
"@walmart/allspark-http-c... | chore: bump foundation package for flipper fix | chore: bump foundation package for flipper fix
|
c39c4c5758778b79fdb9679cf6d936310a389af1 | --- ios/Podfile.lock
@@ -538,7 +538,7 @@ PODS:
- RCTTypeSafety
- React
- ReactCommon/turbomodule/core
- - react-native-scanner-3.0 (0.1.32):
+ - react-native-scanner-3.0 (0.2.0):
- Firebase/Analytics
- React
- ScanditBarcodeCapture (= 6.14.0)
@@ -1220,7 +1220,7 @@ SPEC CHECKSUMS:
reac... | run pod install command | run pod install command
|
7afd27745807ee2f6d4be7dedd6afc0402aa8295 | --- packages/core-services-allspark/src/auth/effects.tsx
@@ -52,11 +52,9 @@ export const AuthEffects = () => {
};
const onRefreshTokenError = () => {
- if (authData) {
- logger.error(`AUTH: SIGN_OUT_INITIATED`);
- telemetry.logEvent(LOGGER_ID, 'sign_out_init_on_token_rfrsh_err', {});
- authAct... | chore(auth): remove auth data check on token refresh error | chore(auth): remove auth data check on token refresh error
|
3f8d929a6006dd7c6e257f291acc3a9a841302a6 | --- packages/allspark-foundation/src/Navigation/components/Header.tsx
@@ -5,7 +5,11 @@ import {
Header as RNStackHeader,
StackHeaderProps,
} from '@react-navigation/stack';
-import { ChevronLeftIcon, colors } from '@walmart/gtp-shared-components';
+import {
+ ChevronLeftIcon,
+ CloseIcon,
+ colors,
+} from '@... | feat: export default back and close button icons for navigation | feat: export default back and close button icons for navigation
|
9106eaf08767791671da1bb92702e70804354b65 | --- package-lock.json
@@ -3380,9 +3380,9 @@
}
},
"@walmart/manager-approvals-miniapp": {
- "version": "0.0.45",
- "resolved": "https://npme.walmart.com/@walmart/manager-approvals-miniapp/-/manager-approvals-miniapp-0.0.45.tgz",
- "integrity": "sha512-xEgNpfReOZm+KAapAnqpW1+cdI0UL3LlILohF... | Manager approval version bump | Manager approval version bump
|
fd38e9ef7f7e531e01ce4bb6c2d414fb06fbf4d0 | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Hooks/useGetSupplyChainTeamPreference.ts
@@ -32,12 +32,12 @@ export const useGetSupplyChainTeamsPreferenceQuery = () => {
onCompleted: (response: any) => {
setShiftPreferenceData(
response?.associatePreferences?.meAtWalmartPreferences
... | Adding query updates | Adding query updates
|
a3eb34b9cfa96d0e07cf2dd171a6d5e30e996bc4 | --- packages/allspark-foundation/src/Core/docs/MigrationPhase4.md
@@ -186,13 +186,16 @@ import {MeAtWalmartContainer} from '@walmart/me-at-walmart-container';
// Initialize container for environment
MeAtWalmartContainer.initialize({
- environment: env,
+ environment: {
+ env: 'dev',
+ // ... any environment... | docs: add context to phase 4 migration doc container setup | docs: add context to phase 4 migration doc container setup
|
71e2159de9d127c7d347a045be1b353631db73dc | --- src/core/DeeplinkConfig.ts
@@ -1,6 +1,6 @@
import {LinkingOptions} from '@react-navigation/native';
-// https://reactnavigation.org/docs/configuring-links/
+// https://reactnavigation.org/docs/configuring-links/
export type AppRootParamList = {
main: undefined;
| retrigger build | retrigger build
|
1f3db9eb699ceb168fff071d1f234dcad6261859 | --- src/components/MessageTimeSectionHeader.tsx
@@ -18,18 +18,19 @@ const styles = StyleSheet.create({
export interface MessageTimeStatusProps {
time: string;
+ isFirstMessage: boolean;
}
export const MessageTimeSectionHeader = (props: MessageTimeStatusProps) => {
- const {time} = props;
+ const {time, isF... | Added the changes for first message timestamp and removed divider from first message | Added the changes for first message timestamp and removed divider from first message
|
1f0272d7f8d3f241b7cbb63005aaa2abbe9c9f95 | --- package.json
@@ -15,7 +15,8 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint ./src ./__tests__ --ext .js,.jsx,.ts,.tsx --fix",
"copy:images": "cp -r ./src/images ./bundle/dist/",
- "build": "npm config fix && rm -rf ./bundle/dist && tsc && npm run copy:images",
+ "copy:media":... | update package for media sounds for PTT | update package for media sounds for PTT
|
ff8165663fc1b0379bc1d15fec9ea660291cf68d | --- graphql.yml
@@ -12,7 +12,7 @@ applications:
- name: 'stg'
persistedQueries:
- name: 'businessUnitByCountryAndNumber'
- hash: 'f47967b84a2c8ea52dceb45d4650a9cd62ad19a6b545cb63288b3acd085a4194'
+ hash: 'dc5adc0197a2bfd29b0ecc4ec5a255f44f8e0700a8a6916a834ec745574ab54d'
... | Adding upsertSupplyChainAssociatePreference query | Adding upsertSupplyChainAssociatePreference query
|
0f6f86c4038ec2872590cf6442a51cafd66cf396 | --- src/auth/AuthenticatorView.tsx
@@ -33,7 +33,7 @@ export const AuthenticatorView = () => {
SplashScreen.hide();
}
- if (!sitePresent) {
+ if (!sitePresent && userPresent) {
connectedSSO.promptUserForSite(user as SSOUser);
}
| adding check if user is set when prormpting for site (#247) | adding check if user is set when prormpting for site (#247)
|
9c8573640cd94346c60b777c4c087e0be563e0cc | --- package-lock.json
@@ -3062,9 +3062,9 @@
}
},
"@walmart/ask-sam-mini-app": {
- "version": "0.29.2",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.29.2.tgz",
- "integrity": "sha512-FA9OPmlChJY7O4XeC91KLVzh9l48j85Mf7agekTeWD3TVUp76NjhaV4gHBL96bLm... | Incrementing version. Adding ask sam init. | Incrementing version. Adding ask sam init.
|
7af86a8bd4c5282417adcbcfa3e6db7a82d06d2d | --- __tests__/harness/redux/mockState/appConfigState.ts
@@ -7,7 +7,7 @@ export const appConfigState: AppConfigState = {
appConfigInitProgress: false,
appConfigInitSuccess: true,
data: {
- texting: {
+ myTeam: {
warningMessageContent:
'All users must be on the most recent version of Me@ to... | Update tests | Update tests
|
ba39249330917994cde881572129c2ca69e22619 | --- package-lock.json
@@ -3553,9 +3553,9 @@
"integrity": "sha512-PhbwXZYIduJImUrywvm+tqhFgV2qwNk2xhXjbaoBBOF8d0vHDjNElNEUvayM+9Nj25hFciAg/kYvFxXYpoelNQ=="
},
"@walmart/shelfavailability-mini-app": {
- "version": "0.3.78",
- "resolved": "https://npme.walmart.com/@walmart/shelfavailability-mini... | 0.3.88 Shelf availability mini app | 0.3.88 Shelf availability mini app
|
86c88e0cacbf2d12123a00bb0a9768edc6937dcb | --- ios/Podfile.lock
@@ -1310,4 +1310,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 428e0e59976a5af07a4bda2ef6a2bae4353919ea
-COCOAPODS: 1.11.3
+COCOAPODS: 1.12.0
| Update Podfile.lock | Update Podfile.lock |
6689eceb9aad1ea6cd14763a188a10fe60518165 | --- __tests__/components/RecentSearchHistory.test.tsx
@@ -105,7 +105,7 @@ describe('RecentSearchHistory', () => {
renderItem.props.associateLinkHandler('Test Item');
expect(mockDispatch).toHaveBeenCalledWith({
payload: 'Test Item',
- type: 'roster/SET_SEARCH_TEXT',
+ type: 'Roster/SET_SEARCH_... | feat: updated tests for feature flags | feat: updated tests for feature flags
|
61b9f9a3b6c6d93abea9b989eb44a8e07ee38362 | --- __tests__/screens/RosterScreen.tsx
@@ -0,0 +1,17 @@
+import React from 'react';
+
+describe('RosterScreen', () => {
+ it('should render the teams list', () => {});
+ it('should render the associate list', () => {});
+ it('should render the weekly schedule header', () => {});
+});
+
+describe('TeamsList', () => {... | adding roster screen | adding roster screen
|
56a58183f99e49d55051eb2b0e8b51e1bfbf4396 | --- docs/docs/components/icons/icons-gtp-owned.md
@@ -6,7 +6,7 @@ custom_edit_url: null
## gtp-shared-icons
-Refer to [this documentation](https://gecgithub01.walmart.com/pages/electrode-mobile-platform/gtp-shared-components/introduction/icons) to see which icons are included in this library. This [repository](ht... | docs: editing for clarity | docs: editing for clarity
|
f508a7a38b6f72476a2674178d5dbc15515b5b22 | --- __tests__/redux/utilsTest.ts
@@ -61,7 +61,7 @@ describe('utils', () => {
it('adds sagas if task is cancelled', () => {
TaskMap[mySliceName] = mockTask;
- (mockTask.isCancelled as jest.Mock).mockReturnValueOnce(true);
+ (mockTask.isRunning as jest.Mock).mockReturnValueOnce(true);
const... | bump core services for user clear fix. fix saga cleanup logic | bump core services for user clear fix. fix saga cleanup logic
|
8b2820a862cca5fa74ebb559a6de7c2d7bdf0c1a | --- .looper-pr.yml
@@ -31,3 +31,4 @@ envs:
+
| fix(ui): update looper yml #SMDV-9990 | fix(ui): update looper yml #SMDV-9990
|
862a006bee9317262648e75ac7eb3b046702ec1d | --- .yarn/patches/@walmart-time-clock-mini-app-npm-3.19.13-d3039974f6.patch
@@ -24,6 +24,15 @@ index 6c6be95bb86462a460602410051df524b9782096..f7f56a68ecc5b68985d5c73c0d1db986
diff --git a/dist/containers/ClockOutScreen/index.js b/dist/containers/ClockOutScreen/index.js
--- a/dist/containers/ClockOutScreen/index.js
... | fix(GTA-168096): Patch to stop sending UTC time for rest break (#5326) | fix(GTA-168096): Patch to stop sending UTC time for rest break (#5326)
Co-authored-by: Sai Krishna Reddy Cheruku - s0c0nrc <Saikrishnareddy.Cher@walmart.com> |
312691f4e7fb754cfd6ced906396b70a3b72ab58 | --- packages/allspark-foundation/src/Navigation/client.tsx
@@ -84,14 +84,18 @@ export class NavigationClient<
DefaultModalOptions
);
private _modalSubscription: ModalStateSubscription<M>;
- private _modalInitialized = false;
+ private _modalState = {
+ initialized: false,
+ enabled: true,
+ disabl... | feat: add disable modal and get feature id for screen capabilities to navigation client | feat: add disable modal and get feature id for screen capabilities to navigation client
|
7102b561b23570bba31db80fb9988ed97b344d0b | --- patches/@walmart+profile-feature-app+0.0.71.patch
@@ -0,0 +1,13 @@
+diff --git a/node_modules/@walmart/profile-feature-app/dist/config/appConfigDefault.js b/node_modules/@walmart/profile-feature-app/dist/config/appConfigDefault.js
+index 137f36e..ee8e749 100644
+--- a/node_modules/@walmart/profile-feature-app/dist/... | added patch for profile-feature-app | added patch for profile-feature-app
|
1960f6b46d0d46f7c4e5c89edb6de180504bc1ee | --- package-lock.json
@@ -4203,9 +4203,9 @@
"integrity": "sha512-D1I8i9IA/LlfKInPduKHARhcJ2KuUVKQ8GMoHlLBLmnl6Zo55xuzKdU8DCyiIJfPsAv/KQVRD63/FVKbyyO1LA=="
},
"@walmart/exception-mini-app": {
- "version": "0.40.1",
- "resolved": "https://npme.walmart.com/@walmart/exception-mini-app/-/exception... | Pinpoint: bump version 0.40.1 > 0.40.2 | Pinpoint: bump version 0.40.1 > 0.40.2
|
c366051b33326d111be44288426be510d2205c8a | --- package-lock.json
@@ -51,7 +51,7 @@
"@walmart/functional-components": "~4.0.3",
"@walmart/gta-react-native-calendars": "0.0.16",
"@walmart/gtp-shared-components": "2.0.5",
- "@walmart/impersonation-mini-app": "1.17.2",
+ "@walmart/impersonation-mini-app": "1.18.0-138-0d617e4... | bumping impersonation mini-app version for testing | bumping impersonation mini-app version for testing
|
08ab795e5edf631ca168cbcaceac9123b18eaeef | --- package.json
@@ -62,17 +62,18 @@
"@redux-saga/testing-utils": "^1.1.3",
"@sharcoux/slider": "^5.2.1",
"@terrylinla/react-native-sketch-canvas": "^0.8.0",
+ "@walmart/ItemInfo": "0.1.126",
"@walmart/allspark-health-survey-mini-app": "0.0.35",
"@walmart/allspark-home-mini-app": "0.4.0",
... | integrate counts | integrate counts
|
675d3c752b5e643c56656a5bb3c3c5bc30efbd19 | --- package-lock.json
@@ -81,7 +81,7 @@
"@walmart/schedule-mini-app": "0.37.0",
"@walmart/settings-mini-app": "1.18.1",
"@walmart/shelfavailability-mini-app": "1.5.16",
- "@walmart/taskit-mini-app": "2.40.6",
+ "@walmart/taskit-mini-app": "2.40.8",
"@walmart/time-clock-... | chore: bump taskit to 2.40.8 | chore: bump taskit to 2.40.8
|
d7498a45a43d9a094c28da47fbad67c2bca7f40e | --- main.js
@@ -7,12 +7,14 @@ const isRunningInExpo =
process.env.EXPO_APP_VARIANT ||
process.env.NODE_ENV === 'dev';
+const isRunningInLooper = process.env.LOOPER === 'true';
+
try {
- // When running directly with Expo or in dev mode
- if (isRunningInExpo) {
+ // When running directly with Expo or in dev ... | fix(ui): update package | fix(ui): update package
|
d17fc6ee1fc831d6bb63f61c457b7e32f45ebb08 | --- package-lock.json
@@ -3393,9 +3393,9 @@
"integrity": "sha512-DMXzHrlFBvd5qOHxju7irJ+4UkclgpwJVlEKzPqmL4oQPYXkjCydvbJR0O5FmZtDDyBrKxKtofD2vD4nyBeHPA=="
},
"@walmart/inbox-mini-app": {
- "version": "0.6.0",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0.6... | SSMP-2002 | SSMP-2002
|
abecfd0f0eb8e40dd46060562ad476e2113c7ae4 | --- graphql.yml
@@ -23,12 +23,10 @@ applications:
tags:
- 'v3'
- name: 'GetTeamById'
- hash: '5a1baf2e68d6b2c9ddec825296731ccd2137a9e7f12d1f7210ca797814bb3e3f'
queryTemplate: 'src/queries/getTeamById.graphql'
tags:
- 'v3'
... | removed hash values | removed hash values
|
bb7441dc20368b140f24ff0bc981455441eef8ed | --- packages/allspark-foundation-hub/src/HubFeature/TeamSelection/Component/TeamSelectionList.tsx
@@ -131,6 +131,7 @@ export const TeamSelectionList = ({
teamSelectionTelemetry.logEvent('team_selection_cancel_event', {
win: win as string,
site: String(site),
+ message: 'Team selection cancel eve... | Adding firebase telemetry | Adding firebase telemetry
|
e617252ad4eb17329d19cd90637e1dcffee753e4 | --- packages/allspark-foundation/__tests__/Components/ComponentContainers.test.tsx
@@ -347,8 +347,8 @@ describe('ErrorBoundary in ComponentContainer', () => {
it('can add an error boundary', () => {
const mockErrorBoundary = () => <View testID='error-boundary' />;
- container.addErrorBoundary(mockErrorBoun... | feat(layout): changed error boundary name to component wrapper | feat(layout): changed error boundary name to component wrapper
|
def89de4f8b4437b873e87530cb7e9bb72360b07 | --- packages/allspark-foundation/src/HubFeature/Hub/Container/AllsparkHubContainer.tsx
@@ -11,7 +11,7 @@ import { ValidatedTeamWidgetMapping } from './types';
import { AllsparkFeatureModule } from '../../../Core';
import { enUS, esMX } from '../../translation';
import { FEATURE_ID, FEATURE_NAME } from '../../constan... | Initial work for onboarding sagas | Initial work for onboarding sagas
|
871040af3396b21132125606cd1eab03d3ed3c10 | --- graphql.yml
@@ -1,4 +1,5 @@
schemaVersion: '1.0.0'
+
teamRostersProductId: 2071
notify:
slack:
| Adding commit for dummy pr | Adding commit for dummy pr
|
9c073737882efb98e24edd3cfe55d3fcf48d7d1a | --- package-lock.json
@@ -3504,9 +3504,9 @@
}
},
"@walmart/settings-mini-app": {
- "version": "1.3.2",
- "resolved": "https://npme.walmart.com/@walmart/settings-mini-app/-/settings-mini-app-1.3.2.tgz",
- "integrity": "sha512-/23k7tm8e4A3ByUXsWhLg48+v+YqxE7czwQC7EjiqkClxcR6tguD2Y1ilCZ/oa5... | settings version increment | settings version increment
|
62b63483bf46fe6bf27cd495191155d73fcb27c4 | --- package-lock.json
@@ -9468,9 +9468,9 @@
"integrity": "sha512-Ls9qiNZzW/OLFoI25wfjjAcrf2DZ975hn2vr6U9gyuxi2nooVbzQeFoQS5vQcbCt9QX5NY8ASEEAtlLdIa6KVg=="
},
"react-native-ssmp-sso-allspark": {
- "version": "0.0.3",
- "resolved": "https://npme.walmart.com/react-native-ssmp-sso-allspark/-/reac... | sso-allspark library version bump to 0.0.4 (#210) | sso-allspark library version bump to 0.0.4 (#210)
* sso-allspark library version bump to 0.0.4
* Update package-lock.json
Co-authored-by: Anukalp Katyal - a0k04qv <Anukalp.Katyal@walmartlabs.com> |
04dc6222ed408f5a5deb706b778b6fe3223d0f96 | --- graphql.yml
@@ -36,11 +36,6 @@ applications:
queryTemplate: 'packages/me-at-walmart-athena-queries/src/getLoggedInUser.graphql'
tags:
- 'v1'
- - name: 'getSupplyChainTeamPreference'
- hash: '61253c3d4d8ab6db774a903969c2f63de9113f44c1947d52c3630dd38ce30839... | feat(ui) reran codegen | feat(ui) reran codegen
|
a25490a8414f2421669393ed9fcdfc79c9e06644 | --- src/channels/components/ChannelRow.tsx
@@ -29,6 +29,7 @@ import {useDailyRoster} from '../../hooks';
import {Associate} from '../../types';
import {
ROOT_CONTAINER_SCREEN_NAME,
+ APP_CONTAINER_SCREEN_NAME,
MESSAGES_SCREEN_NAME,
} from '../../constants';
import {styles as channelRowStyles} from '../../com... | reverting changes on navigation | reverting changes on navigation
|
6eed0c4901f9295a56f0ea57798fc3f38d9294c1 | --- src/Adapters/useGetStoreAssociateAdapter.ts
@@ -121,7 +121,7 @@ function addTeamImages(
): EnrichedTeam[] {
if (!teams?.length) return [];
- const defaultImage = StoreImages.default;
+ const defaultImage = StoreImages.Default;
return teams.map((team) => ({
...team,
--- src/Adapters/useGetSupplyC... | feat(ui): optimizations #SMDV-7856 | feat(ui): optimizations #SMDV-7856
|
b5c3a7a35c213d8b42907a9f63c4e39a6cce2d33 | --- packages/allspark-foundation/__tests__/Feature/AllsparkFeatureManager.test.tsx
@@ -0,0 +1,138 @@
+import { FeatureModuleManager } from '../../src/Feature/AllsparkFeatureManager';
+import { BuildScreenConfig } from '../../src/Feature/types';
+
+describe('FeatureModuleManager', () => {
+ let manager: FeatureModuleMa... | added unit test feature file | added unit test feature file
|
ef050074e1dec6cac5d5a19148ccd9e55e0e9dc8 | --- package-lock.json
@@ -64,7 +64,7 @@
"@walmart/pay-stub-miniapp": "0.9.31",
"@walmart/payrollsolution_miniapp": "0.130.34",
"@walmart/price-changes-mini-app": "1.8.7",
- "@walmart/profile-feature-app": "0.196.0",
+ "@walmart/profile-feature-app": "0.200.0",
"@walmart... | feat: bump profile-feature-app to 0.200.0 | feat: bump profile-feature-app to 0.200.0
|
ff454059492d83c7d1df6114a0482b3f4ab800d6 | --- container/metro.config.js
@@ -10,7 +10,8 @@ config.watchFolders = [workspaceRoot];
config.resolver.nodeModulesPaths = [
path.resolve(projectRoot, 'node_modules'),
path.resolve(workspaceRoot, 'node_modules'),
- path.resolve(workspaceRoot, 'packages/associate-exp-hub/dist'),
];
+config.resolver.disableHier... | feat(ui): update metro config | feat(ui): update metro config
|
bc586d4b977374782bb8e2ef802a7132b7a2b156 | --- package-lock.json
@@ -3281,9 +3281,9 @@
}
},
"@walmart/ask-sam-mini-app": {
- "version": "0.5.1",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.5.1.tgz",
- "integrity": "sha512-7BcvWr2HhHJzbeh3ZyaRObLz79yay9iJdnRvp3prPj6jthtqLp+LVw6y8XZhY/zRCr... | Mini app version updates | Mini app version updates
|
65bacc7facc2a26c4d3f394ae8892eea8eac6e2a | --- __tests__/harness/firestore/data/index.ts
@@ -1,4 +1,4 @@
// @ts-ignore
-import {store100Collection} from './store100';
+import {store100Collection} from './stores';
export const store100CollectionMock = store100Collection;
--- __tests__/harness/firestore/data/store1513.ts
--- __tests__/harness/firestore/da... | refactor stores | refactor stores
|
3d0ca34dcb86ecce22a5f56953b074d082887a5e | --- packages/allspark-foundation/src/Translation/client.ts
@@ -27,7 +27,6 @@ export const TranslationClient = (config?: TranslationClientOptions) => {
// Default global instance
i18next.init(config || DefaultConfig);
const _instance = i18next.cloneInstance();
- let initialized = false;
let _config = config... | fix: translation client incorrectly changed initialized boolean on i18n instance to function | fix: translation client incorrectly changed initialized boolean on i18n instance to function
|
3a0d4a7ff0a10612c7b01f847cebd542e18b181f | --- targets/US/package.json
@@ -123,7 +123,7 @@
"@walmart/myteam-mini-app": "1.12.0",
"@walmart/native-rfid-scanner": "3.10.10",
"@walmart/onewalmart-miniapp": "1.0.24",
- "@walmart/pay-stub-miniapp": "0.15.4",
+ "@walmart/pay-stub-miniapp": "0.15.5",
"@walmart/payrollsolution_miniapp": "0.141... | bump version | bump version
|
d4c85f0375179083300fcd04b00b089da80d457e | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/texting-mini-app",
- "version": "2.0.6",
+ "version": "2.0.7",
"private": false,
"main": "bundle/dist/index.js",
"files": [
--- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/texting-mini-app",
- "version": "2.0.6",
+ "version": "2.0.7",
"... | Update package.json | Update package.json |
660f890ed0994a4dfcb926b2bdfdaae87f01e206 | --- package-lock.json
@@ -4244,14 +4244,6 @@
}
}
},
- "@walmart/allspark-me-mini-app": {
- "version": "0.31.9",
- "resolved": "https://npme.walmart.com/@walmart/allspark-me-mini-app/-/allspark-me-mini-app-0.31.9.tgz",
- "integrity": "sha512-6Lrgp0hnngJbckzvrkxEgOo9l91SuP9TV3u1pzY7... | Move to profile-feature-app. | Move to profile-feature-app.
|
c83e2d2b7a96591e4c2fbf9aff3267eb264a01fb | --- ios/Podfile.lock
@@ -582,19 +582,19 @@ PODS:
- AppAuth
- Starscream (3.0.6)
- StructuredLogAssistantIOS (0.0.6)
- - SumoSDK (2.1.0-alpha.2):
+ - SumoSDK (2.1.0):
- Apollo (= 0.42.0)
- Apollo/SQLite (= 0.42.0)
- - Firebase/Messaging (= 8.4.0)
+ - Firebase/Messaging (~> 8.4)
- Struct... | sumo to 2.1.0 | sumo to 2.1.0
|
31eff6f1b0d5626c763082571ca6a85eea32d64d | --- packages/allspark-foundation-hub/src/Shared/Components/EditTeamListItem/EditTeamListItem.tsx
@@ -48,7 +48,7 @@ export const EditTeamSelectionListItem = ({
>
{showTeamImage && (
<TeamImage
- source={{ uri: Images[teamId]?.uri || Images.Default.uri }}
+ source={{ uri: ... | Update default images | Update default images
|
12e04a449358f9132b5d8a2d1f86a3cb25aa399b | --- src/auth/styles.ts
@@ -210,6 +210,7 @@ export default StyleSheet.create({
marginTop: 10,
fontFamily: 'Bogle',
paddingHorizontal: 16,
+ color: colors.black,
},
errorBottom: {
bottom: 0,
| color black added | color black added
|
85a97a93ded9dbfe41fa2d7e89eaf4a1eeb37fa5 | --- src/managerExperience/screens/AllTeamsScreen/AllTeamsScreen.tsx
@@ -20,7 +20,7 @@ import {
TOTAL_STORE_TEAM_LABEL,
} from '@walmart/allspark-foundation-hub/HubFeature/constant';
import {useSelector} from 'react-redux';
-import {SiteSelectors} from '@walmart/allspark-foundation';
+import {SiteSelectors} from '@... | feat: Roster | Update Page Header Text - [SMDV-6515] | feat: Roster | Update Page Header Text - [SMDV-6515]
|
e69886608db52377d10d4237795868ead3a2b7dc | --- package-lock.json
@@ -5176,9 +5176,9 @@
}
},
"@walmart/core-services-allspark": {
- "version": "1.7.18",
- "resolved": "https://npme.walmart.com/@walmart/core-services-allspark/-/core-services-allspark-1.7.18.tgz",
- "integrity": "sha512-HGD13wYDApYvJQfmXGOyd2TJVKVnA/Y0FfjkH3tJqkkX+t... | bumping core services for user fix | bumping core services for user fix
|
e23f7a00ef4b34ebd418aeaf8b0f6c3db7bf882f | --- packages/allspark-foundation/__tests__/cli/linkUtils.test.ts
@@ -1,105 +0,0 @@
-import fs from 'fs';
-import fsPromises from 'fs/promises';
-import { linkReactNativeConfig, linkIos, linkPackage } from '../../src/cli/linkUtils';
-
-jest.mock('fs');
-jest.mock('fs/promises');
-
-describe('Configuration linking funct... | remove link utils test | remove link utils test
|
d49fc5f72e4b750ae1f6c81df3229a1a4d8a2bb5 | --- package.json
@@ -90,7 +90,7 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.33.40",
"@walmart/associate-listening-mini-app": "1.2.39",
- "@walmart/attendance-mini-app": "3.174.3",
+ "@walmart/attendance-mini-app": "3.174.5",
"@walmart/avp-feature-app": "0.2... | fix(ama): GTA-164117 Shift swap issue fix ama for develop (#4742) | fix(ama): GTA-164117 Shift swap issue fix ama for develop (#4742)
* fix(ama): GTA-164117 Shift swap issue fix ama
* fix(ui): GTA-164117 shift swap issue fix attendance mini app
---------
Co-authored-by: a0s08du <abinash.sahoo@walmart.com>
Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com>
... |
17940e8d67c576b6d62d62fd429e8c9aaee2bc93 | --- packages/allspark-foundation/cli/link.js
--- packages/allspark-foundation/cli/mergeConfig.js
| chore: bootstrap update | chore: bootstrap update
|
8480014c33c3f8d7ab811a627d2d1f6b2c8515b1 | --- patches/@walmart+avp-shared-library+0.0.50.patch
@@ -0,0 +1,40 @@
+diff --git a/node_modules/@walmart/avp-shared-library/dist/redux/TotalPayBenefits/sagas/index.js b/node_modules/@walmart/avp-shared-library/dist/redux/TotalPayBenefits/sagas/index.js
+index e40f777..d947318 100644
+--- a/node_modules/@walmart/avp-sh... | updated the shared library patch | updated the shared library patch
|
1e758bd126248524b903841b28ba8ef494a0bd7c | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.45.0",
+ "version": "1.46.0",
"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",
"@walmart/redux... | Update the my team | Update the my team
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.