gadget/gadget-code/tests
Rob Colbert 2e9571a74e Implement dark industrial theme, Project Manager, and JWT authentication
- Add dark industrial theme with brand color #c20600 and CSS variables
- Create Header component with version display and user dropdown menu
- Create StatusBar with connection indicator and project/session display
- Create ProjectManager page with CRUD, list view, and inspector
- Add JWT Bearer token to API requests for authenticated endpoints
- Add project API endpoints (GET/POST/PUT/DELETE /api/v1/projects)
- Add ProjectService methods: findById, findBySlug, delete
- Add unit tests for project API endpoints
- Add Playwright E2E tests for projects flow
- Update UI design guide with implementation details
- Fix: empty JSON body parsing in web-app.ts middleware
2026-04-28 17:13:49 -04:00
..
e2e Implement dark industrial theme, Project Manager, and JWT authentication 2026-04-28 17:13:49 -04:00
app.test.ts created by merging gadget-code and gadget-drone 2026-04-28 09:20:37 -04:00
project-api.test.ts Implement dark industrial theme, Project Manager, and JWT authentication 2026-04-28 17:13:49 -04:00