|
34 | 34 | <Wizard column href={`${base}/project-${$page.params.project}/sites/site-${data.site.$id}`}>
|
35 | 35 | <!-- Creating a new stack -->
|
36 | 36 | <div style:position="relative" style="z-index: 1;">
|
37 |
| - <Layout.Stack gap="xxl"> |
38 |
| - <!-- TODO: switch to xxxl --> |
39 |
| - <Layout.Stack gap="xxl"> |
| 37 | + <Layout.Stack gap="xxxl"> |
| 38 | + <Layout.Stack gap="xxxl"> |
40 | 39 | <Layout.Stack gap="l" direction="column" alignItems="center">
|
41 | 40 | <Check />
|
42 | 41 | <Layout.Stack gap="xs" direction="column" alignItems="center">
|
|
58 | 57 | <div style="margin-block-start: var(--gap-xxl);">
|
59 | 58 | <Step.List>
|
60 | 59 | <Step.Item state="current" shortLine={true}>
|
61 |
| - {#if !data.deployment.providerCommitHash} |
62 |
| - <Layout.Stack direction="row" gap="l"> |
63 |
| - {#if !data.site.installationId && !data.site.providerRepositoryId} |
64 |
| - <Card |
65 |
| - isTile |
66 |
| - radius="s" |
67 |
| - padding="s" |
68 |
| - isButton |
69 |
| - on:click={() => (showConnectRepositry = true)}> |
70 |
| - <Layout.Stack gap="s"> |
71 |
| - <Layout.Stack |
72 |
| - direction="row" |
73 |
| - justifyContent="space-between" |
74 |
| - alignItems="center"> |
75 |
| - <Typography.Title size="s"> |
76 |
| - Connect to repository |
77 |
| - </Typography.Title> |
78 |
| - <Icon |
79 |
| - icon={IconArrowSmRight} |
80 |
| - size="l" |
81 |
| - color="--color-fgcolor-neutral-weak" /> |
82 |
| - </Layout.Stack> |
83 |
| - <Typography.Text variant="m-400"> |
84 |
| - Connect to a new repository or an existing one. |
85 |
| - </Typography.Text> |
86 |
| - </Layout.Stack> |
87 |
| - </Card> |
88 |
| - {/if} |
| 60 | + <Layout.Stack direction="row" gap="l"> |
| 61 | + {#if !data.site.installationId && !data.site.providerRepositoryId} |
89 | 62 | <Card
|
90 | 63 | isTile
|
91 | 64 | radius="s"
|
92 | 65 | padding="s"
|
93 |
| - href={`${base}/project-${$page.params.project}/sites/site-${data.site.$id}/domains`}> |
94 |
| - <Layout.Stack gap="s"> |
95 |
| - <Layout.Stack |
96 |
| - direction="row" |
97 |
| - justifyContent="space-between" |
98 |
| - alignItems="center"> |
99 |
| - <Typography.Title size="s">Add domain</Typography.Title> |
100 |
| - <Icon |
101 |
| - icon={IconArrowSmRight} |
102 |
| - size="l" |
103 |
| - color="--color-fgcolor-neutral-weak" /> |
104 |
| - </Layout.Stack> |
105 |
| - <Typography.Text variant="m-400"> |
106 |
| - Connect to an existing domain or purchase a new one. |
107 |
| - </Typography.Text> |
108 |
| - </Layout.Stack> |
109 |
| - </Card> |
110 |
| - <Card |
111 |
| - isTile |
112 |
| - radius="s" |
113 | 66 | isButton
|
114 |
| - padding="s" |
115 |
| - on:click={() => (showInviteCollaborator = true)}> |
| 67 | + on:click={() => (showConnectRepositry = true)}> |
116 | 68 | <Layout.Stack gap="s">
|
117 | 69 | <Layout.Stack
|
118 | 70 | direction="row"
|
119 | 71 | justifyContent="space-between"
|
120 | 72 | alignItems="center">
|
121 |
| - <Typography.Title size="s" |
122 |
| - >Add collaborators</Typography.Title> |
| 73 | + <Typography.Title size="s"> |
| 74 | + Connect to repository |
| 75 | + </Typography.Title> |
123 | 76 | <Icon
|
124 | 77 | icon={IconArrowSmRight}
|
125 | 78 | size="l"
|
126 | 79 | color="--color-fgcolor-neutral-weak" />
|
127 | 80 | </Layout.Stack>
|
128 | 81 | <Typography.Text variant="m-400">
|
129 |
| - Share your progress and start collaborating with your |
130 |
| - team. |
| 82 | + Connect to a new repository or an existing one. |
131 | 83 | </Typography.Text>
|
132 | 84 | </Layout.Stack>
|
133 | 85 | </Card>
|
134 |
| - <Card |
135 |
| - isTile |
136 |
| - radius="s" |
137 |
| - isButton |
138 |
| - padding="s" |
139 |
| - on:click={() => (showOpenOnMobile = true)}> |
140 |
| - <Layout.Stack gap="s"> |
141 |
| - <Layout.Stack |
142 |
| - direction="row" |
143 |
| - justifyContent="space-between" |
144 |
| - alignItems="center"> |
145 |
| - <Typography.Title size="s" |
146 |
| - >Open on mobile</Typography.Title> |
147 |
| - <Icon |
148 |
| - icon={IconArrowSmRight} |
149 |
| - size="l" |
150 |
| - color="--color-fgcolor-neutral-weak" /> |
151 |
| - </Layout.Stack> |
152 |
| - <Typography.Text variant="m-400"> |
153 |
| - Open the preview of your site on any mobile or tablet |
154 |
| - device. |
155 |
| - </Typography.Text> |
| 86 | + {/if} |
| 87 | + <Card |
| 88 | + isTile |
| 89 | + radius="s" |
| 90 | + padding="s" |
| 91 | + href={`${base}/project-${$page.params.project}/sites/site-${data.site.$id}/domains`}> |
| 92 | + <Layout.Stack gap="s"> |
| 93 | + <Layout.Stack |
| 94 | + direction="row" |
| 95 | + justifyContent="space-between" |
| 96 | + alignItems="center"> |
| 97 | + <Typography.Title size="s">Add domain</Typography.Title> |
| 98 | + <Icon |
| 99 | + icon={IconArrowSmRight} |
| 100 | + size="l" |
| 101 | + color="--color-fgcolor-neutral-weak" /> |
156 | 102 | </Layout.Stack>
|
157 |
| - </Card> |
158 |
| - </Layout.Stack> |
159 |
| - {/if} |
| 103 | + <Typography.Text variant="m-400"> |
| 104 | + Connect to an existing domain or purchase a new one. |
| 105 | + </Typography.Text> |
| 106 | + </Layout.Stack> |
| 107 | + </Card> |
| 108 | + <Card |
| 109 | + isTile |
| 110 | + radius="s" |
| 111 | + isButton |
| 112 | + padding="s" |
| 113 | + on:click={() => (showInviteCollaborator = true)}> |
| 114 | + <Layout.Stack gap="s"> |
| 115 | + <Layout.Stack |
| 116 | + direction="row" |
| 117 | + justifyContent="space-between" |
| 118 | + alignItems="center"> |
| 119 | + <Typography.Title size="s" |
| 120 | + >Add collaborators</Typography.Title> |
| 121 | + <Icon |
| 122 | + icon={IconArrowSmRight} |
| 123 | + size="l" |
| 124 | + color="--color-fgcolor-neutral-weak" /> |
| 125 | + </Layout.Stack> |
| 126 | + <Typography.Text variant="m-400"> |
| 127 | + Share your progress and start collaborating with your team. |
| 128 | + </Typography.Text> |
| 129 | + </Layout.Stack> |
| 130 | + </Card> |
| 131 | + <Card |
| 132 | + isTile |
| 133 | + radius="s" |
| 134 | + isButton |
| 135 | + padding="s" |
| 136 | + on:click={() => (showOpenOnMobile = true)}> |
| 137 | + <Layout.Stack gap="s"> |
| 138 | + <Layout.Stack |
| 139 | + direction="row" |
| 140 | + justifyContent="space-between" |
| 141 | + alignItems="center"> |
| 142 | + <Typography.Title size="s">Open on mobile</Typography.Title> |
| 143 | + <Icon |
| 144 | + icon={IconArrowSmRight} |
| 145 | + size="l" |
| 146 | + color="--color-fgcolor-neutral-weak" /> |
| 147 | + </Layout.Stack> |
| 148 | + <Typography.Text variant="m-400"> |
| 149 | + Open the preview of your site on any mobile or tablet |
| 150 | + device. |
| 151 | + </Typography.Text> |
| 152 | + </Layout.Stack> |
| 153 | + </Card> |
| 154 | + </Layout.Stack> |
160 | 155 | </Step.Item>
|
161 | 156 | </Step.List>
|
162 | 157 | </div>
|
|
0 commit comments