-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
feat(toolbox): popover adapted for mobile devices #2004
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 9 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
33b848f
FIx mobile popover fixed positioning
TatianaFomina 87221cf
Add mobile popover overlay
TatianaFomina 0057915
Hide mobile popover on scroll
TatianaFomina 08f368d
Alter toolbox buttons hover
TatianaFomina 850e6b2
Fix closing popover on overlay click
TatianaFomina 6766077
Merge branch 'next' into feat/vertical-toolbox-2
TatianaFomina 985b89b
Tests fix
TatianaFomina a0e5c1f
Fix onchange test
TatianaFomina a9a06eb
restore focus after toolbox closing by ESC
neSpecc f9ae64c
don't move toolbar by block-hover on mobile
neSpecc 964ceba
popover mobile styles improved
neSpecc a7c8ed6
Cleanup
TatianaFomina 0cd9450
Remove scroll event listener
TatianaFomina 8dd521e
Lock scroll on mobile
TatianaFomina 906b2dc
don't show shortcuts in mobile popover
neSpecc 8acc5b2
Change data attr name
TatianaFomina 068f4bd
Remove unused styles
TatianaFomina 448a249
Remove unused listeners
TatianaFomina fdf0c08
Merge branch 'feat/vertical-toolbox-2' of https://github.com/codex-te…
TatianaFomina 364c6ad
Merge branch 'next' into feat/vertical-toolbox-2
neSpecc 5452379
Merge branch 'feat/vertical-toolbox' into feat/vertical-toolbox-2
neSpecc 085da8e
disable hover on mobile popover
neSpecc 82deae5
Scroll fix
TatianaFomina 2a6b613
Lint
TatianaFomina 3d462e8
Revert "Scroll fix"
TatianaFomina e42ea99
Return back background color for active state of toolbox buttons
TatianaFomina 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2813,9 +2813,10 @@ codex-notifier@^1.1.2: | |
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/codex-notifier/-/codex-notifier-1.1.2.tgz#a733079185f4c927fa296f1d71eb8753fe080895" | ||
|
||
codex-tooltip@^1.0.4: | ||
version "1.0.4" | ||
resolved "https://registry.yarnpkg.com/codex-tooltip/-/codex-tooltip-1.0.4.tgz#bb8c6e0fe7accc68ce79cdcb7c71bf7b4bf1317a" | ||
codex-tooltip@^1.0.5: | ||
version "1.0.5" | ||
resolved "https://registry.yarnpkg.com/codex-tooltip/-/codex-tooltip-1.0.5.tgz#ba25fd5b3a58ba2f73fd667c2b46987ffd1edef2" | ||
integrity sha512-IuA8LeyLU5p1B+HyhOsqR6oxyFQ11k3i9e9aXw40CrHFTRO2Y1npNBVU3W1SvhKAbUU7R/YikUBdcYFP0RcJag== | ||
|
||
[email protected]: | ||
version "3.0.1" | ||
|
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.
Uh oh!
There was an error while loading. Please reload this page.