-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
uiarea: UI, frontend, button, form, inputarea: UI, frontend, button, form, input🐛 bugSomething isn't workingSomething isn't working
Description
Issue Summary
The team availability page has hover animations on time slots that follow the user's cursor. However, when switching to the next/previous day while hovering over time slots, the animation suddenly shifts to the left creating a jarring visual experience. Additionally, the hover highlight can overflow beyond the container boundaries, extending below the visible area.
Steps to Reproduce
- Navigate to
/availability?type=team
(team availability page) - Hover over any time slot to see the highlight animation following your cursor
- While still hovering, click the "next day" button (right arrow) to switch to the next day
- Observe the animation behavior
Actual Results
- The hover highlight animation suddenly jumps/shifts to the left when switching days
- The animation creates a jarring visual transition instead of smooth behavior
- The highlight element can overflow beyond the bottom of the container
- Animation state persists for too long (1000ms) after hover ends, causing visual artifacts
Expected Results
- When switching days, the hover animation should smoothly reset without any sudden left shifts
- The highlight should stay within container boundaries at all times
- Animation should disappear quickly when not hovering to avoid visual artifacts
- Overall smooth, professional user experience when navigating between days
Evidence
Screen.Recording.2025-07-02.at.14.45.59.mov
Metadata
Metadata
Assignees
Labels
uiarea: UI, frontend, button, form, inputarea: UI, frontend, button, form, input🐛 bugSomething isn't workingSomething isn't working