mealie/frontend/composables
Michael Genson cb15db2d27
feat: re-write get all routes to use pagination (#1424)
rewrite get_all routes to use a pagination pattern to allow for better implementations of search, filter, and sorting on the frontend or by any client without fetching all the data. Additionally we added a CI check for running the Nuxt built to confirm that no TS errors were present. Finally, I had to remove the header support for the Shopping lists as the browser caching based off last_updated header was not allowing it to read recent updates due to how we're handling the updated_at property in the database with nested fields. This will have to be looked at in the future to reimplement. I'm unsure how many other routes have a similar issue. 

Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
2022-06-25 11:39:38 -08:00
..
api fix image display - closes #1189 (#1348) 2022-06-05 11:44:00 -08:00
forms refactor: ♻️ rewrite admin CRUD interface for admins (#825) 2021-11-23 18:57:24 -09:00
partials feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
recipes feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
store refactor: unify recipe-organizer components (#1340) 2022-06-03 20:12:32 -08:00
use-locales Feature/user seedable foods (#1176) 2022-05-01 12:45:50 -08:00
use-users refactor: ♻️ rewrite admin CRUD interface for admins (#825) 2021-11-23 18:57:24 -09:00
use-backups.ts Consolidate frontend types (#1245) 2022-05-21 11:22:02 -08:00
use-context-presents.ts refactor: unify recipe-organizer components (#1340) 2022-06-03 20:12:32 -08:00
use-copy.ts Feature/shopping lists second try (#927) 2022-01-16 15:24:24 -09:00
use-display-text.ts Feature/shopping lists second try (#927) 2022-01-16 15:24:24 -09:00
use-group-cookbooks.ts feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
use-group-mealplan.ts feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
use-group-webhooks.ts feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
use-groups.ts feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
use-passwords.ts feat: improved registration signup flow (#1188) 2022-05-06 11:18:06 -08:00
use-router.ts Fix more typing issues (#928) 2022-01-15 17:38:11 -09:00
use-toast.ts refactor(frontend): 🚧 Migrate Dashboard to Nuxt 2021-08-07 15:12:25 -08:00
use-user.ts feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
use-utils.ts Feature/group items editor (#1064) 2022-03-17 10:30:10 -08:00
use-validators.ts Consolidate frontend types (#1245) 2022-05-21 11:22:02 -08:00