Commit graph

2 commits

Author SHA1 Message Date
David e3847edae1 F7: Deduplicate the four CRUD composables
useExercises/useCombos/useSessions/useCollections were the same 54
lines with a different repository (~160 duplicated lines). They are now
one-liners over a createCrudComposable(repository, itemsKey) factory;
the returned API is identical so no call site changes.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-09 15:39:50 +02:00
David 352a3d5e88 Initial commit
Some checks are pending
CI / Lint & Format (push) Waiting to run
CI / Build (push) Waiting to run
CI / Tests (${{ matrix.browser }}) (chromium) (push) Waiting to run
CI / Tests (${{ matrix.browser }}) (firefox) (push) Waiting to run
2026-06-18 13:06:57 +02:00