commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
6fb8139c81c79460d377bee2fbeebbd75f81ebf4
--- src/screens/MessagesScreen.tsx @@ -350,8 +350,8 @@ export const MessagesScreen: FC<MessagesScreenProps> = (props) => { parseInt(siteId, 10), channelId, getMessageType(), - message?.audio?.uri || message?.image?.uri, recipientsInfo.channelType, + ...
update review comments
update review comments
c08d48cf5386d9ac125c2310d0588e9cf8435828
--- targets/US/package.json @@ -102,7 +102,7 @@ "@walmart/emergency-mini-app": "1.29.8", "@walmart/exception-mini-app": "1.8.11", "@walmart/facilities-management-miniapp": "0.14.6", - "@walmart/feedback-all-spark-miniapp": "0.9.70", + "@walmart/feedback-all-spark-miniapp": "0.9.71", "@walmart/...
GDVCVR-17270 new version
GDVCVR-17270 new version
651ca7ba7f552657f7aa3fef7e0f1663693c77ba
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.11.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.10.0...v2.11.0) (2024-09-12) + + +### Features + +* **ui:** bug fix for roster banner ([99522ac](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/99522ace098cca873d9d6991af377edd55f528f8)) + # [2...
chore(release): 2.11.0 [skip ci]
chore(release): 2.11.0 [skip ci] # [2.11.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.10.0...v2.11.0) (2024-09-12) ### Features * **ui:** bug fix for roster banner ([99522ac](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/99522ace098cca873d9d6991af377edd55f528f8))
5b39833e7088855f0af98ef82b85b91aa6e9ba7e
--- packages/allspark-foundation/src/Feature/AllsparkFeature.tsx @@ -429,7 +429,7 @@ export class AllsparkFeature<ID extends string = string> { this._module = new AllsparkFeatureModule<ID, T>(this.id, config); - return this._module; + return this._module as AllsparkFeatureModule<ID, T>; }; /**
chore: incorrect return type of feature create module
chore: incorrect return type of feature create module
47588b6942f7d1695a74be1f4a96751c3c0e18bc
--- src/versions/constants.ts @@ -10,6 +10,7 @@ export const LISTED_DEPENDENCIES = [ '@walmart/ask-sam-mini-app', '@walmart/attendance-mini-app', '@walmart/counts-component-miniapp', + '@walmart/copilot-mini-app', '@walmart/emergency-mini-app', '@walmart/exception-mini-app', '@walmart/facilities-mana...
fix: add copilot to settings
fix: add copilot to settings
6b7969509f8abd60876f6524da95cf5d68cb13ef
--- package-lock.json @@ -41,7 +41,7 @@ "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.17.10", "@walmart/attendance-mini-app": "1.62.13", - "@walmart/avp-feature-app": "0.0.30", + "@walmart/avp-feature-app": "0.0.29", "@walmart/avp-shared-...
bumped avp version to 0.0.29
bumped avp version to 0.0.29
6862879b2b2a8657309e98d759a77ec1e48c0c7b
--- src/navigation/types.ts @@ -8,7 +8,7 @@ export type TextingNavParamsMap = { FirebaseChannel >['path']; details?: NewChannelDetails; - autoPlayLatestAudio: boolean; + audioMessageForAutoplay?: string; }; 'texting.newMessage': undefined; 'texting.viewTeam': {teamId: string}; --- src/...
updating logic to playback specific audio message. logical issue if it only plays the latest
updating logic to playback specific audio message. logical issue if it only plays the latest
85a74810300a0d9b712d6d8e9b33f8a86ffffc9e
--- README.md @@ -19,30 +19,35 @@ This is the core container app for the AllSpark Project (Me@Walmart redesign) - - cd to the created folder - `yarn` - `yarn build` -- `cd targets/<your target folder>` (For ex: targets/US) -- `cd ios` -- `pod install` -- `cd ..` +- `yarn run:ios` or `yarn run:android` +- Follow prom...
docs: update readme for script and prebuild changes
docs: update readme for script and prebuild changes
642b3a5963d13e877c692b525193a665c2ca3af8
--- ios/Podfile.lock @@ -1909,6 +1909,7 @@ SPEC CHECKSUMS: abseil: ebe5b5529fb05d93a8bdb7951607be08b7fa71bc Apollo: 204819ea82022fbc59ad05056820df867f19bd02 AppAuth: 31bcec809a638d7bd2f86ea8a52bd45f6e81e7c7 + Base64: cecfb41a004124895a7bcee567a89bae5a89d49b boost: a7c83b31436843459a1961bfd74b96033dc77234 ...
update version for Drop 16 QE test
update version for Drop 16 QE test
931cb2fb6faeee9bf6f0d401b52cb1285f3e4862
--- .yarnrc.yml @@ -10,5 +10,4 @@ nodeLinker: node-modules # Add the following in your Local Mac's ~/.zshrc file # export REPOSOLNS_NPM_REPO=https://npm.ci.artifacts.walmart.com/artifactory/api/npm/npme-npm -# npmRegistryServer: ${REPOSOLNS_NPM_REPO} -npmRegistryServer: "https://npme.walmart.com/" +npmRegistryServe...
Update hub version
Update hub version
ef1b09f2e8481e683b34cf4bab1aba862c5fb3bd
--- package.json @@ -112,7 +112,7 @@ "@walmart/global-vpi-mini-app": "1.1.30", "@walmart/gta-react-native-calendars": "0.7.0", "@walmart/gtp-shared-components": "2.2.7", - "@walmart/ims-print-services-ui": "2.22.0", + "@walmart/ims-print-services-ui": "2.23.0", "@walmart/inbox-mini-app": "0.10...
feat(print): SSLS-11731 Bump Print UI to v2.23.0
feat(print): SSLS-11731 Bump Print UI to v2.23.0 BREAKING CHANGE: Vizpick Backroom changes for VIZPICKCASE labels depend on this version
93e9b78b2882049be3c7aa25d77a8d1f6035bfdb
--- packages/allspark-foundation/src/Feature/validate.ts @@ -7,7 +7,7 @@ export const validateFeatureId = <ID extends string>(featureId: ID) => { if (__DEV__) { const parsedId = featureId.toLowerCase(); if (parsedId.includes('mini') || parsedId.includes('app')) { - throw new Error( + console.warn...
chore: change errors to warnings for feature module validations
chore: change errors to warnings for feature module validations
a3700b0440ab18c477663bbafa2d591eb8b3f481
--- package-lock.json @@ -79,7 +79,7 @@ "@walmart/react-native-store-map": "0.3.7", "@walmart/react-native-sumo-sdk": "2.6.0", "@walmart/receipt-check-miniapp": "1.15.7", - "@walmart/redux-store": "3.5.0", + "@walmart/redux-store": "3.7.0", "@walmart/returns-mini-app": ...
add anniversary selector and update redux store.
add anniversary selector and update redux store.
b8e25ceb5cbfe821c9902b41704a81e90a5f4e70
--- packages/allspark-utils/__tests__/LayoutTest.tsx @@ -1,6 +1,6 @@ import { render } from '@testing-library/react-native'; import React from 'react'; -import { Text, View } from 'react-native'; +import { Text } from 'react-native'; import { Layout } from '../src/Layout'; describe('Layout tests', () => { @@ -38,...
refactor(layout): remove component wrapper option
refactor(layout): remove component wrapper option
bf9822485575a2bc7b4dc1cfa4bd06fe6142470d
--- src/managerExperience/screens/RosterDetailScreen/styles.tsx @@ -1,17 +1,5 @@ import {colors} from '@walmart/gtp-shared-components/dist'; -import {Dimensions, StyleSheet, ViewStyle} from 'react-native'; - -const sharedListItemContainer: ViewStyle = { - display: 'flex', - height: 98, - paddingTop: 16, - paddingB...
chore: remove unused variables
chore: remove unused variables
1bc49e5d69109dae42e21cfe44ddb5ec67dbff96
--- .looper.multibranch.yml @@ -1 +1,2 @@ inherit: job:///allspark/allspark-core/allspark-template:allspark-template.yml +
dummy commit
dummy commit
c78b65b221d8edddfcba9f11c3ac49f3e997b70e
--- packages/allspark-foundation-hub/src/HubFeature/Hub/TeamSwitcher/index.tsx @@ -115,10 +115,12 @@ export const TeamSwitcher = ({ dispatch( ManagerExperienceCreators.updateSelectedTeamIDs(selectedTeamsList) ); + onTeamChange(team.teamId, selectedTeamsList); } else { ...
Update the team id change for selected team
Update the team id change for selected team
3328bf3ce8db56b19df1d5bda7cf6ce5f6b80c4d
--- example/src/core/index.tsx @@ -1,7 +1,7 @@ import React, {useEffect} from 'react'; import {useSelector} from 'react-redux'; import {Text, View} from 'react-native'; -import {StackHeaderProps} from '@react-navigation/stack'; +import {StackHeaderProps, createStackNavigator} from '@react-navigation/stack'; import ...
chore: update example app
chore: update example app
b3372cbbc4a0afdb9e98220dfb8d336aaa38b3c2
--- packages/me-at-walmart-container/src/services/telemetry.ts @@ -28,8 +28,8 @@ export class TelemetryClient { constructor(id: string, config?: TelemetryConfig) { this._id = id; - this._prefix = config?.usePrefix ? config.prefix || id : ''; this._config = config; + this._prefix = config?.usePrefix...
fix: telemetry service not defaulting to use prefix
fix: telemetry service not defaulting to use prefix
a02b7d38b1d82d0eb2c08e152c9bd06d63a0f986
--- packages/allspark-foundation/src/User/selectors.ts @@ -265,8 +265,17 @@ const UserTeamSelectors = { isTeamSupervisor ), getIsUserSalaried: createSelector( - [UserDataSelectors.getWin, UserDataSelectors.getTeams], - isSalaried + [ + UserDataSelectors.getWin, + UserDataSelectors.getTeams...
feat: add hourly selector. update salaried selector to fallback to employee type
feat: add hourly selector. update salaried selector to fallback to employee type
4aa478b727869bc440cf17c79e59cc6d80616733
--- src/navigation/utils.ts @@ -8,10 +8,20 @@ export const goToWeeklySchedule = (wins: string[], teamName?: string) => { }); }; +// userId, +// businessUnitNumber: parseInt(businessUnitNumber), +// displayName, +// payType, +// walmartIdentificationNumber: walmartIdentificationNumber.toString(), +// cou...
update the view schedule link
update the view schedule link
a9f1a0a39e0d555820b6916d65720cef0a3f9be5
--- __tests__/harness/redux/mockState/appConfigState.ts @@ -0,0 +1,7 @@ +export const appConfigState = { + data: { + texting: { + enableMessageButton: 'true', + }, + }, +}; --- __tests__/harness/redux/mockState/authState.ts @@ -0,0 +1 @@ +export const authState = {}; --- __tests__/harness/redux/mockSta...
adding blank mockState files
adding blank mockState files
6bf200a22cda37e560b2e06efc5a9760ff595209
--- .looper.multibranch.yml @@ -227,7 +227,7 @@ flows: - echo "buildType ${buildType}" - echo "workspace is ${WORKSPACE}" - echo "podfile lock is ${WORKSPACE}/ios/Podfile.lock" - - ls -l ${WORKSPACE}/ios/Podfile.lock + - ls -l "${WORKSPACE}/ios/Podfile.lock" - call: pr # - call: auto-vers...
add quotes around filepath
add quotes around filepath
b3ab6066f0403bf72d93557237efa035e6c7229e
--- package.json @@ -190,7 +190,6 @@ "devDependencies": { "@babel/core": "^7.12.9", "@babel/runtime": "^7.12.5", - "node-pre-gyp": "0.12.0", "@react-native-community/eslint-config": "^2.0.0", "@testing-library/react-hooks": "^5.0.3", "@types/crypto-js": "^3.1.43",
remove unwanted package
remove unwanted package
d0b4bdce979cfc9551bd7999b9ca371637066b22
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -460,7 +460,7 @@ ); inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-AllSpark/Pods-AllSpark-frameworks.sh", - "${PODS_XCFRAMEWORKS_BUILD_DIR}/react-native-wm-barcode/DMSDK.framework/DMSDK", + "${PODS_XCFRAMEWORKS_BUILD_DIR}/DMSDK/DMSDK.framework/...
revert pod changes
revert pod changes (cherry picked from commit d114951d62b7f3a828e588bb79f85bcb018731b4)
4b7878bd8b04af6ac0456ece108dc20b9182626c
--- packages/associate-exp-hub-team-switcher/src/components/team-switcher/MyWalmartTeamSwitcherFilter.tsx @@ -165,13 +165,16 @@ const MyWalmartTeamSwitcherComponent: React.FC<TeamSwitcherProps> = ({ const prevTeamRef = React.useRef(teamState.selectedTeamData); // Track last synced team to prevent infinite loops...
feat(ui): sorting shifts
feat(ui): sorting shifts
4e871381137081119e64370c5047c08d43ed1e53
--- package.json @@ -157,7 +157,7 @@ "@walmart/react-native-store-map": "0.3.7", "@walmart/react-native-sumo-sdk": "2.9.0-aplha.1", "@walmart/react-native-webex-sdk": "patch:@walmart/react-native-webex-sdk@npm%3A0.9.20#~/.yarn/patches/@walmart-react-native-webex-sdk-npm-0.9.20-3371a478c8.patch", - "@w...
Feature/Receipt-Check drop35 (#5120)
Feature/Receipt-Check drop35 (#5120) Co-authored-by: r0w0759 <rohit.wadhwa@walmart.com> Co-authored-by: Talia Andrews - t0a07tn <Talia.Andrews@walmart.com> Co-authored-by: Hariharan Sundaram <121838+h0s0em0@users.noreply.gecgithub01.walmart.com>
99522ace098cca873d9d6991af377edd55f528f8
--- src/components/Roster/Roster.tsx @@ -29,7 +29,7 @@ import {ListEmptyComponent} from './ListEmptyComponent'; import {RosterHeader} from '../RosterHeader'; import {TeamChatCard} from '../TeamList'; import {Associate} from '../../types'; -import {User, UserSelectors} from '@walmart/allspark-foundation/User'; +impor...
feat(ui): bug fix for roster banner
feat(ui): bug fix for roster banner
1b9a33f473bd70f814d6ae16288a43e5b5532109
--- src/components/RosterWidget/useRosterWidget.ts @@ -52,18 +52,31 @@ export const useRosterWidget = ( return teamsList; }, [teamDataForStore?.getTeamsByStore]); - const transformAllsiteTeams = () => { - const teamsData = teamDataForSite?.supplyChainTeamsByBusinessUnit?.teams; - const shiftsData = pro...
feat(ui): updated logic for widget
feat(ui): updated logic for widget
8dc41ce0ddef4aa7db33cf2c4cacea081bdb5429
--- __tests__/__mocks__/@walmart/redux-store.js @@ -42,8 +42,4 @@ module.exports = { deviceInfoSuccess: jest.fn(), deviceInfoError: jest.fn(), }, - SIGN_IN_SUCCESS: 'SIGN_IN_SUCCESS', - SIGN_OUT_SUCCESS: 'SIGN_OUT_SUCCESS', - SIGN_IN_ERROR: 'SIGN_IN_ERROR', - START_IMPERSONATION: 'START_IMPERSONATION',...
Fixing startup actions
Fixing startup actions
6a8e306ceb291fdded22b61a6d7d3ce02ab968a8
--- packages/allspark-utils/src/hooks/useRegistry.ts @@ -6,7 +6,7 @@ import { useIsMounted } from './useIsMounted'; * @description * Connects registry into react lifecycle, trigger render on registry change */ -export const useRegistry = <R extends Registry>(registry: R) => { +export const useRegistry = <R extend...
fix: fix regsitry typing on registry hooks
fix: fix regsitry typing on registry hooks
f830621a088596121f2932c88e3b5c6565a9d27b
--- package-lock.json @@ -84,7 +84,7 @@ "@walmart/schedule-mini-app": "0.55.0", "@walmart/shelfavailability-mini-app": "1.5.17", "@walmart/taskit-mini-app": "2.47.9", - "@walmart/texting-mini-app": "2.0.38", + "@walmart/texting-mini-app": "2.0.39", "@walmart/time-clock-...
Update the texting mini app version
Update the texting mini app version
0f4814942f5ecacea25da2c6c8b6b0496e2e60c7
--- src/components/ClockedOutScreenGuard.tsx @@ -2,7 +2,6 @@ * Return early with warning if clocked out */ import {analytics} from '../logger/Analytics'; -import {noop} from 'lodash'; import React, {ReactElement} from 'react'; import {StyleSheet} from 'react-native'; import {Alert} from '@walmart/gtp-shared-com...
update time clock navigation
update time clock navigation
7f8d59aa384c447dc0a7b6efcb810481c2392887
--- src/auth/ErrorScreen.tsx @@ -179,6 +179,29 @@ export const ErrorScreen: FC<any> = (props) => { })} </Picker> </View> + + {errorCategory === translate('ssoError.issues.other') && ( + <View> + <Text style={styles.otherErr}> + ...
shift the error msg
shift the error msg
e661c637d9c202ecedcc0df886da991b70a5eca1
--- packages/associate-exp-hub-hub/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.7.0](https://gecgithub01.walmart.com/allspark/associate-exp-hub-mini-app/compare/@walmart/ass...
chore(version): updating package version
chore(version): updating package version - @walmart/associate-exp-hub-hub@2.7.0 - @walmart/associate-exp-hub-mini-app@1.4.0-alpha.31 - @walmart/associate-exp-hub-team-switcher@2.6.0
7ace0dbd82fd63202aa734bca5ae21477fe3818c
--- package-lock.json @@ -70,7 +70,7 @@ "@walmart/gtp-shared-components": "2.1.10", "@walmart/impersonation-mini-app": "1.20.8", "@walmart/ims-print-services-ui": "2.10.3", - "@walmart/inbox-mini-app": "0.92.9", + "@walmart/inbox-mini-app": "0.92.10", "@walmart/iteminfo...
update inbox version
update inbox version
44819dc73a4bf811f6bcc02df096476e3436c062
--- .github/pull_request_template.md @@ -1,5 +1,3 @@ -# Pull Request - ## Description <!-- REQUIRED: Provide a clear and concise description of the changes --> --- .github/pull_request_template_check.yml @@ -101,7 +101,6 @@ jobs: } } - // Create a detailed comm...
feat(ui): testing new pr template
feat(ui): testing new pr template
e0534df3ba6d8b51c368295df9b6af860c8d66c8
--- .solidarity @@ -12,7 +12,7 @@ { "rule": "cli", "binary": "npm", - "semver": "^9" + "semver": "^10" } ], "CocoaPods": [
Update solidarity npm min version
Update solidarity npm min version
77fce3168dcd111f843ae9299b27d814be0a455d
--- src/redux/selectors.ts @@ -1,8 +1,27 @@ import {createSelector} from 'reselect'; -import {UserSelectors} from '@walmart/redux-store'; +import {UserSelectors, GlobalState} from '@walmart/redux-store'; import {encryptUserId} from '../utils'; +import {CCMFallbacks} from "../ccmFallbacks"; export const getEncrypt...
add back missing selector for banner
add back missing selector for banner
41c3e7441afba1676f0ea4158ce9aac0f236b80b
--- package-lock.json @@ -3367,9 +3367,9 @@ "integrity": "sha512-MJmjSVMnUBuBWxcUbW+DECg4nKTOR3L56U6PciAo3fhzzir2PTRfvepFgEf4AUezHGE9iTfKYwM3Vumzsutuow==" }, "@walmart/inbox-mini-app": { - "version": "0.0.104", - "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0...
inbox version bump
inbox version bump SSMP-1945 SSMP-1872
01ab7187afd8133a256fa1a1004b1bd325a794e7
--- packages/allspark-foundation/src/Components/Banners/AllsparkBanner.tsx @@ -16,8 +16,8 @@ const styles = StyleSheet.create({ }, alert: { borderLeftWidth: 0, - alignItems: 'center', borderRadius: 0, + alignItems: 'center', }, closeButton: { position: 'absolute',
resolving commit
resolving commit
b67898696cf0736a5f54c3fb5df1aa1f1048f7b6
--- ios/Podfile.lock @@ -395,7 +395,7 @@ PODS: - RNPermissions - PromisesObjC (1.2.11) - Protobuf (3.14.0) - - PTT (0.5.5-stg): + - PTT (0.5.10): - BinaryCodable (~> 0.2.1) - CocoaAsyncSocket (~> 7.6.3) - Starscream (~> 3.0.2) @@ -575,8 +575,8 @@ PODS: - React-Core - react-native-pdf...
Updated PTT version (#304)
Updated PTT version (#304)
e1b9a846cdc60e7e3af2f5349b502c0822b821d6
--- packages/allspark-foundation-hub/src/HubFeature/Store/Hub/Container/HubDashboard.tsx @@ -170,7 +170,7 @@ export const HubDashboard = ({ }); setAllowedWidgetsList(allowedWidgets); // eslint-disable-next-line react-hooks/exhaustive-deps - }, []); + }, [teamState]); /** Bottom sheet update */ ...
Update the hub dashboard for changes
Update the hub dashboard for changes
8c088853c2e820bfa17be16d291ebd4889de78f7
--- lerna.json @@ -1,5 +1,5 @@ { - "version": "5.0.0", + "version": "5.0.0-beta.78", "npmClient": "npm", "changelogPreset": "angular", "command": {
chore: reverting version back for correct lerna publish process
chore: reverting version back for correct lerna publish process
5c5861ecbbb4fc1fe5d79f3e168fe93731643b2c
--- package.json @@ -103,7 +103,7 @@ "@walmart/emergency-mini-app": "1.27.1", "@walmart/exception-mini-app": "1.8.3", "@walmart/facilities-management-miniapp": "0.11.7", - "@walmart/feedback-all-spark-miniapp": "0.9.63", + "@walmart/feedback-all-spark-miniapp": "v0.9.66", "@walmart/financial-w...
feedback mini version bump
feedback mini version bump
a62585ddbab4595ea0d68576925e6da766b342b0
--- package.json @@ -91,7 +91,7 @@ "@walmart/moment-walmart": "1.0.4", "@walmart/payrollsolution_miniapp": "0.101.0", "@walmart/price-changes-mini-app": "1.0.6", - "@walmart/push-to-talk-mini-app": "0.5.103", + "@walmart/push-to-talk-mini-app": "0.5.104", "@walmart/react-native-env": "^0.2.0",...
updating versions to what is publishing currently
updating versions to what is publishing currently
f2711e3ac4bc7132591a55220780276050f5f017
--- packages/allspark-foundation/src/Redux/reducer.ts @@ -1,4 +1,6 @@ -import { WorkState, IWorkAction, workSlice } from '../Work/redux'; +const INITIAL_STATE = { + version: '7.0.0', +}; /** * The root reducer for the Allspark framework. @@ -6,20 +8,5 @@ import { WorkState, IWorkAction, workSlice } from '../Work/...
fix(redux): work reducer still added in root reducer
fix(redux): work reducer still added in root reducer
c7462ef5d28a68abe9346002fca16fc5489f52df
--- packages/allspark-foundation/src/Navigation/utils.tsx @@ -1,4 +1,9 @@ -import React, { PropsWithChildren, useEffect, forwardRef, useImperativeHandle } from 'react'; +import React, { + PropsWithChildren, + useEffect, + forwardRef, + useImperativeHandle, +} from 'react'; import { NavigationContainerRef, Pa...
fix: lint error
fix: lint error
55912616c921aaa8ab24dd24df6d2089d542972e
--- __tests__/auth/ErrorScreenTest.tsx @@ -19,6 +19,7 @@ import WmConfig from 'react-native-wm-config'; jest.mock('react', () => ({ ...(jest.requireActual('react') as any), useState: jest.fn(), + useEffect: jest.fn((fn) => fn()), })); jest.mock('../../src/services/Logger', () => ({ @@ -31,9 +32,9 @@ jest.mo...
update mock for WmConfig.getValue
update mock for WmConfig.getValue
b5ccb4eaafb4035e5c98001f2f2a167f1c11113d
--- .yarnrc.yml @@ -9,4 +9,4 @@ packageExtensions: "react-native-elements": optional: true "react-native-vector-icons": - optional: true \ No newline at end of file + optional: true
feat(ui): update associate exp hub version
feat(ui): update associate exp hub version
398c4e270738c31c44608182d5653da96a1a497c
--- package-lock.json @@ -3499,9 +3499,9 @@ "integrity": "sha512-xXCe5sJeytOO9HAKLaTiQQMzomfUS2wUP6ICLYv9BGtdJUDmoKNT7aFYeRDGPgvPvkc1A8oFrqJIrOshjLnxSg==" }, "@walmart/react-native-sumo-sdk": { - "version": "2.0.0-beta-6", - "resolved": "https://npme.walmart.com/@walmart/react-native-sumo-sdk...
update the sumo version
update the sumo version
721d0763e8d8538db25885f894ea112a237a66ff
--- docs/CHANGELOG.md @@ -1,3 +1,11 @@ +# [2.33.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v2.32.0...v2.33.0) (2025-05-01) + + +### Features + +* **ui:** update graphql yml ([6d8266c](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/6d8266c98b18c4cffda5dda70ebe2bf64e9a3082)) +* **ui:...
chore(release): 2.33.0 [skip ci]
chore(release): 2.33.0 [skip ci] # [2.33.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v2.32.0...v2.33.0) (2025-05-01) ### Features * **ui:** update graphql yml ([6d8266c](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/6d8266c98b18c4cffda5dda70ebe2bf64e9a3082)) * **ui:** update que...
1961db15d8d21b7ee1b27295c00b672f74470b3b
--- .looper.multibranch.yml @@ -54,7 +54,7 @@ flows: app-build-init: - call: initialize - - (name Set NPM Env) yarn run env:${ENV} + - (name Set NPM Env) yarn run env:${ENV} # added to run before set-build-number # - call: initialize-fastlane - withcache('yarn-cache'): - call: yarn-st...
chore: cleanup dev team plugin and add looper comments
chore: cleanup dev team plugin and add looper comments
3e2a0e6d498426771ee8d556b817e590465080ac
--- packages/allspark-foundation/src/Config/redux.ts @@ -2,7 +2,7 @@ import { createSlice, PayloadAction } from '@reduxjs/toolkit'; import { AuthActionCreators } from '../Auth/redux'; import { createSliceActionUtils } from '../Redux/utils'; import { InferActionTypes } from '../Redux/types'; -import { ConfigData, Fea...
refactor(config): replace override_value with simple override_state
refactor(config): replace override_value with simple override_state
6983a8be66d822436ae5aba1f2c9250b3f7fa33e
--- packages/allspark-graphql-client/package-lock.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-graphql-client", - "version": "0.2.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { --- packages/allspark-graphql-client/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/...
chore: manual breaking change version bump
chore: manual breaking change version bump
6943bdaab462d4b71215bb4b998e718a71c369f1
--- packages/allspark-foundation/src/Container/README.md @@ -1,8 +1,8 @@ # Allspark Container -An `AllsparkContainer` acts as the provider for a set of AllsparkFeatures. It sets the implementation of [dynamic allspark services]() and configures [static allspark services](). Features inherit these implementations and...
chore: update documentation
chore: update documentation
7947e6f046be28d29abdb30a814b19df08ec6532
--- android/app/build.gradle @@ -144,7 +144,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 856 + versionCode 860 versionName "1.4.2" } ...
version code bump.
version code bump.
e230e5412d29f617d9be37d6e858aaa5852f1457
--- package-lock.json @@ -95,7 +95,7 @@ "@walmart/time-clock-mini-app": "2.301.0", "@walmart/topstock-mini-app": "1.4.14", "@walmart/ui-components": "1.15.6", - "@walmart/welcomeme-mini-app": "0.86.0-746-551fcb6", + "@walmart/welcomeme-mini-app": "0.87.0", "@walmart/wfm...
chore: welcome me mini app version bump
chore: welcome me mini app version bump
0f251cd9431d3763451dcb9fbe42ecf39495ca42
--- __tests__/navigation/AssociateHallwayNav/DrawerNavTest.tsx @@ -10,6 +10,7 @@ import { } from '../../../src/navigation/AssociateHallwayNav/DrawerNav'; import {PinAccessActionCreators} from '../../../src/PinAccess/PinAccessRedux'; import {registerBannerComponents} from '../../../src/navigation/AssociateHallwayNav/...
disable timer for few screens in CCM
disable timer for few screens in CCM
d3a60572df9fccf9ae650f4e4af8259d99151c76
--- ios/Podfile.lock @@ -1467,9 +1467,9 @@ PODS: - FirebaseMessaging (<= 10.1.0) - StructuredLogAssistantIOS (= 0.0.7) - TOCropViewController (2.6.1) - - topstock-mini-app (1.2.5): + - topstock-mini-app (1.2.6): - React - - VisionCamera (2.15.2): + - VisionCamera (2.16.2): - React - Reac...
fix: updated react-native-vision-camera@2.16.2
fix: updated react-native-vision-camera@2.16.2
8788f78fc7ac0fc6c2a0585ec5fb76dae9d774cf
--- packages/allspark-foundation-hub/__tests__/HubFeature/Hub/TeamSwitcher.test.tsx @@ -111,7 +111,7 @@ describe.skip('TeamSwitcher', () => { }); //Todo: Fix the test since we are not passing the teamData anymore - it.skip('changes the selected team when a team is pressed', () => { + it('changes the selected ...
feat(ui): Skip tests for now
feat(ui): Skip tests for now
06d26efd1ac9011c6be836937c2f1293a0f20bd3
--- __tests__/App-test.tsx @@ -1,14 +0,0 @@ -/** - * @format - */ - -import 'react-native'; -import React from 'react'; -import App from '../App'; - -// Note: test renderer must be required after react-native. -import renderer from 'react-test-renderer'; - -it('renders correctly', () => { - renderer.create(<App />); -...
adding test
adding test
38c1cc409fa3ee571bb87c97a1210219c05b2314
--- package-lock.json @@ -54,7 +54,7 @@ "@walmart/impersonation-mini-app": "1.11.0", "@walmart/ims-print-services-ui": "2.1.0", "@walmart/inbox-mini-app": "0.81.13", - "@walmart/iteminfo-mini-app": "7.1.1", + "@walmart/iteminfo-mini-app": "7.1.2", "@walmart/manager-appr...
bumped up ItemInfo to fix the httpclient issue
bumped up ItemInfo to fix the httpclient issue
018c34c0a2ce05478af55a3baba05e64fae780ec
--- package.json @@ -87,7 +87,7 @@ "@walmart/core-widget-registry": "0.3.2", "@walmart/counts-component-miniapp": "0.0.39", "@walmart/exception-mini-app": "0.42.3", - "@walmart/facilities-management-miniapp": "0.2.3-1", + "@walmart/facilities-management-miniapp": "0.2.3-2", "@walmart/feedback-...
Updated FM app version;
Updated FM app version;
2808f7717a72438a26823beac2b3200fe4a078eb
--- 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.1.8](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.1.8
5df6de4a320d185d9ee64be5798d9690c042f9ad
--- .looper.multibranch.yml @@ -1 +1,9 @@ inherit: job:///allspark/allspark-core/allspark-template:allspark-template.yml + +envs: + ios: + variables: + IOS_BASE_PATH: ios + android: + variables: + ANDROID_BASE_PATH: android
chore: looper template path fix attempt
chore: looper template path fix attempt
2b1b9c5cbd1ae4a957887d02188d16a368400ac6
--- .looper.multibranch.yml @@ -64,6 +64,7 @@ envs: SIZE_REPO_GITHUB_BRANCH: main SIZE_JSON_PATH: SIZE_REPO/size.json # ------ Values for Target based Paths ------ + market: INTL XCODE_PROJECT_PATH: targets/${market}/ios/AllSpark.xcodeproj ANDROID_GRADLE_PATH: targets/${market}/a...
Update .looper.multibranch.yml
Update .looper.multibranch.yml
2f2d31d9c49aab751e89f48ef9fec66f0dffe338
--- packages/allspark-foundation/src/Navigation/client.tsx @@ -44,6 +44,17 @@ import { DefaultModalOptions } from './constants'; import { getDrawerContext } from './context'; import { DefaultModalStack } from './modals'; +export type AllsparkStackNavigatorProps = { + initialRouteName: string; + children: React.Re...
refactor: move type declaration to top of file
refactor: move type declaration to top of file
7e533c7225fb8778e5b872f30aeb62d2a22d1f27
--- package-lock.json @@ -45,7 +45,7 @@ "@walmart/core-widget-registry": "~0.7.2", "@walmart/counts-component-miniapp": "0.0.42", "@walmart/emergency-mini-app": "1.9.0", - "@walmart/exception-mini-app": "1.0.13", + "@walmart/exception-mini-app": "1.0.14", "@walmart/faci...
@walmart/exception-mini-app 1.0.14
@walmart/exception-mini-app 1.0.14
de16bff72025d2643854992cab03c6d12653ea01
--- package.json @@ -98,7 +98,7 @@ "@walmart/attendance-mini-app": "3.181.0", "@walmart/avp-feature-app": "0.28.47", "@walmart/avp-shared-library": "0.27.26", - "@walmart/ax-components": "1.4.4", + "@walmart/ax-components": "1.4.5", "@walmart/backroom-mini-app": "1.17.11", "@walmart/benef...
chore: bump ax components (#5412)
chore: bump ax components (#5412)
aa9df31efe4f596fcceda19fff709f20d20ef47b
--- package-lock.json @@ -58,9 +58,9 @@ "@walmart/gta-react-native-calendars": "0.0.16", "@walmart/gtp-shared-components": "2.0.10", "@walmart/impersonation-mini-app": "1.20.2", - "@walmart/ims-print-services-ui": "2.5.6", + "@walmart/ims-print-services-ui": "2.5.7", "@...
upgrade print and iteminfo version for drop 15
upgrade print and iteminfo version for drop 15
d9f91e1ca25f9987105f712b35b880402edf3571
--- package.json @@ -88,7 +88,7 @@ "@walmart/allspark-utils": "6.9.0", "@walmart/amp-mini-app": "1.2.10", "@walmart/ask-sam-chat-components": "^0.2.7", - "@walmart/ask-sam-mini-app": "1.33.40", + "@walmart/ask-sam-mini-app": "1.34.12", "@walmart/associate-listening-mini-app": "1.2.39", "@...
chore(sidekick): remove deprecated library & moving assets to CDN (#4718)
chore(sidekick): remove deprecated library & moving assets to CDN (#4718) Co-authored-by: j0z09av <j0z09av@homeoffice.wal-mart.com> Co-authored-by: Sowmya Munaganuri <Sowmya.Munaganuri+walmart@walmart.com> Co-authored-by: Talia Andrews - t0a07tn <Talia.Andrews@walmart.com> Co-authored-by: Sowmya Munaganuri <Sowmya....
01c6a55c23555ae526b389015e4ee655890bc1cf
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.0.11-alpha.1", + "version": "1.0.11-alpha.2", "description": "", "main": "Core/index.js", "types": "Core/index.d.ts",
Update version
Update version
1b5b77024514fea4b545d6dc502b6438443c0e6f
--- __tests__/sumo/SumoSagasTest.ts @@ -9,6 +9,7 @@ import { takeLeading, fork, retry, + delay, } from 'redux-saga/effects'; import WmNotification, { Domain, @@ -523,6 +524,7 @@ describe('onMiniAppReplay', () => { NotificationRef.startupNotification = startupNotification; const iterator = onM...
updating test
updating test
f3054d37c938c65ee30f41c2762a9a17a1d708ae
--- src/containers/ChatInput/AudioPlayback.tsx @@ -55,20 +55,15 @@ export const AudioPlayback = (props: { } }, [playerStatus, playbackStatusUpdate]); - // Unload audio once component is unmounted + // Track component mount state useEffect(() => { - // Set mounted flag isMountedRef.current = true;...
fix(ui): audio playback remove error
fix(ui): audio playback remove error
df2bc1fda09f01423fe32871043c8fadca5f8911
--- Gemfile.lock @@ -7,8 +7,8 @@ GEM artifactory (3.0.15) atomos (0.1.3) aws-eventstream (1.1.1) - aws-partitions (1.467.0) - aws-sdk-core (3.114.2) + aws-partitions (1.468.0) + aws-sdk-core (3.114.3) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) aws-...
updating gem lock file
updating gem lock file
07379095df5ddc8faf1544c5ce4708b09488446c
--- __tests__/auth/LoginErrorScreen/__snapshots__/TwoFactorGuideScreenTest.tsx.snap @@ -1,110 +1,112 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`shows two factor screen 1`] = ` -<View - style={ +<RCTScrollView + contentContainerStyle={ { "backgroundColor": "#FFFFFF", - "height": "100%"...
added scroll view
added scroll view
f8ce87b94bb6272a246ad2fbd6ced32d007c23dc
--- lerna.json @@ -1,5 +1,5 @@ { - "version": "5.0.0-beta.15", + "version": "5.0.0-beta.14", "npmClient": "npm", "changelogPreset": "angular", "command": {
chore: correcting version
chore: correcting version
004229125ccbd71de2f30058296eaef867328971
--- src/components/TeamList.tsx @@ -204,7 +204,7 @@ const StoreTeamItem = () => { // eslint-disable-next-line react-hooks/exhaustive-deps }, [associateData.data?.getDailyRoster]); const clockedInCount = - (rosterData as any)?.filter(associateIsClockedIn)?.length ?? 0; + (rosterData as any)?.filter(as...
fix lint
fix lint
37daef10b4f26aee0e9ecf793707330e752ee3ed
--- app.config.US.ts @@ -7,11 +7,11 @@ import pkg from "./package.json"; */ const AppVariant = { select: < - T extends { [key in NonNullable<typeof process.env['APP_VARIANT']>]?: any } & { default: any } + T extends { [key in NonNullable<typeof process.env['EXPO_PUBLIC_APP_VARIANT']>]?: any } & { default: a...
fix: app variant select using incorrect env value
fix: app variant select using incorrect env value
86ecf450764c7b226e96a1cbe6acd85b628587ec
--- .looper.multibranch.yml @@ -514,7 +514,6 @@ flows: then: - echo "Skipping uploading AppStore/PlayStore builds to MS App Center and publishing to Slack." else: - - call: setup-fastlane - call: appcenter-upload # uploads iOS and android builds to MS App Center
removing fastlane setup step
removing fastlane setup step
66eb33081b1798fdd779d6f56fb3f2e6f26890a5
--- __tests__/navigation/AssociateHallwayNav/DrawerNavTest.tsx @@ -2,13 +2,12 @@ import React, {useState} from 'react'; import {Dimensions, ScaledSize} from 'react-native'; import {useDispatch, useSelector} from 'react-redux'; import {create} from 'react-test-renderer'; -import {ActivityMonitor, DrawerButton} from '...
chore: lint fix
chore: lint fix
93bcf52c708ddba1b19448e620784aa12ebf872b
--- packages/allspark-foundation-hub/src/Store/Utils/utils.ts @@ -55,11 +55,31 @@ export const findTeamById = ( return teamList.find((team) => team.teamId === teamPreference); }; +const createTeamMap = (teamList: TeamSwitcherTypes[]) : Map<string, TeamSwitcherTypes> => { + const teamMap: Map<string, TeamSwitcher...
pr comments
pr comments
acc12f72219e6a153dbfa76f1d7768aa32b4fcb5
--- __tests__/whatsNew/WhatsNewItemTest.tsx @@ -1,11 +1,15 @@ import React from 'react'; import {create} from 'react-test-renderer'; +import {useNavigation} from '@react-navigation/native'; import {WhatsNewItem} from '../../src/whatsNew/WhatsNewItem'; jest.mock('../../src/transforms/language', () => ({ getValu...
updating whats new item changes for coverage
updating whats new item changes for coverage
e592e8accc4561189904dca78fc16e9712bd910d
--- package.json @@ -87,7 +87,7 @@ "@walmart/allspark-utils": "6.9.0", "@walmart/amp-mini-app": "1.2.10", "@walmart/ask-sam-chat-components": "^0.2.7", - "@walmart/ask-sam-mini-app": "1.32.21", + "@walmart/ask-sam-mini-app": "1.33.40", "@walmart/associate-listening-mini-app": "1.2.37", "@...
feat(asksam): SMBLV-9055 upgrade scanner to 0.16.0 (#4630)
feat(asksam): SMBLV-9055 upgrade scanner to 0.16.0 (#4630) Co-authored-by: j0z09av <j0z09av@homeoffice.wal-mart.com> Co-authored-by: Sowmya Munaganuri <Sowmya.Munaganuri@walmart.com> Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
1f31f9f8ddb16936bdde9dbd6d88e4d293f4b70a
--- package.json @@ -96,7 +96,7 @@ "@walmart/react-native-shared-navigation": "^0.4.0", "@walmart/react-native-sumo-sdk": "2.1.0", "@walmart/redux-store": "1.1.25", - "@walmart/refrigeration-alarms-mini-app": "1.22.0", + "@walmart/refrigeration-alarms-mini-app": "1.23.0", "@walmart/schedule-mi...
Version bump
Version bump
92e07ec9c251123864e70e696ee71515e52aafab
--- package-lock.json @@ -117,7 +117,7 @@ "react-native-flipper": "0.182.0", "react-native-fs": "^2.20.0", "react-native-geolocation-service": "^5.3.1", - "react-native-gesture-handler": "^2.9.0", + "react-native-gesture-handler": "2.9.0", "react-native-get-random-value...
removed carat from gesture handler.
removed carat from gesture handler.
ff51e5a8df6c965c0986c0962b95bfbf9894ba51
--- src/redux/selectors.ts @@ -37,13 +37,21 @@ export const getTextingAppConfigData = (state: GlobalState) => export const codeOfConductLink = createSelector( [getTextingAppConfigData], - (state) => state?.codeOfConductLink, + (state) => state?.codeOfConductLink ?? CCMFallbacks.codeOfConductLink, ); export ...
updating selectors
updating selectors
e993e03313f8c494be9bc37316a4adfdc75beb41
--- __tests__/harness/utils.ts @@ -2,9 +2,3 @@ import {waitFor} from '@testing-library/react-native'; export const finishPendingRequests = async () => await waitFor(() => new Promise((res) => setTimeout(res, 0))); - -//TODO: Strong check will be to parse string to check for ending </Text> tag -export const queryB...
feat: remove unused test util
feat: remove unused test util
b211e43d2e3d95458c704cefeb29a8781b3edf5c
--- container/ReactotronConfig.js @@ -9,7 +9,7 @@ const reactotron = Reactotron.configure() // controls connection & communication // Add Reactotron enhancer for redux integration -ReduxModule.addEnhancers([reactotron.createEnhancer()]); +ReduxModule.manager.addEnhancers([reactotron.createEnhancer()]); // Custo...
fix: update env and logger modules
fix: update env and logger modules
7af7e5b63b2edb74e210d86b207f561338a8fd5e
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.41.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.40.0...v2.41.0) (2025-06-02) + + +### Features + +* **ui:** updating version ([11ed19e](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/11ed19eacf97608f26f0f2a8f5eb7aa64816504b)) + # [2.40.0](ht...
chore(release): 2.41.0 [skip ci]
chore(release): 2.41.0 [skip ci] # [2.41.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.40.0...v2.41.0) (2025-06-02) ### Features * **ui:** updating version ([11ed19e](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/11ed19eacf97608f26f0f2a8f5eb7aa64816504b))
452d06f26d7779d0465572af04d90f7471b41c4d
--- src/components/MessageList.tsx @@ -1,5 +1,5 @@ -import {FlatList, ListRenderItem, StyleSheet, AccessibilityInfo} from 'react-native'; -import React, {useState, useEffect} from 'react'; +import {FlatList, ListRenderItem, StyleSheet} from 'react-native'; +import React, {useRef, useEffect} from 'react'; import {Assoc...
fix(wmconnect): implement programmatic scrolling for ADA compliance (SMDV-7820)
fix(wmconnect): implement programmatic scrolling for ADA compliance (SMDV-7820)
1433bb64b503001dc9ff40b08b163375ca730422
--- __tests__/components/SearchHeaderTest.tsx @@ -18,10 +18,6 @@ jest.mock('react-redux', () => ({ useSelector: jest.fn(), useDispatch: jest.fn(), })); -jest.mock('React', () => ({ - ...jest.requireActual('React'), - useEffect: jest.fn(), -})); const onPressMock = jest.fn();
build fix
build fix
1c3d1c74e962504a152be642a3005585e41716fa
--- packages/allspark-foundation/src/Auth/types.ts @@ -80,6 +80,7 @@ export type AuthResult = { export interface AuthError extends Error { code: string; + category?: string; } /**
fix: category missing from auth error type
fix: category missing from auth error type
513f451b28150bcad32da95ca2ba2dc91e50b1f4
--- __tests__/screens/MessagesScreen/__snapshots__/OneToOneChatTests.tsx.snap @@ -507,7 +507,6 @@ exports[`Messages Screen One To One Chat should load list empty state when no me } > <Image - accessibilityLabel="error icon" accessibilityRole="image" so...
test: snapshot update
test: snapshot update
eb09647a26cdb9ff2bd225213dd2a94a44878c9e
--- packages/allspark-foundation/src/Site/types.ts @@ -90,7 +90,7 @@ export type Site = { division: Division; timeZone: TimeZone; currency: Currency; - language: Language; + language?: Language; specialHours: SpecialHour[]; isStoreOpen: boolean; hoursOpen: string;
chore: fixing type for site
chore: fixing type for site
f69a2c82ffc7891272b797b27054a3b92dad65b4
--- package.json @@ -97,7 +97,7 @@ "@walmart/impersonation-mini-app": "1.10.0", "@walmart/ims-print-services-ui": "1.2.2", "@walmart/inbox-mini-app": "0.81.3", - "@walmart/iteminfo-mini-app": "^5.3.4", + "@walmart/iteminfo-mini-app": "5.3.4", "@walmart/manager-approvals-miniapp": "0.1.2", ...
remove the caret for iteminfo mini app version
remove the caret for iteminfo mini app version
25c4942e22101a36ec8e60157dd38cd640db7d56
--- package.json @@ -271,7 +271,7 @@ "pre-push": "run-p solidarity coverage" } }, - "packageManager": "yarn@4.4.0", + "packageManager": "yarn@4.1.1", "engines": { "node": ">=18" } --- yarn.lock @@ -22955,16 +22955,7 @@ __metadata: languageName: node linkType: hard -"use-sync-extern...
Unit test update
Unit test update
203fb0d357d58138447659aab84100156050ede9
--- src/navigation/ErrorLogBoundary.ts @@ -1,15 +1,16 @@ import {Component, PropsWithChildren} from 'react'; import {Logger} from '../core/Logger'; import {AllsparkReduxStore} from '@walmart/allspark-foundation/Redux'; -import { EnvironmentSelectors } from "@walmart/allspark-foundation/Environment"; +import {Environ...
lint fix
lint fix
b340423470d3603335cd98b77689506cd60c95da
--- __tests__/settings/privacy/__snapshots__/PrivacyPreferencesTest.tsx.snap @@ -68,5 +68,18 @@ exports[`PrivacyPreferences renders 1`] = ` testID="anniversary_setting" value={true} /> + <View + style={ + { + "flex": 1, + "justifyContent": "flex-end", + "paddingBottom": 16, + ...
Add privacy footer for verbiage update
Add privacy footer for verbiage update