Skip to content

Redesign Agents page: compact table with actions menu#117

Merged
wesbillman merged 2 commits intomainfrom
feat/agents-page-table-redesign
Mar 19, 2026
Merged

Redesign Agents page: compact table with actions menu#117
wesbillman merged 2 commits intomainfrom
feat/agents-page-table-redesign

Conversation

@wesbillman
Copy link
Collaborator

@wesbillman wesbillman commented Mar 19, 2026

Summary

  • Replace verbose per-agent cards with a clean, scannable table (name, status, model, runtime, actions menu)
  • Move all agent actions (spawn/stop, add to channel, mint token, copy pubkey, view logs, auto-start, delete) into a 3-dot dropdown menu per row
  • Auto-discover models on render instead of requiring a manual "Discover models" button click
  • Remove relay URL and auth info from the view — static config that wasn't actionable
  • Delete unused ManagedAgentCard component and formatTimestamp helper
  • Normalize border radius from rounded-3xl to rounded-xl to match the rest of the app

Test plan

  • Verify the managed agents table renders correctly with 0, 1, and multiple agents
  • Verify all 3-dot menu actions work: spawn, stop, add to channel, mint token, copy pubkey, view logs, enable/disable auto-start, delete
  • Verify model picker auto-loads and allows switching models
  • Verify the relay directory table still renders correctly
  • Verify the log panel populates when "View logs" is selected from the menu

🤖 Generated with Claude Code

wesbillman and others added 2 commits March 19, 2026 10:31
Replace verbose per-agent cards with a clean table layout. Each agent
shows as a single row (name, status, model, runtime) with a 3-dot
dropdown for all actions. Model picker auto-discovers on render instead
of requiring a manual "Discover" click. Remove relay URL and auth info
from the view — static config that wasn't actionable. Delete the unused
ManagedAgentCard component and formatTimestamp helper. Normalize border
radius from rounded-3xl to rounded-xl to match the rest of the app.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@wesbillman wesbillman merged commit 3b18846 into main Mar 19, 2026
8 checks passed
@wesbillman wesbillman deleted the feat/agents-page-table-redesign branch March 19, 2026 18:04
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