Commit ca164d7
feat(flow-doctor): show total + severity breakdown on Flows and Apps tabs
The tab badges used to show a single number that mixed total counts with
"needs attention" counts depending on the tab — confusing because "14"
next to Apps looked like an installed-app count when it was really the
union of updates+unused+crashed. Now both tabs show:
Flows: <total> (E:<errors> · W:<warns> · I:<info> · OK:<ok>)
Apps: <total> (X:<crashed> · U:<updates> · !:<unused> · OK:<ok>)
Color-coded (red/amber/blue/green) so the breakdown reads at a glance.
The total is unambiguous; each bucket is exclusive so the categories
sum to the total.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent bcc16db commit ca164d7
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
989 | 989 | | |
990 | 990 | | |
991 | 991 | | |
992 | | - | |
993 | | - | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
| 998 | + | |
| 999 | + | |
| 1000 | + | |
| 1001 | + | |
994 | 1002 | | |
995 | 1003 | | |
996 | 1004 | | |
| |||
0 commit comments