From a681accaa7617892bb7c53248aa9030a4eb47f50 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Sat, 28 Dec 2019 04:52:30 +0100 Subject: viewer: Tag propositions. Disabled directory indexation. Note: The propositions are not based on the current search results, but on the searched tags, which doesn't seem to be the correct way. We'll probably have to move the search results to a store for global visibility. --- viewer/src/plugins/fontawesome.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'viewer/src/plugins/fontawesome.ts') diff --git a/viewer/src/plugins/fontawesome.ts b/viewer/src/plugins/fontawesome.ts index ba31c9e..7308afe 100644 --- a/viewer/src/plugins/fontawesome.ts +++ b/viewer/src/plugins/fontawesome.ts @@ -6,7 +6,9 @@ import { faExpandArrowsAlt, faFolder, faSearch, - faTag + faTag, + faPlus, + faMinus, } from "@fortawesome/free-solid-svg-icons"; library.add( @@ -14,6 +16,8 @@ library.add( faFolder, faSearch, faTag, + faPlus, + faMinus, ); Vue.component("fa-icon", FontAwesomeIcon); -- cgit v1.2.3