Compare commits
No commits in common. "7aeeb25f0075d17457cbfbddfc786c082cf8582f" and "f77c2bef5f32b2e827da95d5dcd2c66ca4e747d4" have entirely different histories.
7aeeb25f00
...
f77c2bef5f
3 changed files with 25 additions and 11 deletions
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
.tab-content {
|
||||
align-self: center;
|
||||
height: 100%;
|
||||
|
||||
&:not(.-full-width) {
|
||||
max-width: 40em;
|
||||
|
|
|
|||
|
|
@ -27,11 +27,10 @@ import {
|
|||
faBell,
|
||||
faDownload,
|
||||
faEyeSlash,
|
||||
faInfo,
|
||||
faWindowRestore,
|
||||
faCode,
|
||||
faBroom,
|
||||
faLock,
|
||||
faColumns
|
||||
faBroom
|
||||
} from '@fortawesome/free-solid-svg-icons'
|
||||
import { useInterfaceStore } from 'src/stores/interface'
|
||||
|
||||
|
|
@ -39,16 +38,15 @@ library.add(
|
|||
faWrench,
|
||||
faUser,
|
||||
faMessage,
|
||||
faWindowRestore,
|
||||
faColumns,
|
||||
faBell,
|
||||
faFilter,
|
||||
faEyeSlash,
|
||||
faBroom,
|
||||
faLock,
|
||||
faDownload,
|
||||
faPalette,
|
||||
faPaintBrush,
|
||||
faPalette,
|
||||
faBell,
|
||||
faDownload,
|
||||
faEyeSlash,
|
||||
faInfo,
|
||||
faWindowRestore,
|
||||
faBroom,
|
||||
faCode
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -22,6 +22,21 @@ import ProfileSettingIndicator from '../helpers/profile_setting_indicator.vue'
|
|||
import { mapActions } from 'pinia'
|
||||
import { useInterfaceStore, normalizeThemeData } from 'src/stores/interface'
|
||||
|
||||
import { library } from '@fortawesome/fontawesome-svg-core'
|
||||
import {
|
||||
faGlobe,
|
||||
faDashboard,
|
||||
faPaintRoller,
|
||||
faTableColumns
|
||||
} from '@fortawesome/free-solid-svg-icons'
|
||||
|
||||
library.add(
|
||||
faGlobe,
|
||||
faPaintRoller,
|
||||
faDashboard,
|
||||
faTableColumns
|
||||
)
|
||||
|
||||
const AppearanceTab = {
|
||||
data () {
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue