Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make view more compact mainly with shorter words in status column. #15089

Open
5 tasks done
odarcan opened this issue Jun 11, 2021 · 5 comments
Open
5 tasks done

make view more compact mainly with shorter words in status column. #15089

odarcan opened this issue Jun 11, 2021 · 5 comments
Labels
Feature request GUI GUI-related issues/changes

Comments

@odarcan
Copy link

odarcan commented Jun 11, 2021

  • I have read the feature request section in the contributing guidelines, so I know how to submit a good feature request with the required information
  • I have verified that the feature I am requesting is not available in the latest version
  • (optional but recommended) I have verified that the feature I am requesting is not available in the latest CI build
  • I have checked the frequent/common issues list and searched the issue tracker for similar feature requests (including closed ones) to avoid posting a duplicate
  • This request is not a support request or question, both of which are better suited for either the discussions section, forum, or subreddit. The wiki did not contain a suitable solution either

Description

Suggestion

make the download view more compact

There is lots of unused space and unneccessary characters in the fields and much space that can be compacted in the cells of displayed data

add option to make the following modifications to display 1-3 character info instead of the long words:

instead of 1.23 GiB -> 1.23G and remove space left right and over and under
Status: instead of Queued -> just display "Q"
Seeding -> "S"
Moving -> "Mv"
Downloading -> "DL"
ETA: much space unused in field can be compacted as well.

or add option for custom replacement and option to modify the space in the cells of the list.

Use case

all

Extra info/examples/attachments

@FranciscoPombal FranciscoPombal added the GUI GUI-related issues/changes label Jun 11, 2021
@thalieht
Copy link
Contributor

Status: instead of Queued -> just display "Q"
Seeding -> "S"
Moving -> "Mv"
Downloading -> "DL"

Just minimize that column's width.

@odarcan
Copy link
Author

odarcan commented Jun 11, 2021

minimum size of the column fits the entire word 'Seeding'

@ArcticGems
Copy link

If you make the columns that "thin", you won't be able to read anything.

@odarcan
Copy link
Author

odarcan commented Jun 11, 2021

the solution is to display D instead of Downloading etc

@glassez
Copy link
Member

glassez commented Jun 13, 2021

I don't like this idea. It will only make the UI ugly and confusing.
IMO, if we are talking about compact UI, then I would mean something like the one Transmission has. I.e. have no Table view but instead a list of custom widgets that can be either in collapsed or expanded state. Or even widgets with some kind of "flow" layout so their height depends on their width.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request GUI GUI-related issues/changes
Projects
None yet
Development

No branches or pull requests

5 participants