-
Notifications
You must be signed in to change notification settings - Fork 619
[TOOL-3231] Show View Project Link after creating a project in Modal #6055
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
size-limit report 📦
|
jnsdls
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hm why not just redirect straight to it, feels like the logical step? also CI is failing
|
Because we need to wait for user to copy the secret key |
joaquim-verges
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixing the next version mismatch in my pr btw
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6055 +/- ##
==========================================
- Coverage 55.02% 55.01% -0.01%
==========================================
Files 1152 1152
Lines 61280 61280
Branches 5181 5177 -4
==========================================
- Hits 33722 33716 -6
- Misses 26830 26834 +4
- Partials 728 730 +2
*This pull request uses carry forward flags. Click here to find out more. |
Merge activity
|
…6055) <!-- start pr-codex --> ## PR-Codex overview This PR introduces the `teamSlug` prop across multiple components to enhance API key management by associating it with specific teams. This allows for better project handling and user navigation within the dashboard. ### Detailed summary - Added `teamSlug` prop to `CreateAPIKeyModal` and related components. - Updated `embed-setup.tsx` to handle `teamSlug` as `undefined`. - Integrated `teamSlug` in `TeamProjectsPage` and `AccountHeader`. - Modified `CreateAPIKeyDialog` to include `teamSlug` in props. - Enhanced `APIKeyDetails` to fetch projects based on `teamSlug`. - Implemented conditional rendering for "View Project" button based on `teamSlug`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->

PR-Codex overview
This PR focuses on enhancing the handling of
teamSlugin various components, particularly in the context of API key management and project interaction. It introduces new functionality for displaying project details and navigation based on theteamSlugvalue.Detailed summary
teamSlugprop to several components, includingCreateApiKeyModal,TeamProjectsPage, andTeamHeader.CreateAPIKeyDialogPropsto includeteamSlug.APIKeyDetailsto fetch project information usingteamSlug.teamSlugis present.teamSlug.