From 667387b0049c3351f3aac75a7f03fbe7be7382c0 Mon Sep 17 00:00:00 2001 From: tophf Date: Sat, 28 Nov 2020 01:30:21 +0300 Subject: [PATCH] revert sliders --- _locales/en/messages.json | 7 ------ js/prefs.js | 2 -- manage.html | 21 ++++------------ manage/manage.css | 14 ----------- manage/manage.js | 38 +++------------------------- options.html | 27 ++++++-------------- options/onoffswitch.css | 53 --------------------------------------- popup.html | 17 ++----------- popup/popup.css | 15 ----------- popup/popup.js | 9 ------- 10 files changed, 18 insertions(+), 185 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 21b9dc2f..e54155ec 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -475,10 +475,6 @@ "message": "Title", "description": "Used in various parts of the UI to indicate the title of something" }, - "genericUI": { - "message": "UI", - "description": "UI = User Interface, this label is used to label generic UI-related stuff" - }, "genericUnknown": { "message": "Unknown", "description": "Used in various parts of the UI to indicate if something is unknown (e.g. an unknown date)" @@ -1080,9 +1076,6 @@ "optionsResetButton": { "message": "Reset options" }, - "optionsSliders": { - "message": "Use sliders to toggle style entries" - }, "optionsStylusThemes": { "message": "Find a Stylus UI theme" }, diff --git a/js/prefs.js b/js/prefs.js index 1eccb28f..4e3f935e 100644 --- a/js/prefs.js +++ b/js/prefs.js @@ -108,8 +108,6 @@ window.INJECTED !== 1 && (() => { 'popupWidth': 246, // popup width in pixels - 'ui.sliders': true, // use sliders instead of checkboxes for style entries - 'updateInterval': 24, // user-style automatic update interval, hours (0 = disable) }; const values = clone(defaults); diff --git a/manage.html b/manage.html index 77bd75c7..9ee92aba 100644 --- a/manage.html +++ b/manage.html @@ -5,10 +5,10 @@ - +