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.
feat/ui-tweaks
Task Card Interaction Cues
Task card affordances are improved by making all clickable icons show a pointer cursor, and by keeping the project chevron visible on the right after other badge icons.
Examples (illustrative):
Subtask Status Strip When Grouped by Status
When a view is grouped by status, the status property is hidden but subtasks still need a status cue (they can differ from their parent). In that case, subtasks render a thin status-colored stripe on the right edge instead of the full dot. If status is simply hidden via properties (without grouping), no status indicator is shown at all.
Note Widget Status Strip (icon-aware)
In the task card note widget, status is displayed as a subtle right-edge strip for both project cards and subtasks. If a status icon is configured, the icon is shown instead of the strip.
Subtasks Inherit Visible Properties
Subtasks now inherit the parent card's visible properties (including custom fields), so their metadata line matches the parent configuration.
Changelog
Tests
cf. PR.md