feat: just getting better and better
Some checks failed
Backend CI/CD / build_and_deploy (push) Has been cancelled
Frontend CI/CD / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-05-04 21:34:38 -04:00
parent 664eb07201
commit b7379cf823
45 changed files with 1411 additions and 11114 deletions

View File

@@ -0,0 +1,27 @@
# Task: Merge content calendar and list navigation
## Goal
Expose calendar and content list workflows from a single Content sidebar entry.
## Scope
- Keep one sidebar item named Content using the calendar icon.
- Route the old workspace calendar entry to the Content page.
- Add Month, Week, and Upcoming views to the Content page.
- Remove in-view new content buttons because the app bar already exposes creation.
## Relevant Files
- `frontend/src/layouts/main/AppSidebar.vue`
- `frontend/src/router/router.js`
- `frontend/src/features/content/views/ContentItemsView.vue`
- `frontend/src/locales/en.json`
- `frontend/src/locales/fr.json`
## Validation
```bash
cd frontend
npm run build
```