aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/main.tsx
AgeCommit message (Collapse)Author
2026-02-14refactor: migrate API from GraphQL to REST (TypeSpec/OpenAPI)nsfisis
Replace the entire GraphQL stack (gqlgen, urql, graphql-codegen) with a TypeSpec → OpenAPI 3.x pipeline using oapi-codegen for Go server stubs and openapi-fetch + openapi-typescript for the frontend client. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2025-11-08feat: Support multi-usernsfisis
2025-07-12feat(frontend): create pages and componentsnsfisis
2025-07-09feat(frontend): initialize frontend with Vite templatensfisis