manulera / ShareYourCloning_frontend

The frontend application for ShareYourCloning
MIT License
1 stars 4 forks source link

Collapse sources to a sidebar #250

Open dgruano opened 1 week ago

dgruano commented 1 week ago

Currently, the history of a source can be collapsed (i.e. all the vertical information can be hidden). When creating many different sources, the horizontal space also gets filled quickly. A possible solution I can think of is collapsing the history to a floating sidebar on the left of the screen, where all collapsed sources are stacked vertically, freeing up some horizontal space for the user to create new sources. See sketch for a small reference.

What do you think @manulera ?

Related to #249 and #195

Issue250

manulera commented 1 week ago

This is probably a bit too complicated and would require changing things a lot (no longer render the tree as a <ul> element), or some very fancy CSS.