This commit is contained in:
@@ -270,10 +270,10 @@
|
|||||||
|
|
||||||
<!-- CODE -->
|
<!-- CODE -->
|
||||||
<v-btn depressed tile class="ml-1" @click="editClick('code')">
|
<v-btn depressed tile class="ml-1" @click="editClick('code')">
|
||||||
<v-icon>fa-code</v-icon></v-btn
|
<v-icon>$ayiCode</v-icon></v-btn
|
||||||
>
|
>
|
||||||
<v-btn depressed tile @click="editClick('codeblock')">
|
<v-btn depressed tile @click="editClick('codeblock')">
|
||||||
<v-icon>fa-square-full</v-icon></v-btn
|
<v-icon>$ayiSquareFull</v-icon></v-btn
|
||||||
>
|
>
|
||||||
|
|
||||||
<!-- HELP -->
|
<!-- HELP -->
|
||||||
@@ -567,7 +567,7 @@ export default {
|
|||||||
case this.view.WIKI_VIEW:
|
case this.view.WIKI_VIEW:
|
||||||
return "$ayiColumns";
|
return "$ayiColumns";
|
||||||
case this.view.SPLIT_VIEW:
|
case this.view.SPLIT_VIEW:
|
||||||
return "fa-feather";
|
return "$ayiFeather";
|
||||||
case this.view.DESIGN_VIEW:
|
case this.view.DESIGN_VIEW:
|
||||||
return "$ayiEye";
|
return "$ayiEye";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ import {
|
|||||||
faCheckSquare,
|
faCheckSquare,
|
||||||
faChevronDown,
|
faChevronDown,
|
||||||
faChild,
|
faChild,
|
||||||
|
faCode,
|
||||||
faCogs,
|
faCogs,
|
||||||
faColumns,
|
faColumns,
|
||||||
faDiceD20,
|
faDiceD20,
|
||||||
@@ -44,6 +45,7 @@ import {
|
|||||||
faEye,
|
faEye,
|
||||||
faEyeSlash,
|
faEyeSlash,
|
||||||
faFan,
|
faFan,
|
||||||
|
faFeather,
|
||||||
faFile,
|
faFile,
|
||||||
faFileAlt,
|
faFileAlt,
|
||||||
faFileArchive,
|
faFileArchive,
|
||||||
@@ -95,6 +97,7 @@ import {
|
|||||||
faSignOutAlt,
|
faSignOutAlt,
|
||||||
faSitemap,
|
faSitemap,
|
||||||
faSlidersH,
|
faSlidersH,
|
||||||
|
faSquareFull,
|
||||||
faStickyNote,
|
faStickyNote,
|
||||||
faStore,
|
faStore,
|
||||||
faStrikethrough,
|
faStrikethrough,
|
||||||
@@ -135,6 +138,7 @@ library.add(
|
|||||||
faCheckSquare,
|
faCheckSquare,
|
||||||
faChevronDown,
|
faChevronDown,
|
||||||
faChild,
|
faChild,
|
||||||
|
faCode,
|
||||||
faCogs,
|
faCogs,
|
||||||
faColumns,
|
faColumns,
|
||||||
faDiceD20,
|
faDiceD20,
|
||||||
@@ -146,6 +150,7 @@ library.add(
|
|||||||
faEye,
|
faEye,
|
||||||
faEyeSlash,
|
faEyeSlash,
|
||||||
faFan,
|
faFan,
|
||||||
|
faFeather,
|
||||||
faFile,
|
faFile,
|
||||||
faFileAlt,
|
faFileAlt,
|
||||||
faFileArchive,
|
faFileArchive,
|
||||||
@@ -197,6 +202,7 @@ library.add(
|
|||||||
faSignOutAlt,
|
faSignOutAlt,
|
||||||
faSitemap,
|
faSitemap,
|
||||||
faSlidersH,
|
faSlidersH,
|
||||||
|
faSquareFull,
|
||||||
faStickyNote,
|
faStickyNote,
|
||||||
faStore,
|
faStore,
|
||||||
faStrikethrough,
|
faStrikethrough,
|
||||||
@@ -322,6 +328,12 @@ const CUSTOM_ICONS = {
|
|||||||
icon: ["fas", "child"]
|
icon: ["fas", "child"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
ayiCode: {
|
||||||
|
component: FontAwesomeIcon,
|
||||||
|
props: {
|
||||||
|
icon: ["fas", "code"]
|
||||||
|
}
|
||||||
|
},
|
||||||
ayiCogs: {
|
ayiCogs: {
|
||||||
component: FontAwesomeIcon,
|
component: FontAwesomeIcon,
|
||||||
props: {
|
props: {
|
||||||
@@ -394,6 +406,12 @@ const CUSTOM_ICONS = {
|
|||||||
icon: ["fas", "fan"]
|
icon: ["fas", "fan"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
ayiFeather: {
|
||||||
|
component: FontAwesomeIcon,
|
||||||
|
props: {
|
||||||
|
icon: ["fas", "feather"]
|
||||||
|
}
|
||||||
|
},
|
||||||
ayiFile: {
|
ayiFile: {
|
||||||
component: FontAwesomeIcon,
|
component: FontAwesomeIcon,
|
||||||
props: {
|
props: {
|
||||||
@@ -694,6 +712,12 @@ const CUSTOM_ICONS = {
|
|||||||
icon: ["fas", "sitemap"]
|
icon: ["fas", "sitemap"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
ayiSquareFull: {
|
||||||
|
component: FontAwesomeIcon,
|
||||||
|
props: {
|
||||||
|
icon: ["fas", "square-full"]
|
||||||
|
}
|
||||||
|
},
|
||||||
ayiStickyNote: {
|
ayiStickyNote: {
|
||||||
component: FontAwesomeIcon,
|
component: FontAwesomeIcon,
|
||||||
props: {
|
props: {
|
||||||
|
|||||||
Reference in New Issue
Block a user