diff options
author | Zero~Informatique | 2020-01-30 21:24:15 +0100 |
---|---|---|
committer | Zero~Informatique | 2020-01-30 21:24:15 +0100 |
commit | 42105af46681d81959a5d5a9a16ec9e98463a92e (patch) | |
tree | 9a7e32da0c3ebcc41199cd2667ca1da113b93d21 /viewer/src/plugins | |
parent | 16d319ac092aea56ac9f872129d23fface4b379d (diff) | |
download | ldgallery-42105af46681d81959a5d5a9a16ec9e98463a92e.tar.gz |
viewer: new breadcrumb. navigation buttons. and styling improvements
Diffstat (limited to 'viewer/src/plugins')
-rw-r--r-- | viewer/src/plugins/fontawesome.ts | 8 |
1 files changed, 8 insertions, 0 deletions
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 { | |||
28 | faPlus, | 28 | faPlus, |
29 | faMinus, | 29 | faMinus, |
30 | faImage, | 30 | faImage, |
31 | faHome, | ||
32 | faArrowLeft, | ||
33 | faFilter, | ||
34 | faAngleRight, | ||
31 | } from "@fortawesome/free-solid-svg-icons"; | 35 | } from "@fortawesome/free-solid-svg-icons"; |
32 | 36 | ||
33 | library.add( | 37 | library.add( |
@@ -37,6 +41,10 @@ library.add( | |||
37 | faPlus, | 41 | faPlus, |
38 | faMinus, | 42 | faMinus, |
39 | faImage, | 43 | faImage, |
44 | faHome, | ||
45 | faArrowLeft, | ||
46 | faFilter, | ||
47 | faAngleRight, | ||
40 | ); | 48 | ); |
41 | 49 | ||
42 | Vue.component("fa-icon", FontAwesomeIcon); | 50 | Vue.component("fa-icon", FontAwesomeIcon); |