1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-01 19:45:22 +02:00
mealie/frontend/composables/recipes
Michael Genson d440d51ffe
feat: plural foods and units, and aliases (#2674)
* added plural names and alias tables to foods/units

* updated models to include plural names and aliases

* updated parser to include plural and aliases

* fixed migrations

* fixed recursive models

* added plural abbreviation to migration

* updated parser and display prop

* update displays to use plurals

* fix display edgecase and remove print

* added/updated display tests

* fixed model bug and added parser tests

* added tests for aliases

* added new plural options to data management page

* removed unique constraint

* made base dialog more customizable

* added alias management to food and unit data pages

* removed unused awaits

* 🧹
2023-11-14 06:39:07 -09:00
..
index.ts feat: consolidate deployment targets and publish to ghcr.io (#2539) 2023-09-14 06:40:13 -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.test.ts feat: plural foods and units, and aliases (#2674) 2023-11-14 06:39:07 -09:00
use-recipe-ingredients.ts feat: plural foods and units, and aliases (#2674) 2023-11-14 06:39:07 -09:00
use-recipe-search.ts feat: Remove Explore URLs and make the normal URLs public (#2632) 2023-11-05 16:07:02 -09:00
use-recipe-tools.ts chore: frontend testing setup (#1739) 2022-10-22 11:51:07 -08:00
use-recipe.ts chore: frontend testing setup (#1739) 2022-10-22 11:51:07 -08:00
use-recipes.ts feat: Remove Explore URLs and make the normal URLs public (#2632) 2023-11-05 16:07:02 -09:00