From 06a140e0d46466da5d64b4cb9a5335e9fda4f2e7 Mon Sep 17 00:00:00 2001 From: Max G Date: Wed, 20 May 2020 07:57:15 +0000 Subject: [PATCH] * Fixed cursor clicking ToDo lists clicking to early * Added login form to home page with focus on load * Tags update after editing tags from title card * Fixed uploading of images/files * Fixed images not appearing when opening images tab * Search hits all categories on search, like archived * Got rid of brand icons to reduce size * Got rid of DiffPatchMatch and Crypto from note input panel to reduce size * Disabled animation on io events so they don't annoy the shit out of people on other computers --- client/src/components/GlobalSiteMenu.vue | 4 +- client/src/components/LoginFormComponent.vue | 112 ++++++++++ client/src/components/NoteInputPanel.vue | 194 ++---------------- .../src/components/NoteTitleDisplayCard.vue | 2 +- .../SimpleAttachmentNoteComponent.vue | 30 +-- client/src/components/TagDisplayComponent.vue | 9 +- client/src/main.js | 2 +- client/src/pages/HomePage.vue | 29 ++- client/src/pages/LoginPage.vue | 30 +-- client/src/pages/NotesPage.vue | 33 ++- server/models/Tag.js | 2 + server/routes/attachmentController.js | 5 +- 12 files changed, 210 insertions(+), 242 deletions(-) create mode 100644 client/src/components/LoginFormComponent.vue diff --git a/client/src/components/GlobalSiteMenu.vue b/client/src/components/GlobalSiteMenu.vue index 64b6b06..5795cd3 100644 --- a/client/src/components/GlobalSiteMenu.vue +++ b/client/src/components/GlobalSiteMenu.vue @@ -178,10 +178,10 @@ -