-
Notifications
You must be signed in to change notification settings - Fork 45.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tweak(frontend): Update user profile from marketplace to appropriate profile route #9465
Conversation
…stead of nesting it in the marketplace.
…r the movement of the route.
This pull request has been ignored for the connected project Preview Branches by Supabase. |
This PR targets the Automatically setting the base branch to |
Here's the code health analysis summary for commits Analysis Summary
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
✅ Deploy Preview for auto-gpt-docs canceled.
|
Background
Resolves: #9270
Update nesting of the user's profile settings within the route of
/marketplace
instead of the appropriate route of/profile
This pr will modify the existing code to handle the relocation of the (user) directory from the /marketplace to /profile.
Changes 🏗️
Refactored directory of
(user)
:/marketplace/(user)
toprofile/(user)
Update Sidebar and Navbar components:
Checklist 📋
For code changes:
Test Plan
profile/
and observe the moved page.profile/integrations
and observe the moved page.profile/api_keys
and observe the moved page.profile/profile
and observe the moved page.profile/settings
and observe the moved page.profile/credits
and observe the moved page.