-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Display require field above show more button #35287
Merged
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
609a1d0
display require field below show more button
dukenv0307 51147f7
Merge branch 'main' into fix/34751
dukenv0307 2fef2e5
refactor render item in confirm list
dukenv0307 56522c3
add right label
dukenv0307 ed007df
merge main
dukenv0307 c231190
optimize logic
dukenv0307 aa48560
Merge branch 'main' into fix/34751
dukenv0307 6a38ccd
merge main
dukenv0307 eecaf84
fix lint
dukenv0307 70117cb
Merge branch 'main' into fix/34751
dukenv0307 b2a8585
merge main
dukenv0307 22a4c3e
rename variable
dukenv0307 51d12a8
Merge branch 'main' into fix/34751
dukenv0307 547f594
optimize logic
dukenv0307 c946a6b
merge main
dukenv0307 2c077ee
add comment
dukenv0307 4ff9196
fix lint
dukenv0307 528ac26
merge main
dukenv0307 74a238b
Merge branch 'main' into fix/34751
dukenv0307 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 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.
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.
Would you refactor this to reduce code duplication?
I'm thinking of something like this:
We would show
relevantMenuItems
above the "Show more" pill and thesupplementaryMenuItems
below that pill.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.
That's great. Updating now.