commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
ea4879f06bbb019b19d10215c6dad4cfd95bac7a | --- package.json
@@ -193,10 +193,5 @@
"skipScope": false,
"jiraPrefix": "JIRA_PROJECT"
}
- },
- "dependencies": {
- "expo": "~51.0.28",
- "react": "18.2.0",
- "react-native": "0.74.5"
}
}
| feat(ui): update looper | feat(ui): update looper
|
c9003b3fa664248fdaf68e4b21814ecd8669e00c | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 117
+ versionCode 118
versionName "1.0.9"
}
... | Incrementing build number | Incrementing build number
|
87c56c01bad20ff0a6b2a70b6e3904dc35516e87 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.12.0-alpha.2",
+ "version": "2.12.0-alpha.3",
"main": "dist/index.js",
"files": [
"dist"
--- src/managerExperience/components/TeamSearchInput/TeamSearchInput.tsx
@@ -3,7 +3,7 @@ import {TextInput, View} from 'react... | Update roster mini app | Update roster mini app
|
b8ed48b1f841f3f76709e084e6a0d5d2109b7bac | --- package-lock.json
@@ -41,7 +41,7 @@
"@walmart/amp-mini-app": "1.1.72",
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.18.5",
- "@walmart/attendance-mini-app": "3.23.0",
+ "@walmart/attendance-mini-app": "3.24.0",
"@walmart/avp-feature-... | bump attendance version | bump attendance version
|
6d415dfaaa5ce41af6428574265ef339077e24f4 | --- package-lock.json
@@ -18449,10 +18449,10 @@
}
}
},
- "react-native-wm-barcode": {
- "version": "2.36.1-rc1",
- "resolved": "https://npme.walmart.com/react-native-wm-barcode/-/react-native-wm-barcode-2.36.1-rc1.tgz",
- "integrity": "sha512-eDeaaSP0HYlR5wvMZfq2e0WvGCNPCk8AtjNLSI... | VS-485 : Updated scanner plugin version for crash fix | VS-485 : Updated scanner plugin version for crash fix
|
ef7b9a87f42477725929cc1a250b34ea915820a7 | --- .github/pull_request_template.md
@@ -6,7 +6,7 @@
# Checklist
- [ ] Have you written unit tests for this? If so, add the screenshots for the test coverage.
-- [ ] Has this been tested in the example app?
+- [ ] Has this been tested in the core app?
- [ ] Telemetry Covered? If so, list events (splunk, firebase ... | update gtp shared component for body | update gtp shared component for body
|
176672eed8e0fdfa6d5494945d5be7ad9450c47e | --- packages/allspark-foundation/src/Components/Onboarding/TeamSelection/types.ts
@@ -83,17 +83,6 @@ export interface ListHeaderProps {
handleSelectAll: () => void;
}
-// export interface TeamSelectionProps {
-// headerTitle?: string;
-// headerSubText?: string;
-// areas: Area[];
-// selectedTeams: Team[... | Removing commented code | Removing commented code
|
01bb243d54063fc0777b88d1ca1899563a6f25eb | --- src/containers/RosterFilters.tsx
@@ -4,8 +4,13 @@ import {Chip, ChipGroup} from '@walmart/gtp-shared-components';
import {noop} from 'lodash';
import {useSelector} from 'react-redux';
import {SiteSelectors} from '@walmart/redux-store';
-import {useGetDailyRosterQuery} from '../queries/getDailyRoster';
+import {
... | passing rosterData from rosterScreen to filter | passing rosterData from rosterScreen to filter
|
d919ba57e30af74b448aa335f2a92c716f2c5f81 | --- package.json
@@ -109,7 +109,7 @@
"@walmart/exception-mini-app": "1.8.19",
"@walmart/expo-config-plugins": "~0.5.3",
"@walmart/facilities-management-miniapp": "0.18.33",
- "@walmart/feedback-all-spark-miniapp": "0.9.79",
+ "@walmart/feedback-all-spark-miniapp": "0.9.75",
"@walmart/financial... | fix(revert): revert feedback (#4824) | fix(revert): revert feedback (#4824)
|
702e300e85d41d78aecc1641fa13669aab259895 | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.0.16",
+ "version": "1.0.17",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/myteam-mini-app",
- "version": "1.0.16",
+ "version": "1.0.17",
"hasInstal... | Update version | Update version
|
a2a47d5e6901ea34b9e90d8db405b54d6ce0854e | --- package-lock.json
@@ -45,7 +45,7 @@
"@walmart/config-components": "4.2.5",
"@walmart/copilot-mini-app": "2.3.19",
"@walmart/core-services": "~2.2.1",
- "@walmart/core-services-allspark": "~2.12.7",
+ "@walmart/core-services-allspark": "~2.12.8",
"@walmart/core-utils... | fix: core service bump | fix: core service bump
|
76405782048abeb966094dc7287cbfde93661cb6 | --- package-lock.json
@@ -1977,9 +1977,9 @@
}
},
"@walmart/inbox-mini-app": {
- "version": "0.0.18",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0.0.18.tgz",
- "integrity": "sha512-Hu0CW1+XM3Nln8++zVgvANiH2L6/6MDE/Y3Qt8dAQaLWhzkTz6TvnJuD55txS8lYdTMNV8... | added sso version in settings version screen, inbox version bump (#187) | added sso version in settings version screen, inbox version bump (#187)
|
1bc70af79c56e2c2582c0295ce86584a9b014f25 | --- src/hooks/teams.ts
@@ -141,6 +141,7 @@ export const useGetTeamById = (teamId: string) => {
const response = useGetTeamByIdQuery({
variables: {
siteNbr: storeNbr!,
+ businessUnitNumber: Number(storeNbr)!,
date: moment().format('YYYY-MM-DD'),
teamId,
countryCode: countryCode!,... | Adding businessUnitNumber to hooks | Adding businessUnitNumber to hooks
|
364fd5f21d89eea2cdfe801c1903bdb658b5c4f9 | --- packages/associate-exp-hub-team-switcher/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.14.0](https://gecgithub01.walmart.com/allspark/associate-exp-hub-mini-app/compare/@... | chore(version): updating package version | chore(version): updating package version
- @walmart/associate-exp-hub-team-switcher@2.14.0
|
5da9cf10ba4baa2bf95b970d19bb6da3dc8064bc | --- packages/core-services-allspark/src/graphql/links.ts
@@ -60,7 +60,7 @@ export const createErrorLoggerLink = (logger: IAllsparkLogger) =>
onError(({ graphQLErrors, operation, networkError }) => {
// Base error details
const headers = operation.getContext()?.headers;
- const erorrLog = {
+ const er... | chore: typo fix | chore: typo fix
|
c8b60493ca3bc989dc1dae62bdcf065ff3ea8356 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 88
+ versionCode 89
versionName "1.0.6"
}
sp... | Incrementing build number | Incrementing build number
|
1980506a56c5f8e59b3d65c46a2d91f54ca4e8c6 | --- packages/me-at-walmart-container/src/http/interceptors/successLogger.ts
@@ -7,7 +7,7 @@ export const SuccessLoggerInterceptor: Interceptor = {
fulfilled: async (response) => {
const chance = Math.random();
const rate = await getAsyncLogRate();
- // log only if error rate is greater than 0.
+... | update doc | update doc
|
f64cafc1b4f84ffe2d91b0e9c022b0a2787bfefd | --- src/home/components/GreetingRowV2/BaseImageV2.tsx
@@ -56,11 +56,13 @@ const renderBirthdayImage = () => (
const renderPharmacyOrSupplyChainImage = (isPharmacyOrVision: boolean, isSupplychain: boolean) => {
if (isPharmacyOrVision) {
return <PeopleHeaderIconPharmacy style={styles.baseImage} testID="BaseImage... | feat(header): address logic | feat(header): address logic
|
d59acb7ad70830a7f402ab7022ac4253b854aed1 | --- package.json
@@ -130,7 +130,7 @@
"@walmart/native-rfid-scanner": "4.1.4",
"@walmart/onewalmart-miniapp": "1.0.27",
"@walmart/online-w4-mini-app": "0.8.1",
- "@walmart/pay-stub-miniapp": "0.24.3",
+ "@walmart/pay-stub-miniapp": "0.24.11",
"@walmart/payrollsolution_miniapp": "0.150.2",
... | fix(bug fix): PAYROLL-30183 (#4623) | fix(bug fix): PAYROLL-30183 (#4623)
* bump paystub version
* feat: bump version for paystub
---------
Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com>
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
cb6effa6e6629d21922dad66286923b5f86be145 | --- src/managerExperience/images/index.tsx
@@ -1,6 +1,4 @@
-import {Team} from '../types';
-
-export const images: Record<Team, string> = {
+export const images = {
'Admin & Support':
'https://i5-me.walmartimages.com/images/teams/totalstore-team-427a5cddc7.png',
Apparel:
@@ -9,15 +7,15 @@ export const images... | feat: Updated styles and image names | feat: Updated styles and image names
|
4dc8c00264bd538f3a24b89c0566f59edbcd1d2a | --- .looper.multibranch.yml
@@ -7,5 +7,5 @@ envs:
global:
variables:
ANDROID_ANALYZE_SIZE_ENABLED: true
- ALLSPARK_STRIP_BINARY_SYMBOLS: false
+ ALLSPARK_STRIP_BINARY_SYMBOLS: true
\ No newline at end of file
| chore(symbols): enabled CI strip symbols | chore(symbols): enabled CI strip symbols
|
da6067bba09be3e0a7ec16400b4d24c45613df42 | --- package.json
@@ -13,7 +13,7 @@
"private": true,
"scripts": {
"init": "npm i",
- "test": "lerna run --no-bail test",
+ "test": "npm run test --workspaces --if-present",
"lint": "npm run lint --workspaces",
"clean": "npm run clean --workspaces",
"commit": "commit",
--- packages/allspark-utils/__te... | fix: update command for test | fix: update command for test
|
f9e09c2e8ecf93e123347a88b902740ee0354e0e | --- packages/redux-store/src/actions.ts
@@ -2,6 +2,7 @@ import { bindActionCreators } from 'redux';
import {
AuthActionCreators as foundationAuthActionCreators,
AuthActionTypes,
+ AuthResult,
} from '@walmart/allspark-foundation/Auth';
import {
ConfigActionTypes,
@@ -10,18 +11,21 @@ import {
import {
C... | fix: connect deprecated sso actions to foundation implementation | fix: connect deprecated sso actions to foundation implementation
|
7e1cfb16e55e866fdffcc2b9acf2e8c09dda9611 | --- package-lock.json
@@ -35,7 +35,7 @@
"@walmart/allspark-neon-core": "0.1.31",
"@walmart/amp-mini-app": "1.1.30",
"@walmart/ask-sam-chat-components": "^0.2.7",
- "@walmart/ask-sam-mini-app": "1.3.73",
+ "@walmart/ask-sam-mini-app": "1.3.74",
"@walmart/attendance-mini-... | Ask Sam version bump | Ask Sam version bump
|
ed829d8c442fabb5c2314401bd788995c0123dd5 | --- package.json
@@ -117,7 +117,7 @@
"@walmart/digital-locks-mini-app": "2.0.12",
"@walmart/emergency-mini-app": "1.32.7",
"@walmart/exception-mini-app": "1.10.3",
- "@walmart/expo-config-plugins": "0.11.0",
+ "@walmart/expo-config-plugins": "0.11.3",
"@walmart/facilities-management-miniapp": ... | fix: bump expo-config-plugins (#5303) | fix: bump expo-config-plugins (#5303)
Co-authored-by: Savan Akbari <Savankumar.akbari@walmart.com>
Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com> |
ac775b310320cc7b4e28fe1df8bbb74ebbc1fe8a | --- src/containers/Message/DeleteConfirmationContent.tsx
@@ -62,11 +62,6 @@ export const DeleteConfirmationContent: FC<DeleteConfirmationContent> = ({
lastMessageTime: firestore.FieldValue.serverTimestamp(),
});
modalOnCloseCallback();
-
- messageDoc
- .get()
- .then((snap) => snap.data())... | Removed console log | Removed console log
|
dfe18e6947c1fec21ab567c0cc32ebde439607d7 | --- packages/allspark-foundation-hub/src/Shared/Images/images.tsx
@@ -233,6 +233,11 @@ export const SupplyChainImages: Record<
uri: 'https://i5-me.walmartimages.com/images/supplychain/receiving-amb-32e1aa6a1a.png',
blurhash: 'KtL5nA.8xcxvWAWB~UnO${',
},
+ '7000280': {
+ teamName: 'Receiving - General S... | fix: add more teamIds for Images and fix saved Team Images | fix: add more teamIds for Images and fix saved Team Images
|
87ff24d64342100ac9f37c513cbc17fa96a84556 | --- src/utils/index.ts
@@ -1,6 +1 @@
-export * from './messages';
-export * from './blob';
export * from './user';
-export * from './media';
-export * from './assoicateList';
-export * from './timestamps';
| remove unused code | remove unused code
|
291da5a27ddca0a219f239b922a35b88c5a615df | --- ios/AllSpark.xcodeproj/project.pbxproj
@@ -485,6 +485,7 @@
"${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL-Universal/OpenSSL.framework/OpenSSL",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ScanditBarcodeCapture/ScanditBarcodeCapture.framework/ScanditBarcodeCapture",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ScanditCaptureCore/Sca... | scanner version bump. | scanner version bump.
|
d2137c145a8f49ae06608bee8818bef68ac7f8f5 | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/roster-mini-app",
- "version": "1.0.17-alpha-9",
+ "version": "1.0.17-alpha-10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/roster-mini-app",
- "version": "1.0.17-alpha-9",
+ "version": "1... | Update version | Update version
|
6f353092fcdde275837a40d25af2b4f07320d593 | --- android/app/build.gradle
@@ -328,8 +328,8 @@ dependencies {
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
// implementation 'com.google.firebase:firebase-messaging:21.0.1'
- implementation "com.google.dagger:hilt-android:2.38.1"
- kapt "com.google.dagger:hilt-compiler:2.38.... | fix: increment android hilt version | fix: increment android hilt version
|
b84a6acdb65146efe89a10f46452400cf41fcc9e | --- __tests__/setup.js
@@ -8,25 +8,6 @@ jest.mock('nanoid', () => ({
customAlphabet: () => () => 'custom-test-id-12345',
}));
-// Mock HubCelebrationWidget to avoid color dependency issues
-jest.mock('../src/components/widgets/HubCelebrationWidget', () => ({
- HubCelebrationWidget: () => {
- const React = req... | chore(ui): update jest config to 50% for now | chore(ui): update jest config to 50% for now
|
d3be6c6ee637bc91938282e8602f6d76af93c744 | --- packages/allspark-foundation/__tests__/FeatureRunner/modals/ClockModal.test.tsx
@@ -0,0 +1,107 @@
+import React from 'react';
+import { render, fireEvent, screen } from '@testing-library/react-native';
+
+import { ClockActionCreators, ClockStatus } from '../../../src/Clock';
+import { ClockModal } from '../../../sr... | test: clock modal | test: clock modal
|
414c99307da69e0ef9cae4736df1e68ba87d467c | --- packages/associate-exp-hub-hub/src/components/HubFactory.tsx
@@ -19,6 +19,8 @@ export interface HubConfigOptions {
ccmPropertyName?: string;
/** Fallback layout data if CCM fetch fails (optional) */
layoutConfigData?: LayoutConfigData;
+ /** Bottom padding for FAB button (optional - defaults to 0) */
+ f... | feat(ui): update team switcher issue and tests | feat(ui): update team switcher issue and tests
|
2e2705cebaf53daaebbd419cef9f5d6652481bfa | --- packages/me-at-walmart-container/__tests__/services/logger.test.ts
@@ -147,6 +147,4 @@ import { SESSION_ID } from '../../src/session';
manager.setUserInfo(userInfo);
expect(DefaultLogger.setUserInfo).toHaveBeenCalledWith(userInfo);
});
- });
-
-
\ No newline at end of file
+ });
\ No newlin... | cleanup | cleanup
|
83e7cad2c5255b47755eeacdeed3100f4892d3cd | --- .looper.multibranch.yml
@@ -24,7 +24,7 @@ envs:
ANDROID_BASE_PATH: targets/US/android
branches:
- - spec: feature/drop24
+ - spec: feature/returns-drop24
triggers:
- manual:
name: Publish Packages (Pre-Release)
| Update .looper.multibranch.yml | Update .looper.multibranch.yml |
3caf0b09914b3eddacfee9b66f7bc35a0b78c8b7 | --- packages/allspark-foundation/__tests__/Container/__snapshots__/AllspartContainer.test.tsx.snap
@@ -1,3 +1,9 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`AllsparkContainer renders the Provider component and triggers the root setup 1`] = `<LivingDesignProvider />`;
+exports[`AllsparkContainer renders th... | fix: updated snapshot | fix: updated snapshot
|
a268cd80e4ecc527715679945d6dc3774c7d74f8 | --- package-lock.json
@@ -4341,9 +4341,9 @@
"integrity": "sha512-KuJZ9iZmpMq6BxWoSB0VePjLjdQEgGbJgXs0mwWqjpryfnfhk9tUHaEvwgps53CEcS67hsGK0XbENH4SSD+L0Q=="
},
"@walmart/push-to-talk-mini-app": {
- "version": "0.5.77",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/pus... | updating ptt mini app version | updating ptt mini app version
|
993e2ce6f6542cc0d6ec6e29a0f67fa87fd3d3bb | --- ios/Podfile.lock
@@ -263,12 +263,12 @@ PODS:
- Permission-Notifications (3.6.1):
- RNPermissions
- PromisesObjC (2.1.1)
- - PTT (1.8.2-beta):
+ - PTT (1.8.3):
- BinaryCodable (~> 0.2.1)
- CocoaAsyncSocket (~> 7.6.3)
- RealmSwift (= 10.32.3)
- Starscream (~> 3.0.2)
- - TextService... | Update TextServiceProto | Update TextServiceProto
|
c9f434005f4f790d99f2441b36c48f9ab28025ad | --- targets/US/android/app/src/main/res/values/strings.xml
@@ -1,4 +1,4 @@
<resources>
<string name="app_name">Me@Walmart</string>
- <string moduleConfig="true" name="CodePushDeploymentKey">nBYo63jPiissQ2ot9A_NVgD4Gnhm-Z0DLg7m-</string>
+ <string moduleConfig="true" name="CodePushDeploymentKey">bxaFhKysMbgq... | Reverted the ios folder changes | Reverted the ios folder changes
|
900dccbd210afaa774caca67afb71a6e22462390 | --- __tests__/settings/__snapshots__/SettingsHomeTest.tsx.snap
@@ -108,7 +108,7 @@ exports[`SettingItem with GTP Icon 1`] = `
testID="menu_cellular_saver"
>
<CloseIcon
- size={24}
+ size="medium"
/>
<View
style={
@@ -439,7 +439,7 @@ exports[`SettingsHome 1`] = `
testID="menu_sideKey"
... | fix(ui): fixed android settings issue | fix(ui): fixed android settings issue
|
51208fe1977d4a54df976454ba89ba039aa88507 | --- package-lock.json
@@ -66,7 +66,7 @@
"@walmart/payrollsolution_miniapp": "0.130.46",
"@walmart/price-changes-mini-app": "1.9.3",
"@walmart/profile-feature-app": "0.221.0",
- "@walmart/push-to-talk-mini-app": "1.11.1",
+ "@walmart/push-to-talk-mini-app": "1.11.2",
"@w... | update ptt package version | update ptt package version
|
df6cd06a094134a3861871eefd5f65fef3bf18d3 | --- packages/expo-config-plugins/src/withWebexSDK.ts
@@ -4,6 +4,7 @@ import {
withSettingsGradle,
withAppBuildGradle,
withInfoPlist,
+ withPodfile,
} from "@expo/config-plugins";
import { mergeContents } from "@expo/config-plugins/build/utils/generateCode";
import withSounds from "./withSounds";
@@ -20,6 +... | chore: Add post-install script in Podfile (#209) | chore: Add post-install script in Podfile (#209)
Co-authored-by: Talia Andrews - t0a07tn <Talia.Andrews@walmart.com> |
94c06be41ca8ac10b44a8fd7f5d1e30b01dce54d | --- packages/wmconnect-mini-app/__tests__/codeOfConduct/codeOfConduct.test.ts
@@ -36,6 +36,15 @@ describe('Code of Conduct', () => {
// waitForValueToChange(finishPendingRequests);
expect(await result.current).toBeFalsy();
});
+
+ it('should return false when response has errorDescription', async () => {
... | chore: increase test coverage | chore: increase test coverage
|
cb573f7c2d9e1d0649bb53be5693a02be6b1c2fb | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.0.1-beta.7",
+ "version": "1.0.1-beta.8",
"description": "",
"main": "Core/index.js",
"types": "Core/index.d.ts",
| Update the import statements | Update the import statements
|
2f954814312d5fe063488ecb8419322a92d8729b | --- package-lock.json
@@ -19516,9 +19516,9 @@
}
},
"react-native-wm-barcode": {
- "version": "2.36.5",
- "resolved": "https://npme.walmart.com/react-native-wm-barcode/-/react-native-wm-barcode-2.36.5.tgz",
- "integrity": "sha512-ktwViAMXN/XZz9KgRmPAjbRsSWGEpwAMtIAwczywtQmR0VUZHzEbvk13iqL... | Updated scanner plugin version for telemetry sessionID fix | Updated scanner plugin version for telemetry sessionID fix
|
95aac499c00440c657e0dc8699ce0ae38f3377bb | --- .yarn/patches/@walmart-react-native-scanner-3.0-npm-0.15.8-6fb92a01bb.patch
@@ -1,66 +0,0 @@
-diff --git a/android/src/main/java/com/wm/wmscanner/util/ConfigUtils.kt b/android/src/main/java/com/wm/wmscanner/util/ConfigUtils.kt
-index eed0761a6f73ecad3f4b3184b4ca024816e2b549..62008c9a71d23eb96fa59e43bc11d81b7535035e... | feat: VS-9403 Scanner Features and BUG fixes for Drop 35 (#4987) | feat: VS-9403 Scanner Features and BUG fixes for Drop 35 (#4987)
Co-authored-by: Talia Andrews - t0a07tn <Talia.Andrews@walmart.com> |
f9498f6e102ed476cdcabbf48f68e616d1f1b111 | --- targets/US/package.json
@@ -90,7 +90,7 @@
"@walmart/avp-feature-app": "0.10.19",
"@walmart/avp-shared-library": "0.10.5",
"@walmart/backroom-mini-app": "1.8.7",
- "@walmart/calling-mini-app": "0.7.0",
+ "@walmart/calling-mini-app": "0.7.9",
"@walmart/checkout-mini-app": "4.3.0",
"@wal... | Upgrade calling mini-app | Upgrade calling mini-app
|
c5396ceea7d24cc8c9f1df6485fcb3c71a850beb | --- src/utils/user.ts
@@ -5,7 +5,7 @@ import {GetAssociateNameQuery} from '../queries/getAssociateName';
import {ClockStatusEnum} from './ClockStatusEnum';
import moment from 'moment';
-const OBFUSCATION_KEY = 'myteam-mini-app';
+const OBFUSCATION_KEY = 'texting-mini-app';
const OBFUSCATION_PARSE_KEY = OBFUSCATION... | updating ts lib config | updating ts lib config
|
66d7ced2535cf904425aeca04fe9d02d39d71ae0 | --- graphql.yml
@@ -78,11 +78,11 @@ applications:
queryTemplate: "packages/me-at-walmart-athena-queries/src/getDailyRosterHome.graphql"
tags:
- "v1"
- # - name: "getLoggedInUser"
- # hash: "f7a857e71616f58af3437976992e1937c9f5300e0058050f44721a555344f73c"
- ... | feat: allspark-4663 - making stage and prod in sync | feat: allspark-4663 - making stage and prod in sync
|
3cc0b40a37d777bed36b291d5f04657a214eb292 | --- src/core/initSSO.ts
@@ -25,7 +25,7 @@ export const logNotFoundError = (event: SSOPingFedEventData) => {
userId === NOT_FOUND ||
!userId)
) {
- logger!.error('Missing required properties on user object from SSO', {
+ logger.error('Missing required properties on user object from SSO', {
... | Removing null assertion | Removing null assertion
|
755e22054de01a60ccd0b8cfca12a81e5e07bfe2 | --- __tests__/home/containers/CelebrationListScreenTest.tsx
@@ -171,7 +171,7 @@ describe('CelebrationListScreen', () => {
component.update(<CelebrationListScreen {...props} />);
expect(mockRemoveAllListener).toHaveBeenCalled();
});
- it('birthday tab glide', () => {
+ xit('birthday tab glide', () => {
... | test 2 | test 2
|
d65055cde99675172c99ae0e915fe7982f393df6 | --- package-lock.json
@@ -5314,9 +5314,9 @@
"integrity": "sha512-kgl3PpMJiM1hqhpEfLMIEHBdq+e6mKLPZNT3fmJIgO3RZYV3xcCrO2gIacJL3j+nr8DuDdw/FzeCGzKdKurniw=="
},
"@walmart/inbox-mini-app": {
- "version": "0.61.0-bugFix.1",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mi... | incremented version of inbox | incremented version of inbox
|
49dc099a34422741197cfe58f5e8ff19d56df354 | --- packages/me-at-walmart-container/src/http/interceptors/errorLogger.ts
@@ -10,19 +10,28 @@ import {HttpLogger} from '../logger';
export const ErrorLoggerInterceptor: Interceptor = {
request: {
fulfilled: (request) => {
- const networkDetails = AllsparkReduxStore.select(
- NetworkSelectors.getDat... | fix(interceptor): add try catch to http interceptors (#5211) | fix(interceptor): add try catch to http interceptors (#5211)
Co-authored-by: Shubhang Shah <s0s0zug@homeoffice.wal-mart.com> |
21a4f12f9e5443111bd8dc41d7df34cbbf752537 | --- package.json
@@ -19,7 +19,7 @@
"bundle-js": "expo export --clear",
"check-expo-libs": "expo install --check",
"certify-booted-sim": "scripts/certifyBootedSim.sh",
- "coverage": "jest --coverage",
+ "coverage": "cp src/env.beta.ts src/env.ts && jest --coverage",
"env:beta": "cp src/env.beta... | chore: add env copy command to coverage script | chore: add env copy command to coverage script
|
238c152b39295f2e78c6612145d2575152965696 | --- package-lock.json
@@ -4414,7 +4414,7 @@
},
"cache-control-esm": {
"version": "1.0.0",
- "resolved": "http://localhost:4873/cache-control-esm/-/cache-control-esm-1.0.0.tgz",
+ "resolved": "https://npme.walmart.com/cache-control-esm/-/cache-control-esm-1.0.0.tgz",
"integrity": "sha51... | fixing package lock | fixing package lock
|
850983d292ed41c5029caad460f7d528daf9f950 | --- packages/core-services-allspark/src/permissions/effects.tsx
@@ -10,35 +10,35 @@ const PLATFORM_LOCATION_PERMISSION = Platform.select({
default: PERMISSIONS.ANDROID.ACCESS_FINE_LOCATION,
});
-// const PLATFORM_MIC_PERMISSION = Platform.select({
-// ios: PERMISSIONS.IOS.MICROPHONE,
-// default: PERMISSIONS.... | Enabling required permissions for calling app | Enabling required permissions for calling app
|
056b63235547f6a5ae7d4d9483ebcbe4200b42c6 | --- android/app/src/main/java/com/walmart/stores/allspark/beta/MainActivity.java
@@ -10,7 +10,7 @@ public class MainActivity extends ReactActivity {
@Override
public void onCreate(Bundle savedInstanceState) {
SplashScreen.show(this);
- super.onCreate(savedInstanceState);
+ super.onCreate(null);
}
... | ask sam bump | ask sam bump
|
b9c58cdedb733d0771ff846d37d4e0d2a4c84e57 | --- jest.config.js
@@ -8,7 +8,9 @@ module.exports = {
'!**/*.d.ts',
'!**/index.{ts,tsx}',
'!**/types.ts',
+ '!**/*.types.ts',
'!**/style.ts',
+ '!**/styles.ts',
],
coverageThreshold: {
'global': {
| feat(SMDV-7634): update jest.config so that we don't count barrel files and style files towards coverage | feat(SMDV-7634): update jest.config so that we don't count barrel files and style files towards coverage
|
4d2c858d6d6bfe79b5b8ba442cd77c2e5ee2eb68 | --- packages/expo-config-plugins/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.
+## [0.4.3](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/expo-config-plugins@0.... | chore(version): updating package version | chore(version): updating package version
- @walmart/expo-config-plugins@0.4.3
|
f72f5c12e82abdb16bd8aea8413e3e3ffd56302d | --- src/core/versionsInit.ts
@@ -27,6 +27,7 @@ const miniApps = [
'@walmart/manager-approvals-miniapp',
'@walmart/metrics-mini-app',
'@walmart/price-changes-mini-app',
+ '@walmart/taskit-mini-app',
];
export async function setupAppVersions() {
--- src/translations/en-US.ts
@@ -21,6 +21,7 @@ export const... | Adding taskit version to settings | Adding taskit version to settings
|
f849bbc394e4089b761ca292a0707d5d11d5fda8 | --- __tests__/communications/__snapshots__/oneToOneChatTest.tsx.snap
@@ -636,6 +636,7 @@ exports[`One to One Chat can send a text message 1`] = `
"right": 8,
}
}
+ testID="sendButtonDisabled"
>
<View
style={
--- src/channel... | all comments has been addressed | all comments has been addressed
|
a52359f84b86ec8da48d568a291c1583a7fd5eb3 | --- src/auth/ErrorScreen.tsx
@@ -39,7 +39,7 @@ export const ErrorScreen: FC<any> = (props) => {
const [detail, setDetail] = useState('');
const [formDirty, setFormDirty] = useState(false);
const [errorCategory, seterrorCategory] = useState('');
- const [selectedQ1Options, setselectedQ1Options] = useState([0, ... | refactor getOption method | refactor getOption method
|
351a6bb034db7a308a88b710c5d2f2436c3bb265 | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/translation.ts
@@ -2,10 +2,20 @@ export const enUS = {
searchTeamInput: {
placeHolder: 'Search for a team',
},
+ footerButtons: {
+ saveButton: 'Save',
+ applyButton: 'Apply',
+ cancelButton: 'Cancel',
+ },
};
export const esMX = ... | feat: added translations | feat: added translations
|
77c9f94cee45270e52619eb8f8a2ac78f1798c0b | --- packages/me-at-walmart-container/src/services/site.ts
@@ -1,25 +1,10 @@
import { AllsparkEnvironment } from '@walmart/allspark-foundation/Environment';
import { AllsparkHttpClient } from '@walmart/allspark-foundation/HTTP';
import { SiteServiceCreator } from '@walmart/allspark-foundation/Site';
-import { MeAtWal... | refactor: update site service to use cache config over local storage directly | refactor: update site service to use cache config over local storage directly
|
40ff88b3737a9b6b74c77761b3e978ce38f312e6 | --- package-lock.json
@@ -3288,23 +3288,28 @@
}
},
"@walmart/allspark-me-mini-app": {
- "version": "0.2.2",
- "resolved": "https://npme.walmart.com/@walmart/allspark-me-mini-app/-/allspark-me-mini-app-0.2.2.tgz",
- "integrity": "sha512-rav5PZ9H5LfxD0RCkflKcvrVfd6Ne/AS5GbPolZ1uy6eKHlcaW+R... | Bumping me and ask sam mini apps | Bumping me and ask sam mini apps
|
77cc855dac117109acd6aa918fe2834514ab4c31 | --- packages/allspark-foundation/__tests__/Hub/AddEditButton.test.tsx
@@ -2,22 +2,21 @@ import React from 'react';
import { render, fireEvent } from '../utils';
import { AddEditButton } from '../../src/Components/Hub/TeamSwitcher/AddEditButton';
+const mockOnPress = jest.fn();
+
describe('AddEditButton', () => {
... | refactor: update declaration of test fn | refactor: update declaration of test fn
|
2609fb8c65d7e36fa195efd3ff2c50ef98c05800 | --- package-lock.json
@@ -3474,27 +3474,62 @@
"integrity": "sha512-xXCe5sJeytOO9HAKLaTiQQMzomfUS2wUP6ICLYv9BGtdJUDmoKNT7aFYeRDGPgvPvkc1A8oFrqJIrOshjLnxSg=="
},
"@walmart/redux-store": {
- "version": "1.0.14",
- "resolved": "https://npme.walmart.com/@walmart/redux-store/-/redux-store-1.0.14.tg... | Bumping dependencies for weekly schedule for PTT | Bumping dependencies for weekly schedule for PTT
|
1293ffb14e0824077181bbb8a53be695010bc642 | --- packages/allspark-foundation/src/Components/TeamOnboarding/Screens/TeamOnboardingScreen.tsx
@@ -23,10 +23,7 @@ export const TeamOnboardingScreen = ({
handlePressButton,
}: TeamOnboardingScreenProps) => (
<View style={styles.rootContainer}>
- <View
- style={styles.teamOnboardingViewContainer}
- t... | feat: remove unnecessary testid | feat: remove unnecessary testid
|
84516b58652e91c15907c1a107160f3025f48fe1 | --- package-lock.json
@@ -68,7 +68,7 @@
"@walmart/gtp-shared-components": "2.2.1",
"@walmart/impersonation-mini-app": "1.20.8",
"@walmart/ims-print-services-ui": "2.11.1",
- "@walmart/inbox-mini-app": "0.93.27",
+ "@walmart/inbox-mini-app": "0.93.28",
"@walmart/iteminfo... | inbox version update | inbox version update
|
6dda4af0c1f4e8a7d637d3315f1e26df9b1e9fb4 | --- lerna.json
@@ -21,8 +21,6 @@
"**/__tests__/**"
],
"packages": [
- "packages/allspark-authentication",
- "packages/allspark-foundation",
"packages/allspark-http-client",
"packages/allspark-graphql-client",
"packages/allspark-utils",
@@ -31,6 +29,9 @@
"packages/core-utils",
"... | refactor: switch get deferred service to default. rename direct get to dangerously get | refactor: switch get deferred service to default. rename direct get to dangerously get
|
794dd36d5ef042e96bd884685b53a7e3f26fc55c | --- packages/associate-exp-hub-mini-app/CHANGELOG.md
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [1.4.0-alpha.17](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.17
|
07223798e5d73e55a214b34afe283eb07f60284e | --- yarn.lock
@@ -8116,7 +8116,7 @@ __metadata:
"@walmart/ui-components@patch:@walmart/ui-components@npm%3A1.18.5#~/.yarn/patches/@walmart-ui-components-npm-1.18.5-9e23294b76.patch":
version: 1.18.5
- resolution: "@walmart/ui-components@patch:@walmart/ui-components@npm%3A1.18.5#~/.yarn/patches/@walmart-ui-compon... | chore: pushing yarn.lock file | chore: pushing yarn.lock file
|
bced7de2548d2eca28568d51023930639eaed156 | --- package.json
@@ -141,7 +141,7 @@
"@walmart/redux-store": "6.1.4",
"@walmart/returns-mini-app": "4.6.0",
"@walmart/rfid-scan-mini-app": "2.3.16",
- "@walmart/rn-receiving-mini-app": "2.2.146",
+ "@walmart/rn-receiving-mini-app": "2.2.165",
"@walmart/roster-mini-app": "2.8.2",
"@walmart... | ReceivingCard added in defaultLayout | ReceivingCard added in defaultLayout
|
2a27941e5bad8aa0948760cd179b2330dc2eef88 | --- packages/allspark-foundation/__tests__/Components/AllsparkBanner.test.tsx
@@ -5,6 +5,21 @@ import { AllsparkBannerConfig } from '../../src/Components/Banners/types';
import { ComponentRecord } from '../../Components/DynamicComponents';
describe('AllsparkBanner', () => {
+ test('renders banner snaphot', async (... | fix gtp setup again, add lock case to drawer button, added more snaphots | fix gtp setup again, add lock case to drawer button, added more snaphots
|
5977f9dd592000720d88fdb8158755651b074fb7 | --- package-lock.json
@@ -35,7 +35,7 @@
"@walmart/allspark-neon-core": "0.1.31",
"@walmart/amp-mini-app": "0.2.13",
"@walmart/ask-sam-chat-components": "^0.2.7",
- "@walmart/ask-sam-mini-app": "1.3.5",
+ "@walmart/ask-sam-mini-app": "1.3.7",
"@walmart/attendance-mini-ap... | AskSam Version Update | AskSam Version Update
|
192feeed81e95ff6102e8c47d50b6ce7f33ee8c8 | --- docs/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [2.25.2](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.25.1...v2.25.2) (2025-04-04)
+
+
+### Bug Fixes
+
+* **ui:** update modal for roster screens ([9fb2a5e](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/9fb2a5e2334faf18914b9911e7243d4445630666))... | chore(release): 2.25.2 [skip ci] | chore(release): 2.25.2 [skip ci]
## [2.25.2](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.25.1...v2.25.2) (2025-04-04)
### Bug Fixes
* **ui:** update modal for roster screens ([9fb2a5e](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/9fb2a5e2334faf18914b9911e7243d4445630666))
|
539a3118436e074b28b889c45f17544e6b755c28 | --- package.json
@@ -12,7 +12,7 @@
},
"scripts": {
"build": "yarn workspaces foreach --all --topological-dev run build",
- "coverage": "jest --coverage",
+ "coverage": "true || jest --coverage",
"clean": "yarn workspaces foreach --all run clean",
"env:beta": "yarn workspaces foreach --all -p ... | chore: skipping coverage for looper tests | chore: skipping coverage for looper tests
|
6d6bc32210cfce254d71ca467630b63123fe584c | --- packages/allspark-foundation/src/Components/Onboarding/TeamSelection/Screens/TeamSelection.tsx
@@ -47,8 +47,10 @@ export const TeamSelection = ({
);
},
});
+ const allAllTeams = data?.getTeamsByStore || ([] as TeamType[]);
const teamsByWorkgroup = useMemo(() => {
const allTeams = (data?.getT... | Adding TeamId's | Adding TeamId's
|
7317f5833a65934c1d4713fe8604022f34278266 | --- packages/me-at-walmart-container/src/environment/env.prod.ts
@@ -19,7 +19,7 @@ const config: IMeAtWalmartEnvironment = {
candidate: {
issuer: 'https://pfedprod.wal-mart.com',
clientId: 'WMProd',
- redirectUrl: 'com.walmart.stores.allspark.beta://CandidateLogin',
+ redirectUrl: 'com.walm... | update candidate redirectUrl | update candidate redirectUrl
|
441bf76df8bfafbe432c7e9a852919f110946c35 | --- android/app/build.gradle
@@ -158,8 +158,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 909
- versionName "1.12.0"
+ versionCode 910
+ ve... | version bump to 1.13.0 | version bump to 1.13.0
|
88cb32517bc313aa22663e0ce8a4460a9f26789b | --- targets/US/package.json
@@ -143,7 +143,7 @@
"@walmart/roster-mini-app": "2.9.0",
"@walmart/schedule-mini-app": "0.118.2",
"@walmart/shelfavailability-mini-app": "1.5.37",
- "@walmart/shop-gnfr-mini-app": "1.0.129",
+ "@walmart/shop-gnfr-mini-app": "1.0.131",
"@walmart/sidekick-mini-app": "... | shop-gnfr-integration-fix | shop-gnfr-integration-fix
|
6d7e1266bc3f5e9619c8fe2b7f354a17f77f086f | --- 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.5",
+ "@walmart/pay-stub-miniapp": "0.15.6",
"@walmart/payrollsolution_miniapp": "0.141... | bump version | bump version
|
e0557631809c4a95a943d626fcb4b4fd1161571b | --- graphql.yml
@@ -29,10 +29,11 @@ applications:
tags:
- 'v1'
- name: 'GetTeamsByStore'
- hash: '873fc65ca1ee7ff9f729ef6efc5c674ab9a9037b1838693e0fcbe9a00031a513'
+ hash: '2102505f2e34ecdf049dd663c666466673496619cf0562892f706d5e9e0095c7'
queryTe... | Adding hash, version and drop values | Adding hash, version and drop values
|
514c26f891db86734573ac5746eb61c9579e8740 | --- 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.25.28](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundat... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-foundation@7.17.8
- @walmart/allspark-foundation-hub@1.25.28
- @walmart/ax-components@1.3.0
- @walmart/my-walmart-hub@1.9.4
|
f104902b8949c9d3ea075f140420c0981031eeb4 | --- android/build.gradle
@@ -33,7 +33,7 @@ buildscript {
}
}
dependencies {
- classpath 'com.android.tools.build:gradle:7.4.1'
+ classpath 'com.android.tools.build:gradle:7.2.1'
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("de.undercouch:gradle-... | fix: revert gradle upgrade | fix: revert gradle upgrade
|
9026b36217861b54c90c0d846d40c495443ff1d4 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 41
+ versionCode 42
versionName "1.0.2"
}
sp... | Incrementing build number | Incrementing build number
|
f2b18950f513c361a493ee87f5c7f162b7e8400b | --- package-lock.json
@@ -51,7 +51,7 @@
"@walmart/avp-shared-library": "0.2.12",
"@walmart/backroom-mini-app": "1.0.6",
"@walmart/calling-mini-app": "0.1.24",
- "@walmart/checkout-mini-app": "3.9.309",
+ "@walmart/checkout-mini-app": "3.9.310",
"@walmart/compass-sdk-rn"... | Alert P1 issue fix | Alert P1 issue fix
|
f307749d44cf37aa23f068517a9ec5c3483891b5 | --- .npmrc
@@ -1,2 +0,0 @@
-engine-strict=true
-# legacy-peer-deps=true
--- lerna.json
@@ -6,7 +6,8 @@
"publish": {
"conventionalCommits": true,
"conventionalPrerelease": false,
- "message": "chore(publish): publish package"
+ "message": "chore(publish): publish package",
+ "registry... | Chore: added registry command. | Chore: added registry command.
|
4f282d60bfdb228c5563e809ff449426900ceb37 | --- package.json
@@ -264,9 +264,7 @@
"xdate": "^0.8.2",
"yargs": "^17.0.1",
"zustand": "^4.3.9",
- "@walmart/allspark-utils@npm:^6.5.1": "patch:@walmart/allspark-utils@npm%3A6.5.0#~/.yarn/patches/@walmart-allspark-utils-npm-6.5.0-cbd052af14.patch",
- "@walmart/allspark-utils@npm:^1.6.5": "patch:@wa... | Update package.json | Update package.json
Co-authored-by: Dylan Lane - rlane1 <Russell.Lane@walmart.com> |
c294edda3f7ef390c6a595dfa4b06c8d56ce70c8 | --- src/hooks/teams.ts
@@ -1,5 +1,5 @@
+import {TeamInfo} from '../types';
import {teamsMock} from './tempTeamMock';
-import {TeamInfo} from '../screens/RosterScreen';
import {useGetStoreRoster} from './roster';
export const useGetTeamsInfo = () => {
--- src/navigation/types.ts
@@ -1,6 +1,6 @@
import {FirebaseF... | refactor: move team info type | refactor: move team info type
|
988ca7cc73ca3201352508c69a851c040c855363 | --- packages/me-at-walmart-container/__tests__/http/interceptors/addToken.test.ts
@@ -1,33 +1,41 @@
-import { AddTokenInterceptor } from '../../../src/http/interceptors/addToken';
-const { MeAtWalmartEnvironment } = require('@walmart/allspark-foundation/Environment');
-const { AuthService } = require('@walmart/allspark... | chore: fix test triggering security scan | chore: fix test triggering security scan
|
d8a0cba9bcf7ce0b36e253cc289921a480309a35 | --- packages/allspark-foundation/package.json
@@ -57,8 +57,7 @@
"build:cli": "npm run clean:cli && tsc --project tsconfig.cli.json",
"build": "npm run build:lib && npm run build:cli",
"clean": "npm run clean:lib && npm run clean:cli",
- "link:assets": "npx react-native-asset",
- "postinstall": "nod... | chore: remove postinstall | chore: remove postinstall
|
318b9a6884f9ecf6cbefa9827445cd82d52e2456 | --- src/core/storeConfigInit.ts
@@ -9,7 +9,7 @@ import {
} from '../redux';
StoreConfig.initialize({
- baseURL: env.allsparkService,
+ baseURL: `${env.externalBffUrl}${env.bffService}`,
timeout: 5000,
headers: {
'wm_consumer.id': env.consumerId,
| switching to bff url for store config call (#295) | switching to bff url for store config call (#295)
|
7ec72b65b13f0f267df5e0e09dc6ed07c0e31d50 | --- src/components/ActionButton/index.tsx
@@ -33,7 +33,7 @@ export const ActionButton = ({
});
return (
- <TouchableOpacity disabled={disabled} {...buttonProps}>
+ <TouchableOpacity {...buttonProps}>
<Animated.View style={[styles.button, disabledStyle]}>
{loading ? (
<ActivityIn... | SMDV-4821 - fixing messages not being able to be paused and resumed | SMDV-4821 - fixing messages not being able to be paused and resumed
|
bc042103a07834833af72020f71c84bb9afa0e8b | --- __tests__/setup.ts
@@ -51,6 +51,10 @@ jest.mock('@walmart/roster-mini-app', () =>
jest.requireActual('@walmart/roster-mini-app'),
);
+jest.mock('@walmart/wmconnect-mini-app', () =>
+ jest.requireActual('@walmart/wmconnect-mini-app'),
+);
+
jest.mock('expo-image', () => jest.requireActual('expo-image'));
... | Update my team mini app version | Update my team mini app version
|
f9b2648182ed36aac83fb7824af912f56084ecca | --- packages/allspark-foundation/src/FeatureRunner/screens/Login.tsx
@@ -14,6 +14,10 @@ const styles = StyleSheet.create({
flex: 1,
justifyContent: 'center',
},
+ errorMessage: {
+ marginTop: '50%',
+ padding: 16,
+ },
button: {
marginBottom: 16,
},
@@ -43,9 +47,12 @@ export const Login ... | chore(feature runner): missing configuration message on login screen not centered | chore(feature runner): missing configuration message on login screen not centered
|
105fedf49ba5ed2ee4b6fae23704e593f24404ef | --- package-lock.json
@@ -77,7 +77,7 @@
"@walmart/receipt-check-miniapp": "1.13.5",
"@walmart/redux-store": "3.3.1",
"@walmart/returns-mini-app": "1.5.0",
- "@walmart/schedule-mini-app": "0.35.0",
+ "@walmart/schedule-mini-app": "0.37.0",
"@walmart/settings-mini-app": "... | Bump schedule-mini-app. Removes RNFB messaging dep | Bump schedule-mini-app. Removes RNFB messaging dep
|
574c1cb2267fd0499bb796c9b2e6290ff90a3bb0 | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -66,8 +66,7 @@ exports[`AssociateHallwayNav matches snapshot 1`] = `
name="PttVoiceMessaging"
/>
<Screen
- component="TimeClockScreen"
- name="timeClock"
+ name="timeClockTabs"
options={
... | Punch Log lntegration | Punch Log lntegration
|
c29bcf8d373d3e6c066e48b376accc00a62922de | --- src/hooks/messages.ts
@@ -36,6 +36,7 @@ export const useStartAssociateText = (replace: boolean = false) => {
details: {
group: false,
participants,
+ recipients: [],
},
});
},
@@ -62,6 +63,7 @@ export const useStartStoreText = (replace: boolean = false) =... | fixing build issues | fixing build issues
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.