[Nightly] Progress bar resizing and tile scrollbars #97
Reference in New Issue
Block a user
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?
Description
It's me again, sorry, I just got into installing the nightly and I have some minor details that could still be improved (if possible)!
But I really like the implementation it's way better than the old one. Also not sure if I should have opened the old issue instead but I figured since it's a seperated topic it might be good to open a new one.
The Progressbar: as soon as you adjust the hight, parts get cut off instead of resized and I think thats a lot of lost potential:

Some of the tiles when adjusted in hight and widght get just small enough to have a scrollbar without any actual use, no idea if that could be prevented at all and it's no real issue anyways.

At the end it's at least for me enough space to make it all work and I don't need all of the options anyways, so it's just an further enhancement idea if any of this is possible to change/ fix.

Motivation
Overall it makes the design more fluid and even more customizable especially with the progressbar.
Thanks for trying out the nightly and the feedback, @Blaim — glad the new dashboard grid is landing well overall. Both of these were quick to fix:
overflow:autorule. Restricted it to vertical-only scrolling, which is the only axis dashboard content actually needs.Verified visually (resized the progress tile to a couple of heights, checked a fan-card resize for a spurious scrollbar) — both behave as expected now. Committed locally on
nightly, will go out with the next nightly build.