From 370e3db3455f548699ff5e046e0f8dcc304991ac Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Fri, 14 Feb 2020 09:19:53 +0100 Subject: viewer: major code and search mode overhaul Updated libraries to the lastest version SCSS Formatter as suggested VSC extensions Renamed toolbar-color by scrollbar-color LD components use Props in favor of touching the stores directly (when possible) Moved most common algorithms to a "services" folder Complete search overhaul (lots of code change) --- viewer/src/components/LdBreadcrumb.vue | 17 ++++--- viewer/src/components/LdCommand.vue | 16 +++---- viewer/src/components/LdCommandSearch.vue | 55 +++++++++++++++++++++++ viewer/src/components/LdGallery.vue | 47 +++++++++++++++++++ viewer/src/components/LdModeRadio.vue | 41 ----------------- viewer/src/components/LdPicture.vue | 2 +- viewer/src/components/LdProposition.vue | 35 ++++++++------- viewer/src/components/LdTagInput.vue | 75 ++++--------------------------- viewer/src/components/LdThumbnail.vue | 4 +- 9 files changed, 149 insertions(+), 143 deletions(-) create mode 100644 viewer/src/components/LdCommandSearch.vue create mode 100644 viewer/src/components/LdGallery.vue delete mode 100644 viewer/src/components/LdModeRadio.vue (limited to 'viewer/src/components') diff --git a/viewer/src/components/LdBreadcrumb.vue b/viewer/src/components/LdBreadcrumb.vue index 7f7ef7d..643bfb6 100644 --- a/viewer/src/components/LdBreadcrumb.vue +++ b/viewer/src/components/LdBreadcrumb.vue @@ -29,24 +29,29 @@ >
diff --git a/viewer/src/components/LdCommand.vue b/viewer/src/components/LdCommand.vue index 7590ea7..468c241 100644 --- a/viewer/src/components/LdCommand.vue +++ b/viewer/src/components/LdCommand.vue @@ -23,14 +23,6 @@