flatironinstitute / dendro-old

Analyze neuroscience data in the cloud
https://flatironinstitute.github.io/dendro-docs/
Apache License 2.0
19 stars 2 forks source link

Keep Refresh button always on screen #136

Closed luiztauffer closed 5 months ago

luiztauffer commented 6 months ago

When the Console output is too long and we need to scroll down to see the most recent logs (almost every time), we need to scroll back up to be able to click on the Refresh button. I think we should have either:

Peek2024-03-2013-35-ezgif com-crop

magland commented 5 months ago

@luiztauffer I have added a scrollbar to the console output. Try it out and see if it is suitable. It's a bit tricky figuring out the optimal heights for the various widgets.

luiztauffer commented 5 months ago

already much better, thanks!

luiztauffer commented 5 months ago

actually, the problem of "loosing" tge refresh button persists when we open other tabs like Resource utilization. I suggest we leave the first row buttons outside if the div with the yscroll

magland commented 5 months ago

@luiztauffer There is now a refresh button specific for the console output. Does that do the trick?

luiztauffer commented 5 months ago

yes that works, thanks!