Merged
Conversation
… for improved consistency across components
…d persist selection in AdminDashboard
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Comment |
Exam-IDEProject ID: Sites (1)
Tip HTTPS and SSL certificates are handled automatically for all your Sites |
This file contains hidden or 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
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.

This pull request introduces several enhancements to the Sonar Code Editor's user interface, focusing on customizable appearance, improved branding, and better visual consistency. The most notable changes are the addition of an accent color picker, an "About" section in admin settings, and updates to the welcome screens and icon usage. The changes also ensure that the accent color is consistently applied across components and themes.
Appearance Customization
Added an accent color picker to the
Appearancetab inAdminSettingsModal, allowing users to select from preset colors or a custom color, with a reset option. The accent color is now passed as a prop and used throughout the interface.Updated CSS files to use the new
--user-accent-rgbvariable for backgrounds and borders, ensuring the accent color is applied consistently in badges, remote cursors, and modal components.Branding and Information
Added an "About" tab to the admin settings modal, displaying app icon, version, description, links to GitHub and the official website, license info, and Knurdz branding
Updated welcome screens for both the editor and folder views with improved gradients, animated shine effects, and custom radar icons for a more modern and branded look.
Icon and UI Consistency
Enhanced sidebar navigation in admin settings with Lucide icons for each tab, added dividers, and improved visual grouping.
Updated tab icons and their colors in the editor to use the accent color variable for better theme consistency.
Theme Improvements
Defined custom Monaco editor themes (
sonar-darkandsonar-light) to improve background and line highlight colors, matching the overall application theme.These changes collectively enhance the user experience by offering more customization, clearer branding, and consistent visuals throughout the application.