|
Report page: swap header buttons, fix back navigation on share links
- the copy-link button now comes before "Start replay" in the header - "Back to project" no longer depends on in-app history: on a cold share-link visit (note or recording opened by URL) it falls back to the report's project page — the detail GET now returns project_share_token; without a project reference it goes to the projects list Co-Authored-By: Claude Code <noreply@anthropic.com> |
|---|
|
|
| packages/shared/src/api.ts |
|---|
| packages/web/src/pages/ReportPage.vue |
|---|
| server/app/routers/reports.py |
|---|
| server/app/schemas.py |
|---|