Skip to content

Commit 1a161e3

Browse files
authored
feat: add multi stepper form for deployment form (#327)
* feat: add multi stepper form for deployment form which improves user experience * chore: address review comments
1 parent 8310aa8 commit 1a161e3

File tree

8 files changed

+887
-154
lines changed

8 files changed

+887
-154
lines changed

view/app/self-host/components/create-form/deploy-form.tsx

Lines changed: 312 additions & 139 deletions
Large diffs are not rendered by default.

view/app/self-host/create/[id]/page.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ function page() {
1818
action="create"
1919
loadingFallback={<Skeleton className="h-96" />}
2020
>
21-
<div className="container mx-auto py-6 space-y-8 max-w-4xl">
21+
<div className="container mx-auto py-6 space-y-8 max-w-4xl justify-center items-center h-screen flex-col flex">
2222
<DashboardPageHeader
2323
label={repository?.name || t('selfHost.create.title')}
2424
description={t('selfHost.create.description')}
25+
className='justify-center text-center mb-16'
2526
/>
2627
<DeployForm
2728
repository={repository?.id.toString() || ''}

0 commit comments

Comments
 (0)