Add real workspace channels

This commit is contained in:
2026-05-05 13:06:57 -04:00
parent 6e658b8215
commit 244be555f9
26 changed files with 2598 additions and 128 deletions

View File

@@ -0,0 +1,23 @@
# Task: Add content detail back navigation
## Goal
Make it easy to return to the Content calendar or upcoming list after opening a content item detail page.
## Scope
- Add a visible back control to `ContentItemDetailView`.
- Preserve the originating Content page view state when navigating from calendar or upcoming entries.
- Keep the change frontend-only.
## Relevant Files
- `frontend/src/features/content/views/ContentItemsView.vue`
- `frontend/src/features/content/views/ContentItemDetailView.vue`
## Validation
```bash
cd frontend
npm run build
```