Story 24.10: Quiet task rows with hover-reveal affordances - #352
Merged
Conversation
Hide pure edit affordances without information value (bulk-select checkbox, empty labels/priority editors) until the row is hovered or focused. Set values stay permanently visible, active bulk selection keeps all checkboxes visible, and touch devices keep everything visible via the hover media query. Opacity-based reveal avoids any layout shift. Co-authored-by: Hoplite1 <hoplite1@gmx.pw>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Story
Adds
docs/backlog/stories/story-24-10-ruhige-aufgabenzeilen-mit-hover-aktionen.md(Epic 24) and implements it: task rows read as a scannable list instead of a form, because pure edit affordances without information value are hidden until the row is hovered or focused.What changed
:hover/:focus-within): the bulk-select checkbox and empty meta editors ("Labels" without labels, "Keine Priorität").caldo-bulk-select-activeon<body>keeps every row's select checkbox visible.@media (hover: hover); touch keeps all controls permanently visible.Templ: new
caldo-task-meta-emptymarker on the priority form and labels shell when the value is empty (taskHasPriorityValue, empty label chips). JS: one line togglingcaldo-bulk-select-active. CSS: one hover-media block. Assets rebuilt (app.e2cb14b.css,app.e24346f.js, manifest updated).Verification
go test ./... -racepasses;go vet ./...clean;templ generateregenerated files committed.bulk-selection.spec.jspasses (10/10 Chromium+WebKit; the 5 Firefox failures were a sandbox$HOMEownership issue and pass withHOME=/root).(hover: none)leaves everything visible.