1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 07:39:41 +02:00
mealie/dev/scripts
Philipp Fischbeck 86c99b10a2
Use composition API for more components, enable more type checking (#914)
* Activate more linting rules from eslint and typescript

* Properly add VForm as type information

* Fix usage of native types

* Fix more linting issues

* Rename vuetify types file, add VTooltip

* Fix some more typing problems

* Use composition API for more components

* Convert RecipeRating

* Convert RecipeNutrition

* Convert more components to composition API

* Fix globals plugin for type checking

* Add missing icon types

* Fix vuetify types in Nuxt context

* Use composition API for RecipeActionMenu

* Convert error.vue to composition API

* Convert RecipeContextMenu to composition API

* Use more composition API and type checking in recipe/create

* Convert AppButtonUpload to composition API

* Fix some type checking in RecipeContextMenu

* Remove unused components BaseAutoForm and BaseColorPicker

* Convert RecipeCategoryTagDialog to composition API

* Convert RecipeCardSection to composition API

* Convert RecipeCategoryTagSelector to composition API

* Properly import vuetify type definitions

* Convert BaseButton to composition API

* Convert AutoForm to composition API

* Remove unused requests API file

* Remove static routes from recipe API

* Fix more type errors

* Convert AppHeader to composition API, fixing some search bar focus problems

* Convert RecipeDialogSearch to composition API

* Update API types from pydantic models, handle undefined values

* Improve more typing problems

* Add types to other plugins

* Properly type the CRUD API access

* Fix typing of static image routes

* Fix more typing stuff

* Fix some more typing problems

* Turn off more rules
2022-01-08 21:15:23 -09:00
..
output refactor(frontend): 🔥 rewrite backup UI for new page base components 2021-08-21 00:46:43 -08:00
templates update development scripts 2021-08-01 19:24:05 -08:00
all_recipes_stress_test.py perf(backend): remove validation on recipe summary response (#718) 2021-10-02 22:07:29 -08:00
api_docs_gen.py feat(frontend): Fix scheduler, forgot password flow, and minor bug fixes (#725) 2021-10-07 09:39:47 -08:00
app_routes_gen.py feat(frontend): Add Meal Tags + UI Improvements (#807) 2021-11-20 14:30:38 -09:00
dummy_users.py feat(frontend): add group permissions (#721) 2021-10-04 20:16:37 -08:00
gen_error_messages.py refactor(backend): ♻️ change error messages to follow standard pattern to match locals on frontend (#668) 2021-09-02 21:33:18 -08:00
gen_global_components.py Use composition API for more components, enable more type checking (#914) 2022-01-08 21:15:23 -09:00
github_get_release_issues.py Chore/general UI cleanup (#764) 2021-10-30 15:46:44 -08:00
publish-release-branch.sh feature/editor-improvements (#289) 2021-04-21 21:52:12 -08:00
types_gen.py Use composition API for more components, enable more type checking (#914) 2022-01-08 21:15:23 -09:00