Conversation
- Updated card, modal, nav, table, and button CSS to use --color-* and --mag-* theme tokens from tinywasm/dom with fallback values. - Removed deprecated components/form package, palette.go, and registry.go. - Updated documentation (README.md, CATALOG.md, CREATION.md) to reflect theme integration and form package removal. - Bumped Go version requirement to 1.25.2 in go.mod. Co-authored-by: cdvelop <44058491+cdvelop@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. |
Executed the implementation plan for theme migration and form package deprecation.
--color-*and--mag-*tokens fromtinywasm/dom'stheme.css. Hardcoded colors have been replaced with these variables and consistent fallbacks.form/sub-package was removed as it was a thin wrapper arounddom.Form(). Users are now directed to usegithub.com/tinywasm/form.palette.go(moved todom) andregistry.go(unused).Verified with
go test ./...and manual review of CSS files.PR created automatically by Jules for task 6590359169453353721 started by @cdvelop