From 24594160d2e28a7b0841dcf94a8bf59a9437d834 Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Fri, 26 Aug 2022 05:33:13 +0300 Subject: [PATCH 1/6] Renamed "Insert Depth" to "AN Depth" --- gensettings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gensettings.py b/gensettings.py index 2462c13e..eb03cb03 100644 --- a/gensettings.py +++ b/gensettings.py @@ -483,7 +483,7 @@ gensettingstf = [ "UI_V2_Only": True, "uitype": "slider", "unit": "int", - "label": "Insert Depth", + "label": "AN Depth", "id": "singleline", "min": 0, "max": 5, @@ -834,4 +834,4 @@ formatcontrols = [{ "label": "Single Line", "id": "singleline", "tooltip": "Only allows the AI to output anything before the enter" - }] \ No newline at end of file + }] From b2ec6626859ef3c62398ece6a5ae29153ace9e95 Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Fri, 26 Aug 2022 05:47:09 +0300 Subject: [PATCH 2/6] Theme update to 0.4.3 version --- themes/Monochrome.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/Monochrome.css b/themes/Monochrome.css index 5a44fc7a..e09d3b62 100644 --- a/themes/Monochrome.css +++ b/themes/Monochrome.css @@ -98,11 +98,11 @@ --wi_card_tag_bg_color: #273141; --wi_card_tag_text_color: #e0e0e0; - --wi_tag_color: #004397; + --wi_tag_color: #244c65; --wi_tag_text_color: #e0e0e0; /*Popup*/ - --popup_background_color: #18222a; + --popup_background_color: #141c23; --popup_title_bar_color: #2b5471; --popup_title_bar_color_text: #e0e0e0; @@ -152,4 +152,4 @@ --story_pinned_area_widths_right: 30px auto var(--story_options_size) 30px; --story_pinned_areas: var(--story_pinned_areas_left); --story_pinned_area_widths: var(--story_pinned_area_widths_left); -} \ No newline at end of file +} From 9ea4de6e3875777501b9c6e49930c1721a3890cf Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Fri, 26 Aug 2022 05:48:22 +0300 Subject: [PATCH 3/6] Theme update to 0.1.3 version --- themes/Darkness.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/Darkness.css b/themes/Darkness.css index 20940dd4..e6abe020 100644 --- a/themes/Darkness.css +++ b/themes/Darkness.css @@ -98,11 +98,11 @@ --wi_card_tag_bg_color: #242424; --wi_card_tag_text_color: #e0e0e0; - --wi_tag_color: #004397; + --wi_tag_color: #1d434a; --wi_tag_text_color: #e0e0e0; /*Popup*/ - --popup_background_color: #151717; + --popup_background_color: #121414; --popup_title_bar_color: #1a625f; --popup_title_bar_color_text: #e0e0e0; @@ -152,4 +152,4 @@ --story_pinned_area_widths_right: 30px auto var(--story_options_size) 30px; --story_pinned_areas: var(--story_pinned_areas_left); --story_pinned_area_widths: var(--story_pinned_area_widths_left); -} \ No newline at end of file +} From a7acb65f5339f3305b7dd37a9201b6fffd9dd870 Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Fri, 26 Aug 2022 05:50:38 +0300 Subject: [PATCH 4/6] Removed the collapse button --- templates/settings flyout.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/templates/settings flyout.html b/templates/settings flyout.html index 164cea33..66b9c083 100644 --- a/templates/settings flyout.html +++ b/templates/settings flyout.html @@ -298,13 +298,8 @@ - timer - \ No newline at end of file + From b6e1c9eec552717ec5cddb873b8990ce2cab4b9d Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Fri, 26 Aug 2022 05:57:59 +0300 Subject: [PATCH 5/6] Removed collapse button, edited position of pins --- static/koboldai.css | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/static/koboldai.css b/static/koboldai.css index df8e176d..57c990d0 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -307,7 +307,7 @@ input[type="range"]::-ms-fill-upper { .menu_pin { position: absolute; top:10px; - left: calc(var(--flyout_menu_width) - 25px); + left: calc(var(--flyout_menu_width) - 20px); z-index:50; width: 25px; height: 25px; @@ -377,13 +377,6 @@ input[type="range"]::-ms-fill-upper { background-color: var(--setting_footer_background_color); } -.show_footer_icon { - position: absolute; - left: calc(var(--flyout_menu_width) - 30px); - bottom: 0px; - background-color: var(--flyout_background_pinned); -} - .Model_Info{ position: relative; margin: 25px 0 0 10px; @@ -728,7 +721,7 @@ input[type="range"]::-ms-fill-upper { .story_menu_pin { position: absolute; top:10px; - right: calc(var(--flyout_menu_width) - 25px); + right: calc(var(--flyout_menu_width) - 29px); z-index:50; width: 25px; height: 25px; @@ -1721,4 +1714,4 @@ h2 .material-icons-outlined { font-size: 0.9em; display: block; color: var(--setting_category_help_text_color); -} \ No newline at end of file +} From cd48ff35b31528b28769f53f687a612ce31dd7c3 Mon Sep 17 00:00:00 2001 From: ebolam Date: Fri, 26 Aug 2022 18:54:59 -0400 Subject: [PATCH 6/6] Update koboldai.css --- static/koboldai.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/koboldai.css b/static/koboldai.css index 453f235e..6ebd7e0e 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -377,6 +377,13 @@ input[type="range"]::-ms-fill-upper { background-color: var(--setting_footer_background_color); } +.show_footer_icon { + position: absolute; + left: calc(var(--flyout_menu_width) - 30px); + bottom: 0px; + background-color: var(--flyout_background_pinned); +} + .Model_Info{ position: relative; margin: 25px 0 0 10px;