Commit efcde8d
Web UI improvements: mobile responsiveness, chat fixes, themes
Mobile Responsiveness:
- WorkspaceList: card layout on mobile, table on desktop
- WorkspaceDetail: icon-only tabs on mobile, responsive header/toolbar
- SessionListItem: condensed layout, hidden metadata on small screens
- Settings pages: vertical stacking on mobile, larger touch targets (44px)
- Sidebar: increased touch targets for all navigation links
- Layout: responsive padding (px-4/py-6 on mobile, px-6/py-8 on desktop)
Chat UI Fixes:
- Tool calls now show command/file inline when collapsed (Bash, Read, Edit, etc.)
- Tool use and tool result combined into single bubble with Input/Result sections
- Fixed history loading to properly include tool_use/tool_result messages
- Reopening past sessions now correctly displays tool call bubbles
Theme Improvements:
- Fixed light theme contrast issues (Concrete, Blossom, Slate)
- Darkened muted-foreground colors for WCAG AA compliance
- Adjusted warning colors from yellow to deeper orange
- Theme switcher shows "Theme" label with current theme name below
Settings Reorganization:
- Renamed "Coding Agents" to "Configuration"
- Renamed "Credential Files" to "Files"
- Centered all settings pages with max-w-2xl mx-auto
- Updated descriptions to emphasize syncing from host
Backend:
- Auto-sync ~/.gitconfig to workspaces on start (before other credentials)
- Added copyGitConfig() for git author/alias configuration
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent f5159b9 commit efcde8d
File tree
19 files changed
+1873
-990
lines changed- research
- src/workspace
- test/web
- web/src
- components
- hooks
- pages
- settings
19 files changed
+1873
-990
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
19 | 37 | | |
20 | 38 | | |
21 | 39 | | |
| |||
0 commit comments