Files
walkies/web
James Griffin 975225e650
All checks were successful
CI / Go tests & lint (push) Successful in 9s
CI / Frontend tests & type-check (push) Successful in 29s
CI / Go tests & lint (pull_request) Successful in 9s
CI / Frontend tests & type-check (pull_request) Successful in 25s
Fix time-off date display and improve UI
Scan datetime columns directly into time.Time instead of strings in the
timeoff store — the intermediate string parse silently failed with
parseTime=true, producing zero-value dates. Display dates with month
names and filter admin's own entry from the volunteer dropdown.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 16:07:42 -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:54:15 -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.