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/locales/en.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'viewer/src/locales/en.json') diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json index 9440103..878204e 100644 --- a/viewer/src/locales/en.json +++ b/viewer/src/locales/en.json @@ -1,8 +1,6 @@ { "tagInput.placeholder": "Filters", "tagInput.nomatch": "No match", - "mode.navigation": "Navigation", - "mode.search": "Search", "search.no-results": "No results", "panelLeft.propositions": "Related filters", "tag-propositions.substraction": "Exclude items with this tag", @@ -11,7 +9,9 @@ "tag-propositions.item-count": "Item count", "gallery.unknowntype": "Unknown item type", "command.search": "Open/close search panel", - "command.home": "Go to gallery home", + "command.search.clear": "Clear", + "command.search.search": "Search", "command.back": "Go back", - "command.parent": "Go to parent directory" -} \ No newline at end of file + "command.parent": "Go to parent directory", + "directory.no-results": "Empty directory" +} -- cgit v1.2.3