From df35fb077559da5d6378623823943b7cf6805f7b Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Wed, 28 Jun 2023 22:47:33 +0900 Subject: [PATCH 1/3] less movingUI logspam --- public/scripts/RossAscends-mods.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/scripts/RossAscends-mods.js b/public/scripts/RossAscends-mods.js index 6a0fa2509..8ef61a1ad 100644 --- a/public/scripts/RossAscends-mods.js +++ b/public/scripts/RossAscends-mods.js @@ -561,8 +561,8 @@ B: ${oldBottom}>> ${bottom} ---`) power_user.movingUIState[elmntName].margin = 'unset'; } else { - console.log('skipped unsetting margins') - console.log(oldTop, top, oldLeft, left) + console.debug('skipped unsetting margins') + //console.debug(oldTop, top, oldLeft, left) } saveSettingsDebounced(); From e4e8cdfca50627de43904e897690ae55aaa07a25 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Wed, 28 Jun 2023 22:55:35 +0900 Subject: [PATCH 2/3] Adv Char Defs panel gets correct BG color --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 39e127b41..03352d5f1 100644 --- a/public/style.css +++ b/public/style.css @@ -2546,7 +2546,7 @@ input[type="range"]::-webkit-slider-thumb { #character_popup { display: none; - background-color: var(--black30a); + background-color: var(--SmartThemeBlurTintColor); backdrop-filter: blur(calc(var(--SmartThemeBlurStrength)*2)); -webkit-backdrop-filter: blur(calc(var(--SmartThemeBlurStrength)*2)); From 2f8b624578e9410929448cfb2dcf74568ea70e63 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Wed, 28 Jun 2023 23:45:41 +0900 Subject: [PATCH 3/3] cleanup Adv Def's creator/overrides blocks --- public/index.html | 52 ++++++++++++++++++++++++++--------------------- public/style.css | 3 ++- 2 files changed, 31 insertions(+), 24 deletions(-) diff --git a/public/index.html b/public/index.html index c3bdb114d..42a68ee94 100644 --- a/public/index.html +++ b/public/index.html @@ -2740,23 +2740,24 @@
-

- AI Prompt Overrides - (Affects the generation) -

+

Prompt Overrides (For OpenAI/Claude APIs, and Instruct mode)

+ +
+ Insert {{original}} into either box to include the respective default prompt from system settings.
-

System Prompt

- +

Main Prompt

+
-

Post History Instructions

- +

Jailbreak

+
+

@@ -2766,25 +2767,30 @@

-
-

Creator's Name

- + Everything here is optional +
+
+

Created by

+ +
+
+

Character Version

+ +
-
-

Creator's Notes

- -
-
-

Creator's Tags

- -
-
-

Character Version

- +
+
+

Creator's Notes

+ +
+
+

Tags to Embed

+ +
- +

Personality summary diff --git a/public/style.css b/public/style.css index 03352d5f1..56e33507f 100644 --- a/public/style.css +++ b/public/style.css @@ -4452,7 +4452,8 @@ body.waifuMode .zoomed_avatar { } .world_entry_thin_controls, - #persona-management-block { + #persona-management-block, + #character_popup .flex-container { flex-direction: column; }