Expand description
Notification toast chrome module.
Displays stacked toast notifications in the top-right corner.
Each toast auto-dismisses after a configurable timeout (default 4s).
Progress notifications remain until dismissed by the server.
Native ClientModule implementation (no TuiExtension bridge).
Structs§
- Notification
Module - Notification toast chrome module.
- System
Clock - Production clock using
std::time::Instant::now().
Traits§
- Clock
- A monotonic clock source.