hensei-web/src/lib
Justin Edmund 49fc0fb069 feat: Implement GridAdapter and EntityAdapter
- Add GridAdapter for managing user grid item instances
- Support CRUD, position management, and uncap operations
- Add EntityAdapter for read-only canonical game data
- Separate user instances from game reference data
- Export all adapters from index
2025-09-20 00:11:51 -07:00
..
api feat: Implement GridAdapter and EntityAdapter 2025-09-20 00:11:51 -07:00
assets Init Svelte migration repo 2025-09-08 13:43:09 -07:00
auth Add auth helper libraries 2025-09-09 03:18:53 -07:00
components docs: add search example component demonstrating adapter usage 2025-09-19 23:07:24 -07:00
composables feat: add grid API endpoints and drag-drop support 2025-09-17 10:46:49 -07:00
features/database fix: Update PartyAdapter to match corrected API endpoints 2025-09-20 00:04:36 -07:00
providers fix: add X-Per-Page header for database pagination 2025-09-17 10:41:56 -07:00
server/detail fix: Update PartyAdapter to match corrected API endpoints 2025-09-20 00:04:36 -07:00
services feat: add grid API endpoints and drag-drop support 2025-09-17 10:46:49 -07:00
types chore: update dependencies and misc files 2025-09-17 10:48:15 -07:00
utils added methods for getting options from type utils 2025-09-17 21:51:26 -07:00
validation Fix zod validation for login 2025-09-11 10:47:12 -07:00
api.ts Flesh out API layer 2025-09-11 03:53:43 -07:00
config.ts Re-export OAUTH_BASE from env var 2025-09-09 03:20:27 -07:00
index.ts Init Svelte migration repo 2025-09-08 13:43:09 -07:00
seo.ts Rudimentary import for SEO 2025-09-09 03:20:38 -07:00