-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
UI feedback #359
Comments
Hello,
|
To-Do for v3.7.0:
|
Everything I could do on v3 has been done. For the more juicy parts (search, reorder, etc), you've gotta wait for v4 😄 |
Very exciting! Tried a source compile and things are looking good, though somehow triggered a SEGV on any Right Click -> Edit Row I tried. Maybe a library version issue? (This is debian 12)
edit: compiled with:
And manually source-installed cotp from your GitHub repo |
I still have to test the changes I made 😄 seems like no luck in getting everything working at the first try lol |
Now everything works fine, at least for me 😄 could you please try against latest master and let me know? Thanks |
Thank you, Edit Row works in latest master for me :) Thanks so much |
This commit moves: - the deletion mode - the edit row action - the show row qr action to a context menu that can be activated by right clicking on the desired row. This partially fixes #359 This commit also introduces macros to help make the code more readable.
Hey there,
I've been a heavy user of otpclient for years and mostly love it. There are a couple of issues with the UI I'd love to see corrected, and would be happy to volunteer a bit of time for each (or all!) of them if there was interest in accepting any of the contributions upstream:
Search unreliability. CTRL+F "github" never does what I want, regardless of which search field is selected in the preferences. Ideally search should be over any field without having to worry about a setting, and should work reliably (I have not looked at the code to understand what is going on). It seems the unreliability might be related to not doing substring search, or struggling with account names containing spaces
Toggle delete rows modality - not sure if it was a conscious choice to give the UI a whole major mode just for deleting items. Would this not be better present on a right-click context menu? After a few years of use, I am still right-clicking each time, and on remembering how it's supposed to work, am genuinely afraid of the delete button because it changes how the UI works when enabled. Even with the delete button in the toolbar, the expectation would be that the currently selected item is deleted, whereas (without verifying - again, slightly scared of that button :P) the current behaviour is that any item selected after clicking the button is deleted
Toggle row reordering - another mode. Could it not be enabled by default?
Clicking column titles to sort-by-column. I have 2 pages of TOTP entries and manual sorting is never desirable
Edit row hidden on the hamburger menu. Would love to see this moved to a context menu too, because that's also an orthodox location for a per-item action
Add from QR code: this menu sees frequent use, but it is buried in a submenu. Could these 2 menu items be brought up one level to save a click (and slightly improve discoverability especially when sleepy)
Clicking to show a TOTP which is just about to expire requires a second click. Would probably be better to show the code for a fixed number of seconds, rather than up until the next expiry point. This one interrupts me almost every week
Apologies for the unsolicited feedback. I still love the app, and suspect there may be some logic behind not hiding stuff in a context menu
The text was updated successfully, but these errors were encountered: