fix(ui): format claudemd:ready events in Live view #188

Merged
jack merged 4 commits from fix/182-filter-claudemd-events into main 2026-01-24 13:00:05 +00:00
Owner

Summary

  • Add proper formatting for claudemd:ready events in Live view
  • Instead of raw JSON, display project name and working directory

Changes

  • Added claudemd:ready to EVENT_CONFIG with icon and styling
  • Added case in renderEventDetails for formatted display

Closes #182

Test plan

  • Open Live view
  • Wait for/trigger a claudemd:ready event
  • Verify it shows "CLAUDE.md Updated" with project badge instead of raw JSON
## Summary - Add proper formatting for `claudemd:ready` events in Live view - Instead of raw JSON, display project name and working directory ## Changes - Added `claudemd:ready` to EVENT_CONFIG with icon and styling - Added case in renderEventDetails for formatted display Closes #182 ## Test plan - [ ] Open Live view - [ ] Wait for/trigger a claudemd:ready event - [ ] Verify it shows "CLAUDE.md Updated" with project badge instead of raw JSON
fix(ui): format claudemd:ready events in Live view
All checks were successful
CI / check (pull_request) Successful in 0s
CI / build (pull_request) Successful in 1m13s
CI / validate-plugin (pull_request) Successful in 1m8s
95b8153462
Instead of displaying raw JSON, show a formatted view with:
- Project name as badge
- Working directory path (truncated)

Closes #182

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Merge branch 'main' into fix/182-filter-claudemd-events
All checks were successful
CI / build (pull_request) Successful in 1m16s
fb61cc0d88
Merge branch 'main' into fix/182-filter-claudemd-events
All checks were successful
CI / build (pull_request) Successful in 1m19s
40f01f82bd
Merge branch 'main' into fix/182-filter-claudemd-events
All checks were successful
CI / build (pull_request) Successful in 1m9s
704c367fed
jack merged commit 142e6e47f9 into main 2026-01-24 13:00:05 +00:00
Sign in to join this conversation.
No description provided.