1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 05:25:26 +02:00
mealie/frontend/composables/recipes
Michael Genson efffe26a19
fix: sort recent recipes by created_at instead of date_added (#1417)
* added staticmethod decorators to avoid mypy error

* exposed created and updated timestamps to schema

* changed default sort from date_added to created_at

* explicitely sort recent recipes by created_at

* removed static method and replaced w/ type: ignore
2022-06-19 10:08:26 -08:00
..
index.ts refactor: unify recipe-organizer components (#1340) 2022-06-03 20:12:32 -08:00
use-fraction.ts Use composition API for more components, enable more type checking (#914) 2022-01-08 21:15:23 -09:00
use-recipe-ingredients.ts feat: add custom scaling option (#1345) 2022-06-09 08:01:25 -08:00
use-recipe-meta.ts feature: proper multi-tenant-support (#969)(WIP) 2022-02-13 12:23:42 -09:00
use-recipe-search.ts feat(frontend): food filter and add back search dialog (#794) 2021-11-08 21:12:13 -09:00
use-recipe-tools.ts feature: proper multi-tenant-support (#969)(WIP) 2022-02-13 12:23:42 -09:00
use-recipe.ts Use composition API for more components, enable more type checking (#914) 2022-01-08 21:15:23 -09:00
use-recipes.ts fix: sort recent recipes by created_at instead of date_added (#1417) 2022-06-19 10:08:26 -08:00