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 {
align-self: center;
height: 100%;
&:not(.-full-width) {
max-width: 40em;

View file

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

View file

@ -22,21 +22,6 @@ 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 {