Merge branch 'settings-shuffle' into shigusegubu-themes3

This commit is contained in:
Henry Jameson 2025-11-26 18:44:09 +02:00
commit 7aeeb25f00
3 changed files with 11 additions and 25 deletions

View file

@ -30,7 +30,6 @@
.tab-content { .tab-content {
align-self: center; align-self: center;
height: 100%;
&:not(.-full-width) { &:not(.-full-width) {
max-width: 40em; max-width: 40em;

View file

@ -27,10 +27,11 @@ import {
faBell, faBell,
faDownload, faDownload,
faEyeSlash, faEyeSlash,
faInfo,
faWindowRestore, faWindowRestore,
faCode, faCode,
faBroom faBroom,
faLock,
faColumns
} from '@fortawesome/free-solid-svg-icons' } from '@fortawesome/free-solid-svg-icons'
import { useInterfaceStore } from 'src/stores/interface' import { useInterfaceStore } from 'src/stores/interface'
@ -38,15 +39,16 @@ library.add(
faWrench, faWrench,
faUser, faUser,
faMessage, faMessage,
faFilter,
faPaintBrush,
faPalette,
faBell,
faDownload,
faEyeSlash,
faInfo,
faWindowRestore, faWindowRestore,
faColumns,
faBell,
faFilter,
faEyeSlash,
faBroom, faBroom,
faLock,
faDownload,
faPalette,
faPaintBrush,
faCode faCode
) )

View file

@ -22,21 +22,6 @@ import ProfileSettingIndicator from '../helpers/profile_setting_indicator.vue'
import { mapActions } from 'pinia' import { mapActions } from 'pinia'
import { useInterfaceStore, normalizeThemeData } from 'src/stores/interface' 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 = { const AppearanceTab = {
data () { data () {
return { return {