From 42105af46681d81959a5d5a9a16ec9e98463a92e Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Thu, 30 Jan 2020 21:24:15 +0100 Subject: viewer: new breadcrumb. navigation buttons. and styling improvements --- viewer/src/plugins/fontawesome.ts | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'viewer/src/plugins') diff --git a/viewer/src/plugins/fontawesome.ts b/viewer/src/plugins/fontawesome.ts index bb77c01..c17d4a1 100644 --- a/viewer/src/plugins/fontawesome.ts +++ b/viewer/src/plugins/fontawesome.ts @@ -28,6 +28,10 @@ import { faPlus, faMinus, faImage, + faHome, + faArrowLeft, + faFilter, + faAngleRight, } from "@fortawesome/free-solid-svg-icons"; library.add( @@ -37,6 +41,10 @@ library.add( faPlus, faMinus, faImage, + faHome, + faArrowLeft, + faFilter, + faAngleRight, ); Vue.component("fa-icon", FontAwesomeIcon); -- cgit v1.2.3