Commit 14c02b5
committed
fix(tasks): hide populated v-row when task list is empty
The populated state's v-row had no v-if guard, so when the task list was
empty it still rendered (just without children) — taking ~16-24px of
vertical space (pa-2 + default v-row margins) on top of the empty-state
row below. Empty-state card now sits at the same top position as the
populated cards (and /task form card).1 parent dd83245 commit 14c02b5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments