Merge branch 'appearance-tab' into shigusegubu-themes3

This commit is contained in:
Henry Jameson 2024-07-22 00:00:16 +03:00
commit 76059fbd40
8 changed files with 11 additions and 3 deletions

View file

@ -0,0 +1 @@
Reorganized Settings modal to move out visual stuff into Appearance tab

View file

@ -0,0 +1 @@
Ability to change size of emoji

View file

@ -0,0 +1 @@
Bug with firefox and redmond themes

View file

@ -0,0 +1 @@
Theme selector with visual previews of the theme

1
changelog.d/ui-scale.add Normal file
View file

@ -0,0 +1 @@
Ability to resize UI (and certain components) scale independent of browser/text scale

View file

@ -0,0 +1 @@
Ability to override certain aspects of UI style independent of theme used (UI roundness, fonts, underlay)

View file

@ -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 = {

View file

@ -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 />