From 44f88c61ff35477fcfe7d973ae5cb583d341be59 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Tue, 29 Aug 2023 18:04:10 +0300 Subject: [PATCH] Add simplified UI switch --- default/settings.json | 5 +- public/index.html | 210 ++++++++++-------- public/script.js | 18 ++ .../scripts/extensions/quick-reply/index.js | 2 +- public/scripts/power-user.js | 21 ++ public/style.css | 11 + public/themes/Default (Dark) 1.7.1.json | 4 +- 7 files changed, 171 insertions(+), 100 deletions(-) diff --git a/default/settings.json b/default/settings.json index 25b1eebaf..f90b1ab4c 100644 --- a/default/settings.json +++ b/default/settings.json @@ -166,9 +166,10 @@ "persona_show_notifications": true, "custom_stopping_strings": "", "custom_stopping_strings_macro": true, - "fuzzy_search": false, + "fuzzy_search": true, "encode_tags": false, - "lazy_load": 0 + "lazy_load": 100, + "ui_mode": 1 }, "extension_settings": { "apiUrl": "http://localhost:5100", diff --git a/public/index.html b/public/index.html index 90e2f4a57..98a97895b 100644 --- a/public/index.html +++ b/public/index.html @@ -2095,13 +2095,13 @@ - - - - - + + + + + -
+
@@ -2145,21 +2145,21 @@ - - - - - + + + + +
-