From 12f9f6aec21b2a34f17565684740e92738cdb982 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 6 Oct 2020 14:31:40 +0000 Subject: [PATCH] --- ayanova/src/components/wiki-control.vue | 6 +++--- ayanova/src/plugins/vuetify.js | 24 ++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/ayanova/src/components/wiki-control.vue b/ayanova/src/components/wiki-control.vue index 5d0c6375..80bd4322 100644 --- a/ayanova/src/components/wiki-control.vue +++ b/ayanova/src/components/wiki-control.vue @@ -270,10 +270,10 @@ - fa-code$ayiCode - fa-square-full$ayiSquareFull @@ -567,7 +567,7 @@ export default { case this.view.WIKI_VIEW: return "$ayiColumns"; case this.view.SPLIT_VIEW: - return "fa-feather"; + return "$ayiFeather"; case this.view.DESIGN_VIEW: return "$ayiEye"; } diff --git a/ayanova/src/plugins/vuetify.js b/ayanova/src/plugins/vuetify.js index bcdb5f2e..f685ff2a 100644 --- a/ayanova/src/plugins/vuetify.js +++ b/ayanova/src/plugins/vuetify.js @@ -33,6 +33,7 @@ import { faCheckSquare, faChevronDown, faChild, + faCode, faCogs, faColumns, faDiceD20, @@ -44,6 +45,7 @@ import { faEye, faEyeSlash, faFan, + faFeather, faFile, faFileAlt, faFileArchive, @@ -95,6 +97,7 @@ import { faSignOutAlt, faSitemap, faSlidersH, + faSquareFull, faStickyNote, faStore, faStrikethrough, @@ -135,6 +138,7 @@ library.add( faCheckSquare, faChevronDown, faChild, + faCode, faCogs, faColumns, faDiceD20, @@ -146,6 +150,7 @@ library.add( faEye, faEyeSlash, faFan, + faFeather, faFile, faFileAlt, faFileArchive, @@ -197,6 +202,7 @@ library.add( faSignOutAlt, faSitemap, faSlidersH, + faSquareFull, faStickyNote, faStore, faStrikethrough, @@ -322,6 +328,12 @@ const CUSTOM_ICONS = { icon: ["fas", "child"] } }, + ayiCode: { + component: FontAwesomeIcon, + props: { + icon: ["fas", "code"] + } + }, ayiCogs: { component: FontAwesomeIcon, props: { @@ -394,6 +406,12 @@ const CUSTOM_ICONS = { icon: ["fas", "fan"] } }, + ayiFeather: { + component: FontAwesomeIcon, + props: { + icon: ["fas", "feather"] + } + }, ayiFile: { component: FontAwesomeIcon, props: { @@ -694,6 +712,12 @@ const CUSTOM_ICONS = { icon: ["fas", "sitemap"] } }, + ayiSquareFull: { + component: FontAwesomeIcon, + props: { + icon: ["fas", "square-full"] + } + }, ayiStickyNote: { component: FontAwesomeIcon, props: {