mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
fix layout issue on recipe editor
This commit is contained in:
parent
2989fc9bd7
commit
f3ba0d4680
3 changed files with 24 additions and 26 deletions
|
@ -10,18 +10,19 @@
|
||||||
- Fixed router link bugs - Issue #122
|
- Fixed router link bugs - Issue #122
|
||||||
|
|
||||||
### Features and Improvements
|
### Features and Improvements
|
||||||
|
- UI Language Selection
|
||||||
- Meal Planner
|
- Meal Planner
|
||||||
- Improved Search (Fuzzy Search)
|
- Improved Search (Fuzzy Search)
|
||||||
- New Scheduled card support
|
- New Scheduled card support
|
||||||
- Upload/Download backups
|
- Upload/Download backups
|
||||||
- Dockerfile now 1/5 of the size!
|
- Dockerfile now 1/5 of the size!
|
||||||
- **Minor**
|
|
||||||
- Continued work on button/style unification
|
|
||||||
- Adding icons to buttons
|
|
||||||
- Migrations
|
- Migrations
|
||||||
- Card based redesign
|
- Card based redesign
|
||||||
- Upload from the UI
|
- Upload from the UI
|
||||||
- Unified Chowdown/Nextcloud import process.
|
- Unified Chowdown/Nextcloud import process.
|
||||||
|
- Continued work on button/style unification
|
||||||
|
- Adding icons to buttons
|
||||||
|
- New Color Theme Picker UI
|
||||||
|
|
||||||
### Development
|
### Development
|
||||||
- Fixed Vetur config file. Autocomplete in VSCode works!
|
- Fixed Vetur config file. Autocomplete in VSCode works!
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"include": ["./src/**/*"]
|
|
||||||
}
|
|
|
@ -12,6 +12,7 @@
|
||||||
></v-file-input>
|
></v-file-input>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="3"></v-col>
|
<v-col cols="3"></v-col>
|
||||||
|
</v-row>
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-col>
|
<v-col>
|
||||||
<v-text-field
|
<v-text-field
|
||||||
|
@ -32,7 +33,6 @@
|
||||||
></v-text-field
|
></v-text-field
|
||||||
></v-col>
|
></v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
</v-row>
|
|
||||||
<v-text-field
|
<v-text-field
|
||||||
class="my-3"
|
class="my-3"
|
||||||
:label="$t('recipe.recipe-name')"
|
:label="$t('recipe.recipe-name')"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue