-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
observations as a brand new user with fresh eyes #148
Comments
Follow up to the status notification item in my list. I now seen that there is a status bar notice when moving messages, but I was only able to catch it when I moved some 200 messages at once because that operation took a few seconds. Moving single messages is so quick I can't notice/read a status notification quickly enough. |
This is great feedback, I just wanted to say thank you for the concrete suggestions. I don't update the UI often, but I'll see if I can take this into account when making the next updates. The indent should be easy to do. Highlighting the first folder I think there are some technical hurdles that didn't make this straightforward, but certainly not impossible. Thunderbird does have a status bar, but it isn't enabled by default. I believe the move should be shown there already. I don't have much UX to work with in WebExtensions, all I could really do is show a notification at the top the first time you do it, e.g. "Congratulations, you moved your first message". I know it is sometimes a gamble, but I'd also hope the extension "just works" and there is no need for reduced confidence :D |
I tried a few different solutions to address the first point of this issue. Try 1: no borders for the account row, bold and underlined text. Try 2: A little colored (with the account color?) rectangle on the left of the account icon. Try 3: some kind of character/symbol/small icon before and after the account text. Try 4: Indentation of the folders rows. @kewisch @t4k what do you think? |
I modified the code to implement the second point of this issue. In details: I added an observer to react the first time the list is populated if nothing is selected. Working on this feature, I tried to improve how the list navigation works.
This is the new method: @kewisch I hope you like it! 😁 (The linked code is working, but it has not been linted and it has some commented lines that will be removed) |
I've just found this add-on and it seems to be working great, so thank you! Being someone who designs software and interfaces myself, I know that learning the perspective of someone who is using a new system for the first time is very valuable, so I am offering a couple of points that I think could improve things for new folks like me.
Environment: macOS Sonoma 14.4.1 with Thunderbird 115.9.0 and Quick Folder Move 2.8.1
Thanks again for a great add-on and fostering a community around it!
The text was updated successfully, but these errors were encountered: