Implement a button/arrow to toggle the toolbar #776

Closed
opened 2026-05-06 11:21:21 +00:00 by a24julot · 3 comments
Collaborator
No description provided.
Collaborator

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 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.
b24erika added reference 776-hide-toolbar-button 2026-05-06 15:06:01 +00:00
Collaborator

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.

Implementation is now done, a [pull-request](https://git.webug.se/Andras/BoundlessFlowCampus2K/pulls/794) 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.
Author
Collaborator

Fixed and merged!

Fixed and merged!
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Andras/BoundlessFlowCampus2K#776
No description provided.