diff options
author | Zero~Informatique | 2020-01-09 02:10:35 +0100 |
---|---|---|
committer | Zero~Informatique | 2020-01-09 02:10:35 +0100 |
commit | 89bcb2dbe5b5e6eb8e8ba13ceecee2770dfe4cd4 (patch) | |
tree | 8eb2c100707123f77ff6980c94e161d6214c648f /viewer/src/plugins/fontawesome.ts | |
parent | c1e334b883e28381851fca077ff36aee0387b1db (diff) | |
download | ldgallery-89bcb2dbe5b5e6eb8e8ba13ceecee2770dfe4cd4.tar.gz |
viewer: Changed "image" type to "picture". Adapted the code to the current compiler output format. The currentItem and currentPath are calculated in the store for easier multi-component access. Breadcrumb for current's position and navigation.
Diffstat (limited to 'viewer/src/plugins/fontawesome.ts')
-rw-r--r-- | viewer/src/plugins/fontawesome.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/viewer/src/plugins/fontawesome.ts b/viewer/src/plugins/fontawesome.ts index 7308afe..3bd7d08 100644 --- a/viewer/src/plugins/fontawesome.ts +++ b/viewer/src/plugins/fontawesome.ts | |||
@@ -9,6 +9,7 @@ import { | |||
9 | faTag, | 9 | faTag, |
10 | faPlus, | 10 | faPlus, |
11 | faMinus, | 11 | faMinus, |
12 | faImage, | ||
12 | } from "@fortawesome/free-solid-svg-icons"; | 13 | } from "@fortawesome/free-solid-svg-icons"; |
13 | 14 | ||
14 | library.add( | 15 | library.add( |
@@ -18,6 +19,7 @@ library.add( | |||
18 | faTag, | 19 | faTag, |
19 | faPlus, | 20 | faPlus, |
20 | faMinus, | 21 | faMinus, |
22 | faImage, | ||
21 | ); | 23 | ); |
22 | 24 | ||
23 | Vue.component("fa-icon", FontAwesomeIcon); | 25 | Vue.component("fa-icon", FontAwesomeIcon); |