-
Notifications
You must be signed in to change notification settings - Fork 2
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
Show save dialog on hover #1010
Comments
This hover-and-display function will be useful for many modals, e.g. the [F] button on the RHS, or the tags on the LHS. |
Going to park this ticket for few days because there is a very strange issue with underlying component (Popover). When I provide it with anchor element as an object it says it wants function and when I give it function it says it wants object.
EDIT: This seems to be a very weird manifestation of other problem and anchor element should be object but there is something wrong with the element. |
See this example: https://codepen.io/alexd2/pen/PRbjxz/
This change will affect the behavior of the save button where contents of save dialog (for both project and snapshot) will be displayed in this style of the dialog.
Additionally this mechanism will be used for switching between snapshots in project history tree. When you click (or hover?) on the circle representing snapshot there are options:
'Switch' - will switch to clicked snapshot without saving
'Quick Save' - will save snapshot with default values and switch to clicked snapshot
'Save' - will show save dialog (same style like in the example) where user is able to change default values and after saving a snapshot will be changed to clicked one.
part of the issue is creating generalized component that can be attached to any other component with contents of defined by the user of the component and will slide out on hover or click.
The text was updated successfully, but these errors were encountered: