-
Notifications
You must be signed in to change notification settings - Fork 400
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
Remove permissions form field in ecosystem partners page + UI adjusments #4747
Remove permissions form field in ecosystem partners page + UI adjusments #4747
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @MananTank and the rest of your teammates on Graphite |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4747 +/- ##
=======================================
Coverage 48.92% 48.92%
=======================================
Files 1050 1050
Lines 57002 57002
Branches 3892 3892
=======================================
Hits 27889 27889
Misses 28480 28480
Partials 633 633
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
c920627
to
b44970b
Compare
...dashboard/connect/ecosystem/[slug]/(active)/components/server/ecosystem-partners-section.tsx
Outdated
Show resolved
Hide resolved
b44970b
to
65309cb
Compare
Merge activity
|
…nts (#4747) ## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR removes unused code related to partner permissions and updates UI components in the dashboard ecosystem section. ### Detailed summary - Removed unused `PartnerPermission` type and related code - Updated UI components in the dashboard ecosystem section for better user experience > The following files were skipped due to too many changes: `apps/dashboard/src/app/(dashboard)/dashboard/connect/ecosystem/[slug]/(active)/components/client/add-partner-form.client.tsx` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
65309cb
to
d936d4e
Compare
Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR removes unnecessary permissions and refactors UI components in the dashboard ecosystem feature.
Detailed summary
PartnerPermission
export