From 53f15b17ea37743b2e26d1c1df9de3f340d3fe56 Mon Sep 17 00:00:00 2001 From: Hayden Date: Sat, 16 Jan 2021 12:11:19 -0900 Subject: [PATCH] missing bind attributes --- dev/dev-notes.md | 6 +-- .../src/components/Settings/Backup/index.vue | 2 +- .../src/components/Settings/Theme/index.vue | 46 +++++++++++------- mealie/data/db/mealie.sqlite | Bin 237568 -> 237568 bytes 4 files changed, 33 insertions(+), 21 deletions(-) diff --git a/dev/dev-notes.md b/dev/dev-notes.md index 413dbde36..ebf5aaf3d 100644 --- a/dev/dev-notes.md +++ b/dev/dev-notes.md @@ -32,8 +32,8 @@ Frontend - [ ] Advanced Search Page, draft started - [ ] Search Bar Re-design - [ ] Replace Backups card with something like Home Assistant -- [ ] Replace import card with something like Home Assistant - - [ ] Select which imports to do +- [x] Replace import card with something like Home Assistant + - [x] Select which imports to do Backend - [ ] Database Import @@ -42,7 +42,7 @@ Backend - [ ] Meal Plans - [x] Settings - [x] Themes -- [ ] Remove Print / Debug Code +- [x] Remove Print / Debug Code - [ ] Support how to Sections and how to steps - [ ] Recipe request by category/tags diff --git a/frontend/src/components/Settings/Backup/index.vue b/frontend/src/components/Settings/Backup/index.vue index 2b3a48a3f..cec0045a5 100644 --- a/frontend/src/components/Settings/Backup/index.vue +++ b/frontend/src/components/Settings/Backup/index.vue @@ -1,5 +1,5 @@