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

Improvements to item selection #23

Open
diogox opened this issue Oct 6, 2024 · 4 comments
Open

Improvements to item selection #23

diogox opened this issue Oct 6, 2024 · 4 comments
Labels
area: ui Issue or PR that is related to user interface type: feature Issue or PR related to new feature

Comments

@diogox
Copy link

diogox commented Oct 6, 2024

Selections by mouse hover and by keyboard up/down arrows show as the same color and at the same time, so it's hard to tell which is going to be selected on Enter.

CleanShot 2024-10-06 at 11 43 51

For reference, this is how Raycast handles it:

CleanShot 2024-10-06 at 11 36 53

Lighter color for mouse hover, and it disappears when a key is pressed.

@Exidex
Copy link
Member

Exidex commented Oct 6, 2024

The focused vs hover style distinction has been on my todo list before next release.

Hover highlight disappearing on key press is a nice idea, may be tricky to implement but I will look into it. Thanks

@Exidex Exidex added the area: ui Issue or PR that is related to user interface label Oct 6, 2024
@Exidex
Copy link
Member

Exidex commented Oct 13, 2024

v10 released with focused vs hover style distinction. Here's how it looks

Screen.Recording.2024-10-13.at.18.44.50.mov

@diogox
Copy link
Author

diogox commented Oct 13, 2024

Looks fantastic!

I don't think the hover highlight disappearing on key presses is that vital tbh, so I'll leave it up to you whether to close this ticket or not 🙌

Thanks!

@Exidex
Copy link
Member

Exidex commented Oct 13, 2024

It would be a nice small improvement to have eventually I think so I will leave this issue opened.

@Exidex Exidex added the type: feature Issue or PR related to new feature label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ui Issue or PR that is related to user interface type: feature Issue or PR related to new feature
Projects
None yet
Development

No branches or pull requests

2 participants