Skip to content

ui: render issue events with markdown + reflow#159

Merged
passcod merged 2 commits into
mainfrom
pr/event-card-reflow
May 21, 2026
Merged

ui: render issue events with markdown + reflow#159
passcod merged 2 commits into
mainfrom
pr/event-card-reflow

Conversation

@passcod
Copy link
Copy Markdown
Member

@passcod passcod commented May 21, 2026

Each event card was a single monospaced line clipped with text-overflow: ellipsis. The parent Events column was a grid cell with the default min-width: auto, so the unbreakable content blew the column past its 1fr share and pushed the layout off-screen instead of clipping.

Render each event message with MessageView (same component as the top event), restructure the card so the severity / occurrences / snapshot / time row sits above the message, and switch the Events/Notes grid to minmax(0, 1fr) so cells can't grow past their share.

passcod and others added 2 commits May 21, 2026 08:18
Each event card was a single monospaced line clipped with text-overflow:
ellipsis. The parent Events column was a grid cell with the default
min-width: auto, so the unbreakable content blew the column past its 1fr
share and pushed the layout off-screen instead of clipping.

Render each event message with MessageView (same component as the top
event), restructure the card so the severity / occurrences / snapshot /
time row sits above the message, and switch the Events/Notes grid to
minmax(0, 1fr) so cells can't grow past their share.
@passcod passcod added this pull request to the merge queue May 21, 2026
Merged via the queue into main with commit 8f2cfe9 May 21, 2026
3 checks passed
@passcod passcod deleted the pr/event-card-reflow branch May 21, 2026 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant