fix: align app with the documented design system - #374
Conversation
Sync document colorScheme to the in-app theme so native popups (date pickers, scrollbars) stop flashing the wrong OS palette, switch quick-link hover to surface-light, bound Home/dependencies to the viewport with their own scroll region, and clarify the disabled-authorization snackbar copy.
|
Warning Review limit reached
Next review available in: 54 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
WalkthroughThe PR upgrades console components to ChangesConsole UI refresh
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 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 |
Summary
@lakekeeper/console-components/style.cssinplugins/index.ts— it was previously only pulled in incidentally by a few specific pages, so most of the app's shared-component styling could silently go unstyled depending on navigation order./styleguidepage (new file) that renders the shared component library's live design-system reference.document.documentElement.style.colorScheme) so browser-native popups (date pickers, scrollbars) follow the in-app theme instead of the OS setting.server-settings.vuetab-switch transition so a?tab=deep link landing on a non-default tab doesn't confusev-window's transition bookkeeping.Depends on
console-componentsfor the shared library fixes/design tokens; this app'spackage.jsonstill pins the last publishedconsole-componentsversion (no new release yet), so nothing here is blocked on that PR merging first.Test plan
vue-tsc --noEmit,eslint, andnpm run buildall passserver-settings.vuetab switching (fresh load + clicking)🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Bug Fixes
Style