feat: Auto-save components, soft delete, tags, compact WCO header

- Auto-save rendered Vue components to DB on render_vue_component
- Soft delete (archive) instead of hard delete for components
- Tags support for component categorization
- Gallery limited to 10 most recent items per section
- Upsert with ON CONFLICT for component saves
- PUT endpoint for partial component updates
- Collapsible toolbar with animated toggle button
- Window Controls Overlay support for PWA titlebar
- Compact header mode (32px) with hidden dot toggle
- Dynamic theme-color meta sync for Windows titlebar
This commit is contained in:
2026-02-15 02:54:27 -06:00
parent 8154bac63f
commit 9f9f335439
10 changed files with 401 additions and 84 deletions

View File

@@ -34,9 +34,10 @@ export default defineConfig({
name: 'Agent UI',
short_name: 'AgentUI',
description: 'Dynamic canvas for Claude Code interaction via WebMCP',
theme_color: '#16161d',
theme_color: '#0f0f14',
background_color: '#0f0f14',
display: 'standalone',
display_override: ['window-controls-overlay'],
orientation: 'any',
start_url: '/',
scope: '/',