Improve flash messages #4
Labels
No Label
bug
documentation
easy fix
high priority
improvement
low priority
medium priority
security
ui/ux
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: jlobbes/lumi2#4
Loading…
Reference in New Issue
Block a user
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?
Flash messages are currently generic (not differentiated by type) and kinda ugly (they span the whole page).
They should be split into different types, e.g.
error
,success
,info
and styled accordingly.Creating a new group does not generate a flash message.