c2f77421
web: session view with turn list and transcript
Phase 6: replace the placeholder session route with the real implementation. Adds useSession hook (TanStack Query), TurnList aside, Transcript with react-markdown rendering, session.css, and the updated session route with SubBar breadcrumb, error/loading states, and turn selection/scroll.
Eugene Blikh <bigbes@gmail.com> — 2026-04-26 04:14:38 UTC
Commit c2f774211947151c2bb8c3d4b4023d5d41e1eb8b —
view raw patch
Parent(s):
b100feee
| File | Status | + | − |
|---|---|---|---|
internal/server/web/dist/index.html
|
M | +2 | -2 |
web/package-lock.json
|
M | +1161 | -8 |
web/package.json
|
M | +2 | -1 |
web/src/features/session/Transcript.tsx
|
A | +66 | |
web/src/features/session/TurnList.tsx
|
A | +62 | |
web/src/features/session/useSession.ts
|
A | +93 | |
web/src/routes/session.$tool.$host.$id.tsx
|
M | +136 | -5 |
web/src/styles/session.css
|
A | +122 |