-
Couldn't load subscription status.
- Fork 39
Feature/#558 move frequent modeling actions to new floating bar #560
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
base: vnext
Are you sure you want to change the base?
Feature/#558 move frequent modeling actions to new floating bar #560
Conversation
|
Found something strange when I hover over the buttons, on the add table icon it appears a tooltip "CTRL+C", should it be "Add Table" ? on the Add Relation "CTRL+R" CTRL+C use to be reserved for copy paste On the other hand would it be a good idea to show something like "CTRL+C Add Collection", but maybe not CTRL+C @deletidev what's your take on this? |
|
And maybe now that we have some space on that table, should we add below the icon something like "Add Collection", "Add Relation"? |
…MacOS and action button to show in tooltip ctrl for Windows/Linux, cmd (⌘) for MacOS
…handling to allow certain actions to use single-key shortscuts (add collection, add relation and backspace), update tests with noModifier functionality and ActionButton to show correct tooltip (without Ctrl/Cmd)
…⌘ for Mac, Ctrl for Windows), add test for no-modifier shortcuts tooltip display
…to handle ctrl/cmd, alt and no-modifier cases, update tests
Move frequent modeling actions to new floating bar (desktop only):
Close #558