-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor and fix styling for all [role="dialog"]
elements
#95
Labels
Status: Already Implemented
A proposal which has already been implemented before
Comments
itsmartashub
added a commit
that referenced
this issue
Dec 20, 2024
- Ensure styling is not applied to empty elements with `[role="dialog"]`, which caused them to appear as random circles with huge padding (e.g., around the prompt field) Changes summary: - Fixed the issue where empty elements with `[role="dialog"]` were styled incorrectly, causing them to appear as random circles, such as around the prompt field.
itsmartashub
added a commit
that referenced
this issue
Dec 20, 2024
- Rewrote all dialogs to improve code structure and maintainability - Scoped modal dialogs to differentiate them from other radix dialogs - Ensured consistent styling and behavior across all dialog types Changes summary: - Refactored all dialogs to improve code organization and maintainability. - Scoped modal dialogs to differentiate them from other radix dialogs.
itsmartashub
added a commit
that referenced
this issue
Dec 20, 2024
- Fix broken styling of autocomplete suggestion list when typing in prompt field - Update styles to accommodate recent OpenAI changes Changes summary: - Resolved styling issue in autocomplete suggestion list while typing in the prompt field due to recent OpenAI updates.
itsmartashub
added a commit
that referenced
this issue
Dec 20, 2024
…rompt field (#95) - Fix broken styling of GPTs-mentions when typing '@' in prompt field - Update styles to accommodate recent OpenAI changes Changes summary: - Fixed styling issue with GPTs-mentions when typing '@' in the prompt field due to recent OpenAI updates.
itsmartashub
added a commit
that referenced
this issue
Dec 20, 2024
- Add a default background color to uncolored Radix dialogs to improve visual consistency (only those that have '.bg-token-main-surface-primary' class) Changes summary: - Added a default background color to uncolored Radix dialogs to enhance visual consistency.
itsmartashub
added a commit
that referenced
this issue
Dec 21, 2024
…ialog (#95) - Ensure items in the "Text style" Radix dialog in Text Canvas have a hover effect Changes summary: - Added hover effects to items in the "Text style" Radix dialog in Text Canvas for better user interaction.
itsmartashub
added
Status: Already Implemented
A proposal which has already been implemented before
and removed
To Fix
Status: WIP
Work In Progress
labels
Dec 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OpenAI's recent changes have modified the implementation of various UI elements to use
[role="dialog"]
andpopover
. This affects:/
", "@
" mentions)Current Issues
[role="dialog"]
no longer appropriately styles these elements since OpenAI moved various components to use this role/
", "@
" mentions) and search popup have been moved outside the prompt field in the background (code stucture)Risks
[role="dialog"]
elements that should retain current stylingTasks
[role="dialog"]
in the application/
,@
, autocomplete suggestion list etcThe text was updated successfully, but these errors were encountered: