feat(ui): Dev mode banner updates#8917
Conversation
🦋 Changeset detectedLatest commit: c59af36 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Repository UI (inherited) Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (9)
📝 WalkthroughWalkthroughRefactors ChangesDev Mode Indicator Styling
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
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 |
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/electron
@clerk/electron-passkeys
@clerk/eslint-plugin
@clerk/expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/hono
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
Replaces the dev mode banner with a faded pixel-grid overlay behind a center-peaked accent line. Adds an oval mask (configurable curve, fade strength, and center softness), matches the "Development mode" text to the "Secured by" text, and adjusts footer spacing. Also fixes a type error from the removed DevModeOverlay `gradient` prop. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The text Col already paints above the absolutely-positioned dev mode overlay via DOM order with position: relative, so the explicit zIndex and isolation are unnecessary. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Drops the isolation, content wrapper, and z-index lift from the test card panels. The dots render over the content like the prior striped pattern did; only position: relative (to anchor the overlay) and overflow: hidden (to clip the grid) remain. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
API Changes Report
Summary
No API Changes DetectedAll packages have stable APIs with no detected changes. Report generated by Break Check Last ran on |
Description
Updates dev mode banner implementation.
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change
Summary by CodeRabbit
Bug Fixes
Style
Tests