openclaw/ui
Josh Lewis 169ff8b8d9 feat(webchat): Add chat font size setting
Adds a configurable font size option for the webchat interface.

Changes:
- Add chatFontSize setting to UiSettings (small/medium/large/x-large)
- Add --font-size-chat CSS variable in base.css
- Update chat text styles to use the CSS variable
- Add applyChatFontSize function to apply setting to document
- Add font size dropdown control in chat controls UI
- Add styles for the font size control

Resolves #3027
2026-01-27 17:34:05 -06:00
..
public feat(ui): add favicon.ico from Mac app icon (#305) 2026-01-06 10:41:19 -06:00
src feat(webchat): Add chat font size setting 2026-01-27 17:34:05 -06:00
index.html refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
package.json refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
tsconfig.json fix(control-ui): serve dashboard at root 2025-12-19 05:11:08 +00:00
vite.config.ts fix(ui): default to relative paths for control UI assets 2026-01-09 15:32:55 +01:00
vitest.config.ts chore: update deps and add control ui routing tests 2025-12-30 14:30:46 +01:00