-
Notifications
You must be signed in to change notification settings - Fork 132
[Woo POS] Changes to more screen to accomodate entry point to POS #11566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
backwardstruck
merged 22 commits into
trunk
from
11545-woo-pos-add-new-red-badge-change-icon-and-change-position-for-the-pos-button-in-the-more-screen
May 27, 2024
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
76ff4cd
Model to be able to flexible shuffle items
kidinov 6fffff5
UI prep
kidinov 2bb99a9
Change to VM to accomodate sections
kidinov 5b218b9
Build the section. Section can be invisible
kidinov 6ae1253
Added dividers
kidinov 38b55cc
UI adjustments
kidinov 6de838d
Fixed formatting
kidinov b1bc029
Added extra icon and POS icon
kidinov 35c992a
Spacer to the bottom
kidinov b07b116
Removed margins from divider
kidinov e61763f
Made tests compilable
kidinov 979cd8f
Added a couple of tests
kidinov 98197d1
Change POS extra icon
kidinov 6c2e308
Extra icons ui adjustments
kidinov 4aa54c2
Added external link icon to wp admin and view store
kidinov 93f16ff
Fixed formatting
kidinov d9a8fd2
Removed divider as this was for iOS
kidinov 9763408
Merge branch 'trunk' into 11545-woo-pos-add-new-red-badge-change-icon…
kidinov 5746152
Small ui changes to make it as android design
kidinov 0f08d5b
Fixed formatting
kidinov 52b9662
Fixed unit tests
kidinov 987ee79
Updated release notes
kidinov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think
MoreMenuViewModelTests
needs to be updated now thatgeneralMenuItems
is nowmenuSections
:There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, changed that