-
Notifications
You must be signed in to change notification settings - Fork 615
Focus prioritized UI in on modal open #4707
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
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
1242aac
wip
stuartromanek 4e3ff1e
Merge branch 'main' of github.com:apostrophecms/apostrophe into PRO-4…
stuartromanek 182f0c6
wip
stuartromanek a7426f4
retry
stuartromanek d1ac09f
Merge branch 'main' of github.com:apostrophecms/apostrophe into PRO-4…
stuartromanek bec4eec
switch promise timeout for nexttick
stuartromanek 00b6bf2
focus considerations for media uploader
stuartromanek 84618f1
remove logs
stuartromanek 689304a
Merge branch 'main' of github.com:apostrophecms/apostrophe into PRO-4…
stuartromanek c4a8a64
merge
stuartromanek 1655d34
Merge branch 'main' of github.com:apostrophecms/apostrophe into PRO-4…
stuartromanek e9df8db
Merge branch 'main' of github.com:apostrophecms/apostrophe into PRO-4…
stuartromanek e0ed87e
restore focus to last selected item after prop change
stuartromanek 60ac86c
Merge branch 'main' of github.com:apostrophecms/apostrophe into PRO-4…
stuartromanek 31d7bc1
Merge branch 'main' of github.com:apostrophecms/apostrophe into PRO-4…
stuartromanek 6efc895
merge
stuartromanek 5b0b16a
make sure we have modal
stuartromanek 30ee6ea
split button focus, widget priority button
stuartromanek 90c1175
Merge branch 'main' of github.com:apostrophecms/apostrophe into PRO-4…
stuartromanek 2f3388e
wip
stuartromanek f0ff6a7
Merge branch 'main' of github.com:apostrophecms/apostrophe into PRO-4…
stuartromanek ee12fd7
fix line
stuartromanek 6fb3c09
lint
stuartromanek 493416f
remove conditional rendering
stuartromanek fbb1042
Merge branch 'main' of github.com:apostrophecms/apostrophe into PRO-4…
stuartromanek 37b67ad
flex media manager containers
stuartromanek 6d7eb2a
Merge branch 'main' of github.com:apostrophecms/apostrophe into PRO-4…
stuartromanek 78fef12
Merge branch 'main' into PRO-4505/modal-priority
myovchev c342c08
Fix media manager not handling search results properly (sometimes)
myovchev 2b0e31f
Merge branch 'main' of github.com:apostrophecms/apostrophe into PRO-4…
stuartromanek 0e8addf
Merge branch 'main' into PRO-4505/modal-priority
stuartromanek 40e5be1
Merge branch 'main' of github.com:apostrophecms/apostrophe into PRO-4…
stuartromanek 06448a4
Merge branch 'PRO-4505/modal-priority' of github.com:apostrophecms/ap…
stuartromanek 8ed8037
cleanup
stuartromanek f8624b1
merge
stuartromanek 4f793e7
changelog fix
stuartromanek d36676a
Merge branch 'main' of github.com:apostrophecms/apostrophe into PRO-4…
stuartromanek 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
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
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
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
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.
🤯