mealie/frontend/lib/api
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
..
admin feature: add password reset token endpoint to the admin panel (#2171) 2023-03-12 12:33:36 -08:00
base feat: Public Recipe Browser (#2525) 2023-09-14 06:01:24 -08:00
public feat: Remove Explore URLs and make the normal URLs public (#2632) 2023-11-05 16:07:02 -09:00
types feat: plural foods and units, and aliases (#2674) 2023-11-14 06:39:07 -09:00
user fix: Home Doesn't Load For Non-Admin Users (#2556) 2023-09-19 09:06:39 -08:00
client-admin.ts chore: frontend testing setup (#1739) 2022-10-22 11:51:07 -08:00
client-public.ts feat: Public Recipe Browser (#2525) 2023-09-14 06:01:24 -08:00
client-user.ts chore: frontend testing setup (#1739) 2022-10-22 11:51:07 -08:00
config.ts chore: frontend testing setup (#1739) 2022-10-22 11:51:07 -08:00
index.ts chore: frontend testing setup (#1739) 2022-10-22 11:51:07 -08:00