Dashboard widgets should be closable #14
Reference in New Issue
Block a user
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?
The widgets should be closable. There should be close icon. Similar to the drag handle.
PR: #17
Close button (
fa-xmark) sits next to the drag grip on everyGridStackItem, with the same hover/focus affordance. Closable by default,setClosable(false)to opt out,CloseEventfor views that need to react.Additionally requested during the fix: the "Letztes entfernen" toolbar button in
GridStackViewwas removed — per-widget close replaces it.Tests:
./mvnw test5/5 green.