Skip to content

Redesign incident viewer: details always visible, alerts/notes as sections#240

Merged
clcollins merged 1 commit into
mainfrom
srepd/incident-viewer-layout
May 30, 2026
Merged

Redesign incident viewer: details always visible, alerts/notes as sections#240
clcollins merged 1 commit into
mainfrom
srepd/incident-viewer-layout

Conversation

@clcollins
Copy link
Copy Markdown
Owner

Summary

  • Details always visible at top (not a tab)
  • Alerts and Notes as selectable sections below
  • Up/Down switches active section, Tab/Shift+Tab cycles items within section
  • 1-9 jumps to specific item in active section
  • Section headers show ▸/▹ for active/inactive

Closes #235

🤖 Generated with Claude Code

…tions (#235)

Replace the three-tab incident viewer (Details/Alerts/Notes) with a
split layout where incident details are always visible at the top and
alerts/notes appear as selectable sections below. Up/Down switches
the active section, Tab/Shift+Tab cycles items within it. Both
sections display simultaneously with active/inactive markers.

Closes #235

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 84.00000% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 69.45%. Comparing base (0d0986a) to head (a3550cc).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
pkg/tui/msgHandlers.go 78.72% 2 Missing and 8 partials ⚠️
pkg/tui/views.go 88.23% 3 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #240      +/-   ##
==========================================
+ Coverage   67.73%   69.45%   +1.72%     
==========================================
  Files          26       26              
  Lines        3790     3781       -9     
==========================================
+ Hits         2567     2626      +59     
+ Misses       1088     1012      -76     
- Partials      135      143       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@clcollins clcollins merged commit 3b9edb8 into main May 30, 2026
10 checks passed
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.

Incident viewer: show details always, alerts/notes as selectable tabbed sections below

2 participants