mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-07-09 17:08:29 +00:00
Raise notification toasts and Bootstrap tooltips above normal and legacy modal overlays while keeping confirmation dialogs on top. Remove the duplicate tooltip CSS block and add a focused regression for the layer ordering contract.
988 B
988 B
Notification Components DOX
Purpose
- Own WebUI toast, modal, icon, and notification store behavior.
Ownership
notification-store.jsowns notification state and public helper actions.notification-toast-stack.htmlowns toast rendering.notification-modal.htmlowns notification detail modal UI.notification-icons.htmlowns shared notification icon markup.
Local Contracts
- Use the notification system for user-facing success, warning, info, and error feedback.
- Keep public helper names stable for core and plugin callers.
- Keep the toast stack visible above normal and legacy modal overlays while staying below confirmation dialogs.
- Avoid exposing secrets or raw auth payloads in notification text.
Work Guidance
- Coordinate helper changes with plugin UI contracts and existing frontend imports.
Verification
- Smoke-test toast display, dismiss, modal details, and notification severity styling.
Child DOX Index
No child DOX files.