376a084aca
refactor: use PortalToFollowElem for dropdown with scroll handling
...
- Replace inline dropdown with PortalToFollowElem to prevent container overflow
- Use z-[100] for dropdown to ensure proper stacking
- Remove redundant outside click handler (handled by PortalToFollowElem)
- Add scroll event listener to auto-close dropdown when scrolling
- Dropdown now renders via portal outside message container
2025-10-11 14:20:36 +08:00
d1f42d47fe
fix: improve dropdown menu hover and positioning
2025-10-11 14:20:36 +08:00
64b8fd87ad
fix: improve dropdown menu positioning and z-index
2025-10-11 14:20:36 +08:00
364be48248
feat: add smooth scroll to comment thread
2025-10-11 14:20:36 +08:00
a40e11cb3e
only can edit own replies
2025-10-09 17:02:39 +08:00
2310145937
comment reply auto scoll down to bottom
2025-10-09 15:50:23 +08:00
6ce65de2cd
fix merged main issues
2025-10-04 21:11:59 +08:00
37ecd4a0bc
fix @ input problem
2025-10-04 13:39:00 +08:00
86a9a51952
add comment preview
2025-09-24 12:54:54 +08:00
4188c9a1dd
fix dark theme
2025-09-24 10:08:33 +08:00
d5dd73cacf
add i18n for comment
2025-09-23 16:19:04 +08:00
e0df12c212
fix mentioned names color
2025-09-23 11:24:17 +08:00
eb448d9bb8
fix avatar background color
2025-09-23 11:09:02 +08:00
81c6e52401
Merge remote-tracking branch 'origin/p254' into p284
2025-09-18 15:14:55 +08:00
4653981b6b
not display more icon when in edit mode
2025-09-17 20:45:54 +08:00
ea17f41b5b
refactor reply code
2025-09-17 20:29:23 +08:00
29178d8adf
can edit and delete a reply
2025-09-17 17:44:09 +08:00
72debcb228
refactor mention input
2025-09-17 16:28:47 +08:00
72737dabc7
fix at can't click bug
2025-09-17 14:50:05 +08:00
f6e5cb4381
improve comment detail
2025-09-17 14:34:36 +08:00
ffad3b5fb1
comment detail window fix height
2025-09-17 13:45:56 +08:00
cba9fc3020
add comment reply
2025-09-17 12:50:42 +08:00
e776accaf3
add top operation buttons of comment detail
2025-09-17 10:45:15 +08:00
4d3adec738
click canvas icon display the active comment detail
2025-09-17 09:01:16 +08:00