-
Notifications
You must be signed in to change notification settings - Fork 27
feat(cluster): add general step in the creation flow #2303
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(cluster): add general step in the creation flow #2303
Conversation
|
Qovery can create a Preview Environment for this PR.
This comment has been generated from Qovery AI 🤖.
|
| @@ -1,9 +0,0 @@ | |||
| export interface RouteLayoutOptions { | |||
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.
This one is useless and not used
| }) | ||
| const sortedCredentials = credentials.sort((a, b) => a.name.localeCompare(b.name)) | ||
|
|
||
| const openCredentialsModal = (id?: string, onChange?: (e: string | string[]) => void) => { |
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.
@RemiBonnet Could be nice to use useCallback here
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.
Fixed 🙏
6b3ee51
| const navigationContext = useNavigationContext() | ||
| const activeTabId = useActiveTabId(navigationContext) | ||
| const needsFullWidth = useFullWidthLayout() | ||
| const hiddenLayout = useHiddenLayout() |
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.
| const hiddenLayout = useHiddenLayout() | |
| const bypassLayout = useHiddenLayout() |
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.
Fixed 🙏
6b3ee51
* feat(cluster): add general step in the creation flow * refactor(routes): clean up router configuration and remove unused onboarding routes * refactor: rename layout functions and add callback for credentials modal
Summary
Screenshots / Recordings
https://www.loom.com/share/9bc66c9925694f96a4f67729fa2294b5
Testing
yarn testoryarn test -u(if you need to regenerate snapshots)yarn formatyarn lintPR Checklist
.cursor/rules)feat(service): add new Terraform service) - required for semantic-release