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

fix(web): escape key to clear selection and go to previous page (#15142) #15219

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

jinxuan-owyong
Copy link
Contributor

Resolves #15142

I looked into the current Escape key implementation and found that a few pages do not have any handling to clear the current selection, which does not match the UX of the application. I also found a small discrepancy when selecting an album cover:

  • Clicking x returns the user to the album asset view
  • Pressing Esc returns to the list of all albums

I believe the intended functionality would be the former when exiting from album cover selection.

Copy link
Contributor

@alextran1502 alextran1502 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@alextran1502 alextran1502 enabled auto-merge (squash) January 10, 2025 15:20
@alextran1502 alextran1502 merged commit 3030e74 into immich-app:main Jan 10, 2025
34 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Button to clear photo selection on Partner section not working on web interface
2 participants