-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
feat(launchpad): show "connect project" after login if project is not connected #23379
Comments
3 tasks
37 tasks
cypress-bot
bot
added
stage: needs review
The PR code is done & tested, needs review
and removed
stage: in progress
labels
Sep 9, 2022
cypress-bot
bot
added
stage: review
and removed
stage: needs review
The PR code is done & tested, needs review
labels
Oct 19, 2022
The code for this is done in cypress-io/cypress#23762, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What would you like?
In #23295 we set up the login flow to move into the "Connect Project" flow. This can also reasonably happen from the launchpad. We didn't include the launchpad in the initial PR because it involved some refactoring that would take more time, so we split this into 2 items.
The refactoring that is needed would be:
projectId
set.It seems possible to group all of this into a single component that can manage both login and cloud-connect flows, since the Cloud Connect modal already prompts you to log in at certain times.
One other thing to be aware of is potentially conflicting changes happening to put a variant of the Cloud Connect flow into the Specs List table rows as part of ACI work in this sprint.
Why is this needed?
No response
Other
No response
The text was updated successfully, but these errors were encountered: