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

update popover delay #4835

Merged
merged 2 commits into from
May 20, 2024
Merged

Conversation

cj12312021
Copy link
Collaborator

This pull request adjusts the card popover entry and exit delay. Previously, the popovers were set to delay exit by 400 milliseconds, making hovering over individual popovers feel clumsy as the delayed exit often gets in the way of attempting to hover over different popover items. Interestingly, when adjusting the values to remove the existing delay, I noticed the UI is more responsive with other transitions I have applied to the cards in my CSS.

@cj12312021
Copy link
Collaborator Author

Further testing revealed that the delay was there to ensure the popover doesn't disappear when users attempt to navigate a popover item. So, my latest push adjusts the exit delay to match the entry delay to ensure that the 2 don't collide with each other.

@WithoutPants WithoutPants added the improvement Something needed tweaking. label May 20, 2024
@WithoutPants WithoutPants added this to the Version 0.26.0 milestone May 20, 2024
@WithoutPants WithoutPants merged commit b12269e into stashapp:develop May 20, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Something needed tweaking.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants