[Local Catalog] POS Settings: add local catalog sync settings UI #16125
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Part of WOOMOB-1100
Description
This PR adds the UI for POS local catalog sync settings with mock data behind the i1 feature flag. It introduces a new settings detail view that allows merchants to view & configure local catalog sync options for POS. The sync status integration requires more changes which will be included in a future PR.
The implementation includes:
POSSettingsLocalCatalogDetailView
that provides the interface for catalog settingsPointOfSaleSettingsView
to display the local catalog settings option behind the local catalog i1 feature flagSteps to reproduce
Testing information
I tested that when the feature flag is disabled, the catalog settings isn't shown. Tested in iPad A18 iOS 18.4 simulator.
Screenshots
RELEASE-NOTES.txt
if necessary.