Files
chore/frontend
Ryan Kegel 5392e5af70
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 3m8s
Add routine management features for child and parent views
- Implemented routine child-mode flow tests to ensure proper functionality of routine assignment and task completion.
- Created notification tests for parent view to verify routine completion notifications for children.
- Developed ChildRoutineOverlay component for displaying routine tasks and handling user interactions.
- Added RoutineApproveDialog component for approving or rejecting completed routines.
- Created unit tests for ChildRoutineOverlay and RoutineEditView components to ensure correct behavior and rendering.
- Enhanced RoutineEditView with proper handling of task addition and form submission.

Co-authored-by: Copilot <copilot@github.com>
2026-05-17 23:47:12 -04:00
..
2026-04-25 00:40:15 -04:00
2026-04-25 00:40:15 -04:00
2026-04-25 00:40:15 -04:00
2026-04-25 00:40:15 -04:00
2026-04-25 00:40:15 -04:00
2026-04-25 00:40:15 -04:00
2026-04-25 00:40:15 -04:00
2026-04-25 00:40:15 -04:00
2026-04-25 00:40:15 -04:00
2026-04-25 00:40:15 -04:00
2026-04-25 00:40:15 -04:00
2026-04-25 00:40:15 -04:00
2026-04-25 00:40:15 -04:00

frontend

This template should help get you started developing with Vue 3 in Vite.

VS Code + Vue (Official) (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint