Create task task-73

This commit is contained in:
Dylan Knutson
2025-07-25 20:00:32 +00:00
parent 56ed78faaf
commit 072bbb849e

View File

@@ -0,0 +1,21 @@
---
id: task-73
title: Position hover popups near mouse cursor
status: To Do
assignee: []
created_date: '2025-07-25'
labels: []
dependencies: []
---
## Description
Currently hover popups for posts and users appear at the boundary of the link element, which can feel disconnected from the user's mouse position. Positioning them closer to the mouse cursor would provide a more intuitive and responsive user experience.
## Acceptance Criteria
- [ ] Post hover popups appear near mouse cursor position
- [ ] User hover popups appear near mouse cursor position
- [ ] Popups maintain proper positioning when mouse moves within link boundaries
- [ ] Popups don't overlap with important UI elements
- [ ] Popups remain accessible and don't go off-screen