Commit 95c1703
feat(frontend): show workspace name in sidebar (#1150)
## Summary
- Displays the current workspace name next to the "< Workspaces"
back-link in the sidebar
- Users can always see which workspace they are in without navigating
away
## Test plan
- [ ] Run `make kind-up LOCAL_IMAGES=true`
- [ ] Run `make dev-env` to generate `.env.local` with token
- [ ] Run `make dev COMPONENT=frontend` and navigate to a workspace
- [ ] Verify workspace name appears on the Workspaces nav line
- [ ] Verify long names are truncated with tooltip on hover
- [ ] Verify clicking the link still navigates back to workspace list
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 32faa39 commit 95c1703
1 file changed
Lines changed: 8 additions & 3 deletions
File tree
- components/frontend/src/app/projects/[name]/sessions/[sessionName]/components
components/frontend/src/app/projects/[name]/sessions/[sessionName]/components/sessions-sidebar.tsx
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
269 | 269 | | |
270 | | - | |
271 | | - | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
272 | 277 | | |
273 | 278 | | |
274 | 279 | | |
| |||
0 commit comments