cleanup(workspace-platform): remove entrypoints#29035
Conversation
|
Hey there and thank you for opening this pull request! 👋🏼 We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. Details: |
…space-platform-entrypoints
|
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 (8)
💤 Files with no reviewable changes (5)
📝 WalkthroughWalkthroughThis change removes the platform authorization feature from the application. It deletes the authorization page and its associated view component, removes platform-specific prop plumbing from shell layout components, eliminates platform user detection based on route inspection, removes platform-specific menu items from the user dropdown, and simplifies signup redirect logic by removing platform-specific branching. A redirect rule for platform settings routes is also removed from the Next.js configuration. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 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. Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.Comment |
What this does
apps/web/next.config.ts/auth/platform/authorizeroute and its module/settings/platform/new/settings/platformpagesVerification
Result
apps/web/modules/shell/user-dropdown/UserDropdown.test.tsxpassedyarn type-check:ci --forcepassed