Commit bdc1b14
committed
fix(dashboard): fetch 20 session stats to survive subagent filtering
When subagents are hidden, the previous limit of 5 could yield 0
visible cards if all recent sessions were subagent sessions. Now
fetches 20 and slices to 5 after filtering.1 parent 655c4a3 commit bdc1b14
1 file changed
Lines changed: 3 additions & 2 deletions
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments