fix layout issue on recipe editor

This commit is contained in:
Hayden 2021-01-23 19:28:26 -09:00
commit f3ba0d4680
3 changed files with 24 additions and 26 deletions

View file

@ -10,18 +10,19 @@
- Fixed router link bugs - Issue #122
### Features and Improvements
- UI Language Selection
- Meal Planner
- Improved Search (Fuzzy Search)
- New Scheduled card support
- Upload/Download backups
- Dockerfile now 1/5 of the size!
- **Minor**
- Continued work on button/style unification
- Adding icons to buttons
- Migrations
- Card based redesign
- Upload from the UI
- Unified Chowdown/Nextcloud import process.
- Continued work on button/style unification
- Adding icons to buttons
- New Color Theme Picker UI
### Development
- Fixed Vetur config file. Autocomplete in VSCode works!

View file

@ -1,3 +0,0 @@
{
"include": ["./src/**/*"]
}

View file

@ -12,26 +12,26 @@
></v-file-input>
</v-col>
<v-col cols="3"></v-col>
<v-row>
<v-col>
<v-text-field
label="Total Time"
v-model="value.totalTime"
></v-text-field>
</v-col>
<v-col
><v-text-field
label="Prep Time"
v-model="value.prepTime"
></v-text-field
></v-col>
<v-col
><v-text-field
label="Cook Time / Perform Time"
v-model="value.performTime"
></v-text-field
></v-col>
</v-row>
</v-row>
<v-row>
<v-col>
<v-text-field
label="Total Time"
v-model="value.totalTime"
></v-text-field>
</v-col>
<v-col
><v-text-field
label="Prep Time"
v-model="value.prepTime"
></v-text-field
></v-col>
<v-col
><v-text-field
label="Cook Time / Perform Time"
v-model="value.performTime"
></v-text-field
></v-col>
</v-row>
<v-text-field
class="my-3"