diff options
author | kibigo! <marrus-sh@users.noreply.github.com> | 2017-12-10 17:56:17 -0800 |
---|---|---|
committer | kibigo! <marrus-sh@users.noreply.github.com> | 2017-12-10 20:32:27 -0800 |
commit | dabf66e676c693e7e26a6035e0c6296e6804e776 (patch) | |
tree | 58a88b897ae5c905425669547d7272f53801ef73 /app/javascript | |
parent | 08b0861b961a0f5e68ccd6a21db463671723652d (diff) |
Moved flavour UI into own prefs tab
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/core/settings.js | 4 | ||||
-rw-r--r-- | app/javascript/flavours/glitch/names.yml | 4 | ||||
-rw-r--r-- | app/javascript/flavours/vanilla/names.yml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app/javascript/core/settings.js b/app/javascript/core/settings.js index ada5fba2b..c9edcf197 100644 --- a/app/javascript/core/settings.js +++ b/app/javascript/core/settings.js @@ -37,7 +37,3 @@ delegate(document, '#account_header', 'change', ({ target }) => { header.style.backgroundImage = `url(${url})`; }); - -delegate(document, '#user_setting_flavour, #user_setting_skin', 'change', ({ target }) => { - target.form.submit(); -}); diff --git a/app/javascript/flavours/glitch/names.yml b/app/javascript/flavours/glitch/names.yml index b3d579cb2..ef82abed2 100644 --- a/app/javascript/flavours/glitch/names.yml +++ b/app/javascript/flavours/glitch/names.yml @@ -1,6 +1,8 @@ en: flavours: - glitch: Glitch Edition + glitch: + description: The default flavour for GlitchSoc instances. + name: Glitch Edition skins: glitch: default: Default diff --git a/app/javascript/flavours/vanilla/names.yml b/app/javascript/flavours/vanilla/names.yml index 8816fcb3a..94326f6ee 100644 --- a/app/javascript/flavours/vanilla/names.yml +++ b/app/javascript/flavours/vanilla/names.yml @@ -1,6 +1,8 @@ en: flavours: - vanilla: Vanilla Mastodon + vanilla: + description: The theme used by vanilla Mastodon instances. This theme might not support all of the features of GlitchSoc. + name: Vanilla Mastodon skins: vanilla: default: Default |