fix: notification items are now real links (#2039)

Replace UnstyledButton with UnstyledButton component={Link} so each
notification renders as a real anchor element. Regular left-clicks use
SPA navigation and close the popover; Ctrl/Cmd/middle-click open the
page in a new tab. All click types mark the notification as read.
This commit is contained in:
Julien Fontanet
2026-03-28 21:23:21 +01:00
committed by GitHub
parent 3829b6cbef
commit aa27d57624
2 changed files with 23 additions and 16 deletions
@@ -1,4 +1,5 @@
.notificationItem {
display: block;
padding: 8px 12px;
border-radius: 4px;
cursor: pointer;