Commit 3e5a7fe
committed
fix(buds): expose Impacted Repos Edit on the activity view
The Edit affordance only lived inside the empty-state branch of
``BUDDevelopmentPanel``. Once a BUD had any dev activity (commits,
PRs, todos), the panel switched to the has-activity template and the
button vanished — leaving no way to correct ``impacted_repos`` from
the UI on a BUD that had moved past tech_arch.
Reproduced on BUD-004 after promotion to development.
Adds a compact impacted-repos row at the top of the activity view
with the same Edit button. Mirrors the empty-state semantics —
chip list when the array has entries, "none yet" otherwise — but
slimmer so it sits cleanly above the stats grid.
Signed-off-by: Arun Rajkumar <mickyarunr@gmail.com>1 parent a56c230 commit 3e5a7fe
1 file changed
Lines changed: 31 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
116 | 147 | | |
117 | 148 | | |
118 | 149 | | |
| |||
0 commit comments