feat: Enhance UI components and add new themes for improved experience#71
Merged
Conversation
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 new features and dependency updates, primarily focused on theming and chart configuration. The most significant changes include the addition of four new full-palette color themes, support for an "area" chart type in the chart configuration panel, and the introduction of the
radix-uilibrary (with a newSeparatorUI component). There are also updates to dependency constraints and lockfile metadata for better compatibility.Theming and UI Enhancements:
App.css. These themes support both light and dark modes and include detailed color roles for backgrounds, foregrounds, borders, and interactive elements.SeparatorUI component insrc/components/ui/separator.tsx, leveraging the newradix-uidependency for consistent cross-platform UI primitives.Chart Configuration Improvements:
chartTypeprop values and using the appropriate icon. The "scatter" chart type was removed from the options. [1] [2]Dependency and Build System Updates:
radix-ui@^1.4.3topackage.jsonandpnpm-lock.yamlto enable use of Radix UI components. [1] [2]pnpm-lock.yamlto includelibcmetadata for various native modules, improving compatibility and build targeting on Linux platforms. [1] [2] [3] [4]