diff --git a/src/popup/changes.js b/src/popup/changes.js
index 3f2b40d..2cd66cc 100644
--- a/src/popup/changes.js
+++ b/src/popup/changes.js
@@ -1,16 +1,25 @@
const RELEASE_CHANGES = `
-
🛠️ Improvements
- - Increased scrollbar width for better usability
- - Add style to
code
text in chat bubbles to match the GPThemes
- - Many minor enhancements
+ - Theme changes made in GPT settings are now reflected in the GPThemes theme, and vice versa, to maintain consistency across the board.
+ - The application of themes across the extension has been enhanced to ensure consistency, which was previously broken due to new OpenAI's code loading techniques.
🐛 Bug Fixes
- - Fixed broken prompt textarea due to recent OpenAI changes
- - Fixed broken
Upgrade Your Plan
dialog due to recent OpenAI changes
+ - Scrollbar styling issues caused by recent OpenAI changes have been resolved.
+ - The OLED theme display has been fixed in dialogs and GPT Stores.
+
+
+🔧 Under the Hood
+
+ - Storage management has been optimized for better efficiency.
+ - Significant code improvements have been made to enhance maintanability.
+
+
+⚠️ Known Issue
+
+ - A minor theme inconsistency remains on shared chat pages due to recent ChatGPT updates. Custom accent colors are not applied due to OpenAI's new dynamic code loading, which overrides some extension code.
`
diff --git a/src/sass/elements/_right--textarea.scss b/src/sass/elements/_right--textarea.scss
index 1f3e910..6a72763 100644
--- a/src/sass/elements/_right--textarea.scss
+++ b/src/sass/elements/_right--textarea.scss
@@ -77,6 +77,8 @@ main form {
}
}
+
+
/* @mentions in textarea */
.absolute.bottom-16:has(>.popover) {
.popover {
@@ -124,7 +126,6 @@ main form {
}
}
-
/* In DALLE there are random button examples above the textarea: ➕ Mosaic, ➕ 3D Wireframe, ➕ Claymation and shuffle btn, and arround that is some ugly gradient */
.absolute:has(.bg-gradient-to-t) {
.from-token-main-surface-primary {
diff --git a/src/sass/global/_colors-txts.scss b/src/sass/global/_colors-txts.scss
index fb69345..94c01c3 100644
--- a/src/sass/global/_colors-txts.scss
+++ b/src/sass/global/_colors-txts.scss
@@ -29,6 +29,12 @@
color: var(--c-subtext-1) !important;
}
+/* Temp textarea text */
+.text-token-text-primary {
+ --text-primary: var(--c-txt) !important;
+ // color: var(--text-primary);
+}
+
/*
- GPTs Page - "Discover and create custom versions of ChatGPT that combine instructions, extra knowledge, and any - combination of skills.
- Footer - "ChatGPT can make mistakes. Consider checking important information."