Skip to content

UX: friendly numbers in settings, like hours or days instead of seconds #806

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

Open
3 of 6 tasks
maphew opened this issue Dec 17, 2024 · 2 comments
Open
3 of 6 tasks

Comments

@maphew
Copy link
Contributor

maphew commented Dec 17, 2024

Describe feature

In Options use human friendly numbers instead of the machine as-used numbners. For example Erase Notes should be after x days not seconds.

Appearance:

Code notes:

Sync:

Password:

Other:

Additional Information

No response

@pano9000 pano9000 changed the title (Feature request) UX: friendly numbers in settings, like hours or days instead of seconds UX: friendly numbers in settings, like hours or days instead of seconds Jan 31, 2025
@pano9000
Copy link
Member

pano9000 commented Feb 7, 2025

FYI regarding Auto-read size:

I was wondering too, so I've traced it in the code and it ultimately comes from SQLite's Length() function:
https://www.sqlite.org/lang_corefunc.html#length

Short summary courtesy of https://www.sqlitetutorial.net/sqlite-functions/sqlite-length/

The SQLite length() function returns the number of characters of a string. If the argument is a BLOB, the length() function returns the number of bytes.

We probably should make this clearer in the wording in the UI :-D

@maphew
Copy link
Contributor Author

maphew commented Feb 7, 2025

good sleuthing, thanks! and doubly so for taking on the dev work

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

No branches or pull requests

3 participants