mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 16:24:31 -04:00
Feature/user seedable foods (#1176)
* remove odd ingredients * UI Elements for food * update translated percentage * spek -> speck * generate types * seeder api endpoints + tests * implement foods seeder UI * localize some food strings
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
:fullscreen="$vuetify.breakpoint.xsOnly"
|
||||
>
|
||||
<v-card height="100%">
|
||||
<v-app-bar dark :color="color" class="mt-n1">
|
||||
<v-app-bar dark dense :color="color" class="">
|
||||
<v-icon large left>
|
||||
{{ icon }}
|
||||
</v-icon>
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
v-model="locale"
|
||||
:items="locales"
|
||||
item-text="name"
|
||||
menu-props="auto"
|
||||
class="my-3"
|
||||
hide-details
|
||||
outlined
|
||||
|
||||
Reference in New Issue
Block a user