Add full time-off lifecycle: create/edit/delete with shift conflict detection, auto-removal from conflicting shifts with admin notification, shift restoration on admin delete, and hard block on assigning volunteers with approved time off to shifts. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Walkies Frontend
React + TypeScript frontend built with Vite. Tests run with Vitest.
Available Scripts
npm run dev
Starts the development server on http://localhost:3000 with hot module replacement. API requests to /api are proxied to http://localhost:8080.
npm test
Runs all tests once using Vitest with jsdom.
npm run build
Type-checks with tsc then builds the app for production into the dist folder.
npm run preview
Serves the production build locally for previewing.