Skip to content

Conversation

@jeradrutnam
Copy link
Member

@jeradrutnam jeradrutnam commented Dec 15, 2025

Purpose

  • Refactored oxygen UI theme to user extendTheme over createTheme to match the latest guideline from MUI
  • Add new components
    • ComplexSelect
image
  • ThemeSwitcher
image
  • Update storybook with missing theming documentation
image
  • Add router to sample app along with importing new oxygen-ui improvments
image
  • Add support for multiple theming

<OxygenUIThemeProvider radialBackground> => <OxygenUIThemeProvider themes={[ { key: "default", label: "Default", theme: defaultTheme }, { key: "purple", label: "Purple", theme: purpleTheme } ]}>

@coderabbitai
Copy link

coderabbitai bot commented Dec 15, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@jeradrutnam jeradrutnam merged commit 554ea09 into wso2:next Dec 15, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant