Advanced Theme Creation: AI, Manual, and Forking#15
Conversation
… forking. - Added AI theme generation via OpenRouter in AiService. - Updated ThemesController to support manual creation, forking, and AI generation. - Created ThemeEditorVariables and ColorPicker components with Tailwind color support. - Implemented real-time theme preview in the creation flow. - Added 'Fork Theme' functionality to theme details page. - Enhanced CSS variable building to correctly handle raw HSL values. Co-authored-by: claudemyburgh <6057076+claudemyburgh@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This PR introduces several new ways for users to create themes, making the platform much more flexible and interactive.
Key Features:
Technical Changes:
AiServicewas enhanced withgenerateFullTheme.ThemesControllerwas updated to handle multiple creation paths. A newThemesControllerTestcovers the logic.create.tsxpage was completely redesigned with a tabbed layout.buildCSSVarswas improved to automatically wrap raw HSL values from the editor inhsl()functions for correct browser rendering.PR created automatically by Jules for task 2953705128562490666 started by @claudemyburgh