From e87e8513bc7d45e029dba2012dd13ad3c3b06d58 Mon Sep 17 00:00:00 2001 From: Max G Date: Fri, 15 May 2020 23:12:09 +0000 Subject: [PATCH] * Made splash page dark and updated description * Cleaned up unused things * Updated squire which had a comment typo update...thats it * Background color picker has matching colors and styles to text color picker * Added new black theme * Moved search to main page, show it on mobile and added options to push things to notes from search with experimental tag searching * Added active note menu buttons based on cursor location in text * Added more instant updating if app is open in two locations for the same user Scratch Pad and home page update with new notes and new text in real time --- client/index.html | 10 +- client/src/App.vue | 10 +- client/src/assets/squire.js | 6 +- client/src/components/ColorPicker.vue | 28 +-- client/src/components/GlobalSiteMenu.vue | 22 +-- .../src/components/LoadingIconComponent.vue | 4 +- client/src/components/NoteInputPanel.vue | 88 ++++++--- .../src/components/NoteTitleDisplayCard.vue | 51 +++++- client/src/components/SearchInput.vue | 171 ++++++++++++++---- client/src/pages/HelpPage.vue | 10 +- client/src/pages/NotesPage.vue | 69 +++---- client/src/pages/QuickPage.vue | 93 +++++----- client/src/router/index.js | 2 +- client/src/stores/mainStore.js | 65 ++++--- server/index.js | 4 +- server/models/Note.js | 16 +- server/models/QuickNote.js | 109 ++++++----- server/models/Tag.js | 24 ++- server/routes/noteController.js | 2 +- server/routes/quicknoteController.js | 13 +- 20 files changed, 526 insertions(+), 271 deletions(-) diff --git a/client/index.html b/client/index.html index 49b4fd0..649bd9c 100644 --- a/client/index.html +++ b/client/index.html @@ -10,13 +10,16 @@ - Solid Scribe - A Note Taking Website + Solid Scribe - An easy, encrypted Note App
\ No newline at end of file diff --git a/client/src/components/GlobalSiteMenu.vue b/client/src/components/GlobalSiteMenu.vue index 9c15d45..0c45193 100644 --- a/client/src/components/GlobalSiteMenu.vue +++ b/client/src/components/GlobalSiteMenu.vue @@ -125,7 +125,6 @@ -
@@ -138,7 +137,6 @@
- @@ -199,11 +197,11 @@ - +