Skip to content

Replace action log with flash notifications, reassign ctrl+l to log viewer#234

Merged
clcollins merged 1 commit into
mainfrom
srepd/flash-notifications
May 30, 2026
Merged

Replace action log with flash notifications, reassign ctrl+l to log viewer#234
clcollins merged 1 commit into
mainfrom
srepd/flash-notifications

Conversation

@clcollins
Copy link
Copy Markdown
Owner

Summary

Two changes:

  1. Replace 5-row action log panel with auto-dismissing 4-second status bar flash notifications
  2. Reassign ctrl+l from action log toggle to debug log viewer

Removes actionLogTable, showActionLog, all action log rendering. Adds flashNotification() with clearFlashMsg auto-dismiss. 11 files changed.

Closes #220

🤖 Generated with Claude Code

@clcollins clcollins force-pushed the srepd/flash-notifications branch from c8bcd67 to 9978617 Compare May 30, 2026 00:55
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 30, 2026

Codecov Report

❌ Patch coverage is 48.83721% with 22 lines in your changes missing coverage. Please review.
✅ Project coverage is 67.01%. Comparing base (aeedb54) to head (9c82ca9).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
pkg/tui/tui.go 46.87% 16 Missing and 1 partial ⚠️
pkg/tui/model.go 50.00% 2 Missing and 1 partial ⚠️
pkg/tui/chords.go 0.00% 1 Missing ⚠️
pkg/tui/msgHandlers.go 66.66% 1 Missing ⚠️

❌ Your patch status has failed because the patch coverage (48.83%) is below the target coverage (70.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #234      +/-   ##
==========================================
- Coverage   67.21%   67.01%   -0.21%     
==========================================
  Files          26       26              
  Lines        3819     3762      -57     
==========================================
- Hits         2567     2521      -46     
+ Misses       1118     1108      -10     
+ Partials      134      133       -1     

☔ 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.

Remove the action log panel (5-row fixed table toggled by ctrl+l) and
replace it with transient status bar flash notifications that auto-clear
after 4 seconds. Reassign ctrl+l from action log toggle to the debug log
viewer (previously ctrl+d), and wire up the ctrl+x d chord to open the
log viewer as well.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@clcollins clcollins force-pushed the srepd/flash-notifications branch from 9978617 to 9c82ca9 Compare May 30, 2026 00:59
@clcollins clcollins merged commit 14ea86b 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.

Replace action log panel with status bar flash notifications

2 participants