feat(ui): make version colors consistent#2171
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdated VersionSelector.vue to switch the "latest" tag class from Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: a70d1caf-3d73-43d2-84ea-1675be41a552
📒 Files selected for processing (2)
app/components/VersionSelector.vueuno.config.ts
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Should we use capital letters? |
I think it's more consistent to leave it as is, but feel free to open an issue? or you can make a PR? generally I'll try to merge units of work to keep stuff moving, so it's better as a follow up if you see what I mean |
🧭 Context
The "latest" tag on the VersionSelector dropdown does not match the colors used for versions in the Package Version sidebar.
📚 Description
Creates the
badge-accentshortcut to synchronize accent colors for VersionSelector and Package Version matching.