-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
feat(ui): the toolbox became vertical #2014
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 17 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
11c0405
the popover component, vertical toolbox
neSpecc 015f409
toolbox position improved
neSpecc 229b9a2
popover width improved
neSpecc 9a15cf5
always show the plus button
neSpecc 3a3403e
search field added
neSpecc 06a5766
Merge branch 'next' into feat/vertical-toolbox
neSpecc a020ca5
search input in popover
neSpecc a005b07
trying to create mobile toolbox
neSpecc e7b2698
Merge branch 'next' into feat/vertical-toolbox
neSpecc 2bc1427
Merge branch 'next' into feat/vertical-toolbox
neSpecc c29d244
feat(toolbox): popover adapted for mobile devices (#2004)
TatianaFomina f947d36
Vertical toolbox fixes (#2017)
TatianaFomina 5e00998
Extend element interface to avoid ts errors
TatianaFomina f3e253f
Do not subscribe to block hovered if mobile
TatianaFomina 262baee
Add unsubscribing from overlay click event
TatianaFomina 0c006d6
Rename isMobile to isMobileScreen
TatianaFomina adb8b77
Cleanup
TatianaFomina ae2ac42
fix: popover opening direction (#2022)
TatianaFomina d44b9a9
Update src/components/flipper.ts
TatianaFomina 83a8c86
Fixes
TatianaFomina 054f23d
Merge branch 'next' into feat/vertical-toolbox
TatianaFomina 6a31e72
Merge branch 'feat/vertical-toolbox' of https://github.com/codex-team…
TatianaFomina 2bc4c80
Fix test
TatianaFomina b43a22a
Clear search on popover hide
TatianaFomina 7c2cb80
Fix popover width
TatianaFomina 9c2d665
Fix for tests
TatianaFomina ede63a4
Update todos
TatianaFomina b5dd459
Linter fixes
TatianaFomina 061b2c9
rm todo about beforeInsert
neSpecc ca7b2ab
i18n for search labels done
neSpecc cc0530c
rm methods for hiding/showing of +
neSpecc c36eca2
some code style update
neSpecc 3a98e9b
Merge branch 'next' into feat/vertical-toolbox
neSpecc 04376f9
Update CHANGELOG.md
neSpecc 25b06c0
make the list items a little bit compact
neSpecc 70fd937
fix z-index issue caused by block-appearing animation
neSpecc 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -13,7 +13,9 @@ | |
}, | ||
"toolbar": { | ||
"toolbox": { | ||
"Add": "" | ||
"Add": "", | ||
"Filter": "", | ||
"Noting found": "" | ||
} | ||
} | ||
}, | ||
|
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.
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.