-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
🎨 style: Prompt UI Refresh & A11Y Improvements #5614
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changed the useUpdatePromptGroup mutation in prompts.ts to replace the JSON.parse(JSON.stringify(...)) clones with structuredClone. This avoids errors when data contains non‑JSON values and improves data cloning reliability
…ter updating switch status
…Button component in SharePrompt
…h updated aria-label
…g skeletons in List component
…djust DashBreadcrumb margin for better alignment
… localization strings for confirmation prompts
…layout and styling; replace button with custom Button component
…s, and Label components for improved user experience
…oved layout and text handling
…rface colors for a11y
… DashGroupItem components; enhance Dropdown functionality with custom renderValue
…button sizes and localization strings for better accessibility and user experience
…onent; update CategorySelector for improved functionality and accessibility
…iption; enhance layout and accessibility in PromptVariables and PromptForm
…ponents; enhance PromptVersions layout
…d inputs; improve localization for filter prompts
…mponents; improve layout and styling in PromptForm and CategorySelector
…d components; improve dialog roles and descriptions in SharePrompt and PromptForm
…hance layout and styling in ChatGroupItem, ListCard, and ManagePrompts components
…ty; replace button elements with custom Button component and enhance layout in VariableForm, PromptDetails, and PromptVariables
…arePrompt component; enhance readability and maintainability
…mprove conditional rendering for search states and accessibility
danny-avila
changed the title
feat: prompt UI update
🎨 style: Prompt UI Refresh & A11Y Improvements
Feb 5, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Closes #5566
Closes #5535
Change Type
Testing
Please describe your test process and include instructions so that we can reproduce your test. If there are any important variables for your testing configuration, list them here.
Test Configuration:
Checklist