Merge branch 'appearance-tab' into shigusegubu-themes3
This commit is contained in:
commit
76059fbd40
8 changed files with 11 additions and 3 deletions
1
changelog.d/appearance-tab.change
Normal file
1
changelog.d/appearance-tab.change
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Reorganized Settings modal to move out visual stuff into Appearance tab
|
1
changelog.d/emoji-scale.add
Normal file
1
changelog.d/emoji-scale.add
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Ability to change size of emoji
|
1
changelog.d/firefox-redmon.fix
Normal file
1
changelog.d/firefox-redmon.fix
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Bug with firefox and redmond themes
|
1
changelog.d/theme-selector.add
Normal file
1
changelog.d/theme-selector.add
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Theme selector with visual previews of the theme
|
1
changelog.d/ui-scale.add
Normal file
1
changelog.d/ui-scale.add
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Ability to resize UI (and certain components) scale independent of browser/text scale
|
1
changelog.d/user-overrides.add
Normal file
1
changelog.d/user-overrides.add
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Ability to override certain aspects of UI style independent of theme used (UI roundness, fonts, underlay)
|
|
@ -20,7 +20,8 @@ import {
|
||||||
faBell,
|
faBell,
|
||||||
faDownload,
|
faDownload,
|
||||||
faEyeSlash,
|
faEyeSlash,
|
||||||
faInfo
|
faInfo,
|
||||||
|
faWindowRestore
|
||||||
} from '@fortawesome/free-solid-svg-icons'
|
} from '@fortawesome/free-solid-svg-icons'
|
||||||
|
|
||||||
library.add(
|
library.add(
|
||||||
|
@ -31,7 +32,8 @@ library.add(
|
||||||
faBell,
|
faBell,
|
||||||
faDownload,
|
faDownload,
|
||||||
faEyeSlash,
|
faEyeSlash,
|
||||||
faInfo
|
faInfo,
|
||||||
|
faWindowRestore
|
||||||
)
|
)
|
||||||
|
|
||||||
const SettingsModalContent = {
|
const SettingsModalContent = {
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
:label="$t('settings.appearance')"
|
:label="$t('settings.appearance')"
|
||||||
icon="paint-brush"
|
icon="window-restore"
|
||||||
data-tab-name="appearance"
|
data-tab-name="appearance"
|
||||||
>
|
>
|
||||||
<AppearanceTab />
|
<AppearanceTab />
|
||||||
|
|
Loading…
Add table
Reference in a new issue