flattool / warehouse

A versatile toolbox for viewing flatpak info, managing user data, and batch managing installed flatpaks
GNU General Public License v3.0
300 stars 30 forks source link

Increase Visibility of Data Usage Text on "Active/Leftover Data" Pages #146

Open lightonflux opened 3 weeks ago

lightonflux commented 3 weeks ago

Currently, the text label for used data on the "active data" page/view is small and it's a bit "hard" to skim the list quickly.

After all, the most important information is the amount of space that is used on disk, but currently is it's rather small and below the application name. It should have the same visual hierarchy as the name.

In most tools and tables about data use, the name and size (or number) is usually on the right, with a sum at the top or bottom of the table.

Gnome Disks

image

iOS Settings

iphone disk usage screenshot

Warehouse

Suggestion on the right.

Moving the text to the right and enlarging it would reduce the empty space and make it more prominent and move it into the vertical line with the sum on top. warehouse

The space could be used even more efficient if the three buttons did not have their own row, but it did not come up with a satisfactory solution so far that does not involve overlay buttons.

lightonflux commented 3 weeks ago

The suggestion has some issues when the application window is narrow:

image

The sum is moved below the title and to the left, which is not needed with the English Translation, but it could be necessary in languages where the string "Active Data" is longer. Moving the sum from right to left, messes up the vertical alignment.