diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-12-07 19:08:58 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-07 19:08:58 +0900 |
| commit | c086c8b35b6c6f0b0e2623e9b6421713a540941a (patch) | |
| tree | aa6937e799f88d497ce6bcae5bb347a945c77d27 /pnpm-lock.yaml | |
| parent | d91888da7199cdde7662910debfffaa758b8a128 (diff) | |
| download | kioku-c086c8b35b6c6f0b0e2623e9b6421713a540941a.tar.gz kioku-c086c8b35b6c6f0b0e2623e9b6421713a540941a.tar.zst kioku-c086c8b35b6c6f0b0e2623e9b6421713a540941a.zip | |
feat(client): add local CRUD repositories for IndexedDB
Add localDeckRepository, localCardRepository, and localReviewLogRepository
with full CRUD operations for offline support. Includes sync tracking
with _synced flag and methods for finding unsynced items.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'pnpm-lock.yaml')
| -rw-r--r-- | pnpm-lock.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c98ada1..290fdbd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -41,6 +41,9 @@ importers: ts-fsrs: specifier: ^5.2.3 version: 5.2.3 + uuid: + specifier: ^13.0.0 + version: 13.0.0 wouter: specifier: ^3.8.1 version: 3.8.1(react@19.2.1) @@ -2754,6 +2757,10 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + uuid@13.0.0: + resolution: {integrity: sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==} + hasBin: true + vite-plugin-pwa@1.2.0: resolution: {integrity: sha512-a2xld+SJshT9Lgcv8Ji4+srFJL4k/1bVbd1x06JIkvecpQkwkvCncD1+gSzcdm3s+owWLpMJerG3aN5jupJEVw==} engines: {node: '>=16.0.0'} @@ -5622,6 +5629,8 @@ snapshots: dependencies: react: 19.2.1 + uuid@13.0.0: {} + vite-plugin-pwa@1.2.0(vite@7.2.6(@types/node@24.10.1)(terser@5.44.1))(workbox-build@7.4.0(@types/babel__core@7.20.5))(workbox-window@7.4.0): dependencies: debug: 4.4.3 |
