Commit aae2d5d
fix: preserve project name casing in group headers (#158)
## Summary
- Remove `text-transform: capitalize` from `.group-header` so project
names display with their original casing from the filesystem
- Revert the `notifySyncComplete()` suppression during session watches —
it caused stale sidebar and filter state (projects, agents, session
counts stopped updating while any session was selected)
## Test plan
- [ ] Open a session with "Group by project" enabled — project names
should show original casing (e.g. "myProject" not "Myproject")
- [ ] While watching a live session, trigger a background sync — sidebar
session list and filter dropdowns should update without going stale
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Wes McKinney <wesmckinn+git@gmail.com>1 parent b5cabd7 commit aae2d5d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
992 | 992 | | |
993 | 993 | | |
994 | 994 | | |
995 | | - | |
| 995 | + | |
996 | 996 | | |
997 | 997 | | |
998 | 998 | | |
| |||
0 commit comments