Merge Schedules into Admin, remove standalone ScheduleView

- Move schedule template management into AdminView under a new Schedules section
- Remove ScheduleView.vue and its route, drop Schedules link from NavBar
- Delete docker-compose.override.yml (dev override no longer needed)
- Fix CORS_ORIGINS default to port 8057 in docker-compose.yml

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-28 00:59:01 -08:00
parent d43791f965
commit 462205cdc1
6 changed files with 193 additions and 267 deletions

View File

@@ -28,7 +28,7 @@ services:
ALGORITHM: ${ALGORITHM:-HS256}
ACCESS_TOKEN_EXPIRE_MINUTES: ${ACCESS_TOKEN_EXPIRE_MINUTES:-30}
REFRESH_TOKEN_EXPIRE_DAYS: ${REFRESH_TOKEN_EXPIRE_DAYS:-30}
CORS_ORIGINS: ${CORS_ORIGINS:-http://localhost:8054}
CORS_ORIGINS: ${CORS_ORIGINS:-http://localhost:8057}
depends_on:
db:
condition: service_healthy