-
Notifications
You must be signed in to change notification settings - Fork 420
[backport core/1.30]: UI color updates & tweaks #6679
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
This commit applies improvements for text readability, consistency, and semantic color token usage. Includes updates to node components, UI elements, and browser test snapshots. Backported from: fd236b3
ff95f1a to
d44ac4d
Compare
🎭 Playwright Test Results❌ Some tests failed ⏰ Completed at: 11/14/2025, 02:24:57 AM UTC 📈 Summary
📊 Test Reports by Browser
🎉 Click on the links above to view detailed test results for each browser configuration. |
- Remove unused useWorkflowTemplateSelectorDialog import - Fix TypeScript errors in eslint.config.ts - Auto-fix Tailwind CSS class ordering and shorthand issues - Resolve conflicting classes in PackCard component Ensures CI can start properly without build errors.
This file was deleted in core/1.30 but kept during backport conflict resolution. Removing it now as it's not referenced anywhere in the codebase.
This plugin has been removed from main branch and was causing TypeScript compilation errors in CI. Removing import and related configuration to match current state.
Remove both the plugin and its type definitions from package.json since the plugin has been removed from the ESLint configuration.
Synchronize pnpm-lock.yaml with package.json changes that removed the eslint-plugin-tailwindcss and its type definitions.
🔧 Auto-fixes AppliedThis PR has been automatically updated to fix linting and formatting issues.
Changes made:
|
Update test expectations to match the Tailwind CSS shorthand classes that were applied by ESLint auto-fix during the backport process.
|
Updating Playwright Expectations |
|
these failing tests are all vue node changes upstream, safe to regenerate |
Summary
Backports PR #6381 (UI color updates & tweaks) to core/1.30 branch.
This includes:
Merge Conflicts Resolved
Original commit: fd236b3
┆Issue is synchronized with this Notion page by Unito