Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🔍 Overview
This PR improves the product experience by - creating an example application when a user (owner) first signups and creates an application, get's rid of placeholder welcome screens (meant to solve legacy post signup redirection issues) along with minor changes to app creation flow.
💡 Proposed Changes
SuccessPane
that was meant to be a middle stop from when a user has completed the signup flow and before they are redirected to the app home screen🖼️ Screenshots or Demo
🧪 Testing
🎯 Reviewer Focus
@rohan-chaturvedi This PR adds a app name as a param to the graphql query: https://github.com/phasehq/console/pull/429/files#diff-92f0d4418d07fba628f751b36d6739dcb85620bba824c9007bd63cf0fc3578b9R4, lmk if need to regenerate types or something on the backend.
➕ Additional Context
Provide any additional information that might be helpful for reviewers and future contributors, such as links to related issues, discussions, or resources.
✨ How to Test the Changes Locally
example-secrets
app is present.example-secrets
app, ensure the dummy secrets have been created across development, staging and production environments💚 Did You...