mealie/frontend/pages
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
..
admin Consolidate frontend types (#1245) 2022-05-21 11:22:02 -08:00
cookbooks feat: additional cookbook features (tags, tools, and public) (#1116) 2022-04-01 09:50:31 -08:00
group feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
recipe add recipe.image cache key to bush caches (#1427) 2022-06-19 11:47:16 -08:00
recipes feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
register fix: recipe ingredient editor bugs (#1251) 2022-05-22 11:16:23 -08:00
shared/recipes add recipe.image cache key to bush caches (#1427) 2022-06-19 11:47:16 -08:00
shopping-lists feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
user feat: implement user favorites page (#1376) 2022-06-13 09:33:46 -08:00
forgot-password.vue Refactor/composables-folder (#787) 2021-11-06 11:28:47 -08:00
index.vue feature: proper multi-tenant-support (#969)(WIP) 2022-02-13 12:23:42 -09:00
login.vue feat: improved registration signup flow (#1188) 2022-05-06 11:18:06 -08:00
reset-password.vue Refactor/composables-folder (#787) 2021-11-06 11:28:47 -08:00
search.vue refactor: unify recipe-organizer components (#1340) 2022-06-03 20:12:32 -08:00