Conversation
Comments: server-side pagination (5/page), Markdown rendering (react-markdown + remark-gfm + rehype-highlight, lazy-loaded, locked-down allowlist), taller editor with Write/Preview toggle, exact-time tooltip, "jump to latest" affordance. Detail panel: Details/History/AI Prompt/Comments tab bar (folder-tab style) replaces one long scrolling section list; silence banners slimmed to a collapsible colored-stripe summary line so the always-visible action buttons stay reachable without a wall of detail. Signed-off-by: Julian Kleinhans <mail@kj187.de>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #97 +/- ##
==========================================
+ Coverage 68.51% 68.63% +0.11%
==========================================
Files 39 39
Lines 3783 3797 +14
==========================================
+ Hits 2592 2606 +14
+ Misses 959 956 -3
- Partials 232 235 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Header title collapsed to one letter per line when badges squeezed it to near-zero width; action buttons and tabs overflowed the panel instead of wrapping. Signed-off-by: Julian Kleinhans <mail@kj187.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Work-in-progress rework of the alert detail panel, grown from a comments-only feature into a broader layout pass. Do not merge — more changes planned on this branch.
Test plan
go test -race ./...greenpnpm build,pnpm lint(0 errors),pnpm test:unit:coverage(100% onalertUtils.ts),pnpm duplicationcleanmake e2e-mode MODE=none|internal|oidc) green across all three auth modes