-
Notifications
You must be signed in to change notification settings - Fork 4.1k
fix: unsupported themes will use dark-plus #7187
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
Conversation
|
💡 To request a new review, comment |
Patrick-Erichsen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
73f9df9 to
6a8488a
Compare
|
🎉 This PR is included in version 1.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Closes CON-3524.
Fixes fallback theme to work properly.
Add a utility function to turn theme names to kebab case.
AI Code Review
@continue-general-reviewor@continue-detailed-reviewChecklist
Screen recording or screenshot
[ When applicable, please include a short screen recording or screenshot - this makes it much easier for us as contributors to review and understand your changes. See this PR as a good example. ]
Tests
core/utils/text.vitest.tsSummary by cubic
Fixes theme fallback so unsupported themes now use dark-plus, keeping code rendering consistent. Also adds a theme name normalizer for safer lookups. Addresses CON-3524.
Bug Fixes
New Features