Files
walkies/web
James Griffin 07f11fa94e Implement time off management (Issue #3)
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>
2026-04-09 10:54:12 -03:00
..
2026-04-09 10:44:50 -03:00
2026-04-09 10:44:50 -03:00
2026-04-09 10:44:50 -03:00
2026-04-09 10:44:50 -03:00
2026-04-09 10:44:50 -03:00
2026-04-09 10:50:39 -03:00
2026-04-09 10:44:50 -03:00

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.