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 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'viewer/src/components/LdBreadcrumb.vue') 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 @@ >
-- cgit v1.2.3 From aacf4f902370c779cd5e64c217c061d3d044c742 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Sun, 23 Feb 2020 18:17:36 +0100 Subject: viewer: breadcrumb search is now a link, allowing the right-click copy-link by the user Code review fix --- viewer/src/components/LdBreadcrumb.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'viewer/src/components/LdBreadcrumb.vue') diff --git a/viewer/src/components/LdBreadcrumb.vue b/viewer/src/components/LdBreadcrumb.vue index 643bfb6..2ac1216 100644 --- a/viewer/src/components/LdBreadcrumb.vue +++ b/viewer/src/components/LdBreadcrumb.vue @@ -37,7 +37,10 @@
  • - + + + +
  • -- cgit v1.2.3