aboutsummaryrefslogtreecommitdiffhomepage
path: root/justfile
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-08fix(frontend): Fix incorrect caching settingsv0.4.1nsfisis
2025-11-08refactor(backend): Centralize environment variable loading in config.gonsfisis
2025-07-13chore: update justfilesnsfisis
2025-07-13feat(backend): implement db schema migrationv0.2.0nsfisis
2025-07-12feat(backend,frontend): add feature to unsubscribe feednsfisis
2025-07-12feat(frontend): create pages and componentsnsfisis
2025-07-11feat(common): migrate Makefile to justfilensfisis