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

🚀 Feature: UI Change for better experience #673

Open
kbkozlev opened this issue Nov 15, 2024 · 5 comments
Open

🚀 Feature: UI Change for better experience #673

kbkozlev opened this issue Nov 15, 2024 · 5 comments
Labels
feature New feature or request

Comments

@kbkozlev
Copy link

🔖 Feature description

Change the size input fields from bytes into something more user-friendly.
This is also relevant for the “Chunk Size” field, and all others where this is relevant.

🎤 Pitch

I suggest having 2 input fields, one for integers and the other a dropdown selection for Bytes, MB, GB, TB etc.

All conversions can be done in the background automatically. This will simplify the user experience.

image

@kbkozlev kbkozlev added the feature New feature or request label Nov 15, 2024
@jwdoll
Copy link

jwdoll commented Nov 17, 2024

Personally, I prefer bytes because it's platform independent and is an administrative feature that needn't be changed often.

@tippfehlr
Copy link

@jwdoll how are the other options not platform independent? there is only the distinction between eg. gigabyte (1000³) and gibibyte (1024³), and only gibibytes would be reasonable imo.

@jwdoll
Copy link

jwdoll commented Nov 18, 2024

Mac uses base 10 gigabytes, and bandwidth is typically quoted in base 10, at least in the US - my router reports that way as well, but takes settings in bytes to avoid ambiguity. Personally, I'm a gibibyte preferrer, but in this context, I'd assume base 10. Or are you proposing the integer and unit fields as in addition to the byte field as a helper to fill it in?

@jwdoll
Copy link

jwdoll commented Nov 18, 2024

That said, I do think it would be worthwhile to format the byte boxes with commas (or I suppose periods, depending on localization).

@kbkozlev
Copy link
Author

I was proposing to replace the byte fields with the integer and unit fields, but the idea was that they will be converted to bytes in the background anyways. This will only be a a UI/UX change for the end user. Besides the "value" fields can start from byte, Mib, Gib etc. So if a user prefers to use bytes he can use them as it was until now.

The question for me would be if the conversion should be done from MB, GB or Mib, GiB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants