fix(FN-2714): restore task timer chip to footer metadata row

- Move TaskCard time indicator rendering from the header back into the footer metadata row
- Render timer and files-changed metadata together in the shared footer row layout
- Update timer chip CSS to stay right-aligned with margin-left:auto and prevent shrinking
- Update TaskCard and mobile board tests to assert footer placement and alignment behavior
This commit is contained in:
Fusion
2026-04-27 12:45:53 -07:00
committed by gsxdsm
parent fce5eb490d
commit 3e43477dc8
4 changed files with 19 additions and 17 deletions

View File

@@ -482,6 +482,8 @@
display: inline-flex;
align-items: center;
gap: var(--space-xs);
margin-left: auto;
flex-shrink: 0;
padding: var(--space-xs) var(--space-sm);
border: 1px solid color-mix(in srgb, var(--text-muted) 30%, transparent);
border-radius: var(--radius-pill);