Mercurial
diff design_system/NOTIFICATIONS.md @ 253:fdf3816959cb
[ui] Add Sonner-like notification stack
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Tue, 04 Aug 2026 12:21:19 -0700 |
| parents | 7a7581f040e8 |
| children | 60a876c4587a |
line wrap: on
line diff
--- a/design_system/NOTIFICATIONS.md Tue Aug 04 11:57:16 2026 -0700 +++ b/design_system/NOTIFICATIONS.md Tue Aug 04 12:21:19 2026 -0700 @@ -75,6 +75,9 @@ - Three records are rendered. - Twenty additional records may remain queued. +- The idle stack layers older records behind the newest with depth and scale. +- Hovering the stack or focusing an action expands all visible records using + their measured heights; no Sonner/Radix runtime or CSS is used. - Overflow evicts the oldest finite record; all-persistent queues reject new records. - Queued records do not count down.