Commit 673de1c
committed
fix: StatusDot shows 'Failed' state in red, parseRepoSlug handles SSH URLs
StatusDot: added 'failed' status with text-destructive/bg-destructive.
Previously showed failed repos as 'Pending' with pulsing dot.
parseRepoSlug: now matches both HTTPS (github.com/owner/repo) and
SSH (git@github.com:owner/repo) URL formats.
Skipped: function_count > 0 guard (intentional -- 0 before indexing is
misleading), SortTab -> shadcn Tabs (custom component is simpler).1 parent 6354dcc commit 673de1c
1 file changed
Lines changed: 11 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
41 | 46 | | |
42 | 47 | | |
43 | 48 | | |
| |||
63 | 68 | | |
64 | 69 | | |
65 | 70 | | |
| 71 | + | |
66 | 72 | | |
67 | 73 | | |
68 | 74 | | |
69 | | - | |
| 75 | + | |
70 | 76 | | |
71 | 77 | | |
72 | 78 | | |
73 | | - | |
| 79 | + | |
74 | 80 | | |
75 | | - | |
| 81 | + | |
76 | 82 | | |
77 | 83 | | |
78 | 84 | | |
| |||
0 commit comments