Description:
Build a context provider and floating UI component for temporary success/error toast notifications.
Requirements and context:
- Toasts should auto-dismiss after 3 seconds.
- Support overlapping or stacking logic.
Suggested execution:
git checkout -b feature/ui-toast
- Create context in
frontend/src/context/ToastContext.tsx.
Test and commit:
- Test rapid fire triggers to ensure no overlap overlap bugs.
feat: implement global toast notification system
Guidelines: Closes #[issue_id].
Description:
Build a context provider and floating UI component for temporary success/error toast notifications.
Requirements and context:
Suggested execution:
git checkout -b feature/ui-toastfrontend/src/context/ToastContext.tsx.Test and commit:
feat: implement global toast notification systemGuidelines: Closes #[issue_id].