agent-orchestrator/src
DexterFromLab 37b2b82ae5 feat: add Clear All button to CommsTab — purge all messages from DB
Adds trash icon button in Messages header that clears all communications
for the active group: DMs, channel messages, activity feed, seen tracking,
and dead letters. Shows Tauri warning dialog with confirmation before delete.

- Rust: clear_all_communications() in btmsg.rs (4 DELETE queries)
- Tauri command: btmsg_clear_all_comms
- Bridge: clearAllComms(groupId)
- UI: trash button with hover-red styling, resets all local state after clear
2026-03-15 17:24:40 +01:00
..
assets feat: Agent Orchestrator — multi-project agent dashboard 2026-03-15 15:45:27 +01:00
lib feat: add Clear All button to CommsTab — purge all messages from DB 2026-03-15 17:24:40 +01:00
app.css feat: Agent Orchestrator — multi-project agent dashboard 2026-03-15 15:45:27 +01:00
App.svelte feat: Agent Orchestrator — multi-project agent dashboard 2026-03-15 15:45:27 +01:00
main.ts feat: Agent Orchestrator — multi-project agent dashboard 2026-03-15 15:45:27 +01:00