aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2025-12-31feat(client): add EditNoteModal for editing note-based cardsnsfisis
2025-12-31feat(study): render note-based cards using template systemnsfisis
2025-12-31feat(client): add template renderer utility for note-based cardsnsfisis
2025-12-31feat(client): add CreateNoteModal for note-based card creationnsfisis
2025-12-31feat(client): add NoteTypeEditor component with field managementnsfisis
2025-12-31feat(client): add NoteTypesPage for note type managementnsfisis
2025-12-31chore(docs): update roadmapnsfisis
2025-12-31test(sync): add client-side sync tests for note-related entitiesnsfisis
2025-12-31feat(sync): add sync support for note-related entitiesnsfisis
2025-12-31feat(client): add IndexedDB repositories for note-related entitiesnsfisis
2025-12-31feat(client): add note-related tables to client IndexedDBnsfisis
2025-12-31chore: update READMEnsfisis
2025-12-31feat(api): include note data in Card and Study route responsesnsfisis
2025-12-31chore: update READMEnsfisis
2025-12-31feat(api): add Note API routes for CRUD operationsnsfisis
2025-12-31feat(api): add NoteType and NoteFieldType API routesnsfisis
2025-12-31feat(repo): extend CardRepository with note data supportnsfisis
2025-12-31feat(repo): add Note repository with CRUD operationsnsfisis
2025-12-31feat(repo): add NoteType and NoteFieldType repositoriesnsfisis
2025-12-31feat(db): add Note feature database schemansfisis
2025-12-31feat(dev): update roadmapnsfisis
2025-12-30feat: remove Anki import featurensfisis
2025-12-30docs: replace dev roadmap with user-facing feature listnsfisis
2025-12-30fix(auth): unify password length requirement to 15 charactersv0.1.1nsfisis
2025-12-30fix(sync): verify card ownership before update in pushnsfisis
2025-12-30feat(security): add rate limiting and CORS middlewarensfisis
2025-12-30feat(dev): update roadmapnsfisis
2025-12-30feat(deploy): build Docker images in GHAv0.1.0nsfisis
2025-12-30feat(ci): setup GitHub Actions for linting/testingnsfisis
2025-12-15feat(anki): add import script for Anki packagesnsfisis
2025-12-15feat(anki): add Note/Card mapping to Kioku formatnsfisis
2025-12-15feat(anki): add parser for Anki .apkg filesnsfisis
2025-12-12chore(dev): update architecture.mdnsfisis
2025-12-12chore(dev): update roadmapnsfisis
2025-12-11refactor(server): avoid using Zod deprecated APInsfisis
2025-12-11chore(style): biome formatnsfisis
2025-12-11fix(test): update PWA icon tests to match reworked iconnsfisis
2025-12-08feat(client): rework iconnsfisis
2025-12-08fix(client): public/ files not servednsfisis
2025-12-08feat(deploy): change port to 8080nsfisis
2025-12-08fix(server): include add-user script in esbuild outputnsfisis
2025-12-08feat(build): cache pnpm storensfisis
2025-12-08refactor(client): replace inline SVGs with Font Awesome iconsnsfisis
2025-12-08style(client): replace Google Fonts with Noto Sans CJK JPnsfisis
2025-12-08feat(client): redesign frontend with TailwindCSS v4nsfisis
2025-12-07fix(client): add explicit role attribute to OfflineBannernsfisis
2025-12-07chore: fix all lint errors and warningsnsfisis
2025-12-07feat(client): add offline mode banner indicatornsfisis
2025-12-07feat(client): add manual sync buttonnsfisis
2025-12-07feat(client): add sync status indicator componentnsfisis