super-productivity/src/app/features/tasks/task-summary-table
Johannes Millan 114e5067a1 style: replace hardcoded z-index, media queries, and spacing with design tokens
Replace z-index: 333333 with var(--z-add-task-bar) and z-index: 44
with var(--z-right-panel). Standardize media queries to use @include
mq() mixins. Extend spacing variable replacements across the full
codebase for margin, padding, and gap properties.
2026-03-19 18:58:51 +01:00
..
task-summary-table.component.html feat(tasks): add dialog to view archived task details (#5425) 2026-03-06 16:13:25 +01:00
task-summary-table.component.scss style: replace hardcoded z-index, media queries, and spacing with design tokens 2026-03-19 18:58:51 +01:00
task-summary-table.component.ts feat(tasks): add dialog to view archived task details (#5425) 2026-03-06 16:13:25 +01:00