Improve hover names performance #687

Closed
opened 2023-11-17 02:30:11 +00:00 by Karnage · 0 comments
Collaborator

When we hover over a name we get the user's basic info and follow button, but right now it feels slow and clunky. You cannot make the popover disappear just by hovering out of it.

Solution:

  • Make the popover show up a bit faster (just after a second or so, 1000ms or 1200ms)

  • Hide popover on hovering out (add opacity transition effect for smoothness).

Here is what ours looks like: CleanShot 2023-11-17 at 11.26.18

Here is what it looks like on X (much smoother)

CleanShot 2023-11-17 at 11.28.59

When we hover over a name we get the user's basic info and follow button, but right now it feels slow and clunky. You cannot make the popover disappear just by hovering out of it. Solution: - [ ] Make the popover show up a bit faster (just after a second or so, 1000ms or 1200ms) - [ ] Hide popover on hovering out (add opacity transition effect for smoothness). Here is what ours looks like: ![CleanShot 2023-11-17 at 11.26.18](/attachments/ce06910e-edfc-48a3-a619-6ad54d81addf) Here is what it looks like on X (much smoother) ![CleanShot 2023-11-17 at 11.28.59](/attachments/472a1e96-30a6-4560-acbf-6bdf8ace27ca)
Karnage added the
enhancement
label 2023-11-17 02:30:11 +00:00
Kieran referenced this issue from a commit 2024-04-12 12:19:40 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Kieran/snort#687
No description provided.