mirror of
https://github.com/JohnRiceML/clawport-ui.git
synced 2026-08-14 00:47:50 +00:00
Adds a full settings page (/settings) with four sections: - Accent Color: 12 preset swatches + custom color picker, overrides CSS vars - Branding: custom name, subtitle, emoji, and icon image for the sidebar - Agent Customization: per-agent emoji and profile image overrides - Reset All: destructive reset to defaults New files: SettingsProvider context, AgentAvatar component, settings types/helpers with tests. Replaces hardcoded gold accent rgba values in globals.css and button.tsx with CSS var references. All settings persist in localStorage (manor-settings key). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>