Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedFailed to post review comments 📝 WalkthroughSummary by CodeRabbitRelease Notes
WalkthroughThe PR upgrades React to version 19, adds a new settings management flow with nested routes for organization general and preference configuration, introduces reusable UI components (ImageUpload, ViewContainer, ViewHeader), updates SDK dependencies and exports, and adds corresponding view implementations and styling. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Possibly related PRs
Suggested reviewers
✨ Finishing Touches⚔️ Resolve merge conflicts
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 |
| @@ -0,0 +1,5 @@ | |||
| import { PreferencesView } from '@raystack/frontier/react'; | |||
There was a problem hiding this comment.
Lets rename /react to /client and keep /react as backward compatible.
Summary
GeneralViewandPreferencesViewcomponents to the SDK with full profile settings UIViewContainer,ViewHeader,ImageUpload, andDeleteOrganizationDialogclient-demoapp to showcase the new settings pages