563 B
563 B
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.vuefrontend/src/features/content/views/ContentItemDetailView.vue
Validation
cd frontend
npm run build