Add toast notifications for mutations #35
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#30 Build issue detail page
austin/vektor
Reference
austin/vektor#35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Brief visual feedback when things happen.
What needs to happen
Show a small toast notification on create/update/status-change:
Auto-dismiss after 3 seconds. Build as a portal-based component with CSS transitions. No external library needed.
Consider a
useToasthook or a toast context that any page can call.