mealie/frontend
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
..
.husky refactor(frontend): 🏗️ scafold pages and componenets folder 2021-07-31 14:45:28 -08:00
api feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
assets Feature/shopping lists second try (#927) 2022-01-16 15:24:24 -09:00
components feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
composables feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
lang New Crowdin updates (#1406) 2022-06-19 10:03:39 -08:00
layouts chore: update dev dependencies (#1282) 2022-05-25 09:38:21 -08:00
pages feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
plugins chore: update dev dependencies (#1282) 2022-05-25 09:38:21 -08:00
static update pwa support + web fonts performance (#1005) 2022-02-24 15:49:58 -09:00
store Setup vite for development 2021-08-08 17:01:45 -08:00
types feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
utils/icons feat: add custom scaling option (#1345) 2022-06-09 08:01:25 -08:00
.editorconfig nuxt init 2021-07-31 14:00:28 -08:00
.eslintrc.js fix: bad import path (#1313) 2022-05-29 09:09:36 -08:00
.gitignore nuxt init 2021-07-31 14:00:28 -08:00
.prettierrc refactor(frontend): 🏗️ scafold pages and componenets folder 2021-07-31 14:45:28 -08:00
Caddyfile feat: docker volume validation (#1125) 2022-04-02 16:35:53 -08:00
Dockerfile feature/multi-tenancy and move caddy server (#980) 2022-02-20 14:17:51 -09:00
nuxt.config.js Enable localization based on browser settings, add language selector (#925) 2022-03-19 13:27:40 -08:00
package.json revert i18n version 2022-06-17 14:13:18 -08:00
run.sh feature/multi-tenancy and move caddy server (#980) 2022-02-20 14:17:51 -09:00
template.env feat(frontend): Add Meal Tags + UI Improvements (#807) 2021-11-20 14:30:38 -09:00
tsconfig.json remove explicity typescript version (#1285) 2022-05-25 10:14:24 -08:00
yarn.lock revert i18n version 2022-06-17 14:13:18 -08:00