Commit b3d5fbd
fix(dashboard): show actor/event separator in activity feed
Vue's default whitespace condense was stripping the leading space inside
the second <span>, so "System" + "milestone_changed" rendered as one
word. Replaced with an explicit non-breaking-space span (matches the
pattern already used in report-drawer/activity-tab.vue).
Also extends EVENT_LABEL to cover every kind in the schema enum
(milestone_changed, assignee_added/removed, comment_*,
github_labels_updated) so they no longer surface as raw snake_case.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0dc692a commit b3d5fbd
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
34 | 40 | | |
| 41 | + | |
35 | 42 | | |
36 | 43 | | |
37 | 44 | | |
| |||
180 | 187 | | |
181 | 188 | | |
182 | 189 | | |
183 | | - | |
| 190 | + | |
| 191 | + | |
184 | 192 | | |
185 | 193 | | |
186 | 194 | | |
| |||
0 commit comments