Implement a button/arrow to toggle the toolbar #776
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K#776
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implementation so far, this is the second "version" of hiding the toolbar. The first one I used "transform: translateZ()" for smooth transition and had the button in the bottom section of toolbar, "translateZ" affects all toolbar "div-children" making the reset layout "prompt" to not work. This made me scrap the first (video 141355) approach since I did not manage to get it to work, perhaps you could break-out the "prompt" to body to get it fixed.
The videos has some delay and will not seem to be a smooth transition but they do display how toolbar is hidden.
Implementation is now done, a pull-request has been made.
The solution do not have an arrow to indicate whether to expand or not, since the button to expand is small a simple arrow would be hard to see.
Fixed and merged!