mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 02:40:39 +09:00
feat: add agent icons with picker and collapsible sidebar section
- Add `icon` text column to agents DB schema with migration - Add icon field to shared Agent type and validators - Create AgentIconPicker component with 40+ curated lucide icons and search - Show clickable icon next to agent name on detail page header - Replace static Agents nav item with collapsible AGENTS section in sidebar - Each agent shows its icon (defaulting to Bot) with truncated name Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5b8708eae9
commit
cf237d2e7f
9 changed files with 369 additions and 38 deletions
1
packages/db/src/migrations/0016_agent_icon.sql
Normal file
1
packages/db/src/migrations/0016_agent_icon.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE "agents" ADD COLUMN "icon" text;
|
||||
Loading…
Add table
Add a link
Reference in a new issue