pipes-digital / pipes

Repository for Pipes
https://pipes.digital
GNU Affero General Public License v3.0
261 stars 21 forks source link

Compress display of pipes on the sidebar #21

Closed anewuser closed 6 years ago

anewuser commented 7 years ago

With the current setup, the more pipes you create, the more you'll have to scroll down to reach the save button, especially if they have long titles. You could add the existing pipes to a unified field with a dropdown menu for the user to choose from, or at least move the save button to a fixed position at the top of the window as a temporary workaround.

Sidebar

onli commented 7 years ago

You probably saw that, the block buttons are not behind a menu. Does that work better for you?

anewuser commented 7 years ago

The problem continues because the current pipes are now listed along with the input blocks (which will always be used and activated for creating a new pipe, right?). The first thing I did when I started creating a new pipe was to expand the "Inputs" section, which thanks to the long titles of my two other pipes pulled everything else out of the viewport (I have a 1366x768 monitor), so I had to scroll down even more now to see the other blocks (it's either that or having to keep collapsing/expanding the sections).

My original suggestion was collapse only the other pipes and keep all the other site features/blocks visible by default, so that I and other users with similar resolutions/long pipe titles would be able to see everything (including the save button) without scrolling down or having to use extra clicks to show/hide stuff.

Viewport

onli commented 6 years ago

I got a solution to work :) In the sidebar is now only one pipe block, which when placed has a select box with all the pipes of a user. It compresses all those pipes into one single block.

I'd be happy to know if that works for you?

anewuser commented 6 years ago

It does. Thanks!