mealie/frontend/pages/group
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
..
data refactor: unify recipe-organizer components (#1340) 2022-06-03 20:12:32 -08:00
mealplan feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
reports feat: add reports to bulk recipe import (url) (#1294) 2022-05-25 19:33:58 -08:00
cookbooks.vue refactor: unify recipe-organizer components (#1340) 2022-06-03 20:12:32 -08:00
data.vue Fix/category link (#1087) 2022-03-22 21:08:06 -08:00
index.vue Reorganize Group/User Page Routes (#1084) 2022-03-22 19:54:16 -08:00
members.vue Reorganize Group/User Page Routes (#1084) 2022-03-22 19:54:16 -08:00
migrations.vue Consolidate frontend types (#1245) 2022-05-21 11:22:02 -08:00
notifiers.vue Reorganize Group/User Page Routes (#1084) 2022-03-22 19:54:16 -08:00
webhooks.vue feat: mealplan-webhooks (#1403) 2022-06-17 13:25:47 -08:00