From 2ed07a6987876ab4e1771276ef92e1d75b01d941 Mon Sep 17 00:00:00 2001 From: Andre H Date: Thu, 7 Mar 2024 10:18:04 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20feat:=20reskin=20success?= =?UTF-8?q?=20create=20project?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../org-slug/projects/create/success/Id.tsx | 133 ++++++++++-------- 1 file changed, 73 insertions(+), 60 deletions(-) diff --git a/packages/frontend/src/pages/org-slug/projects/create/success/Id.tsx b/packages/frontend/src/pages/org-slug/projects/create/success/Id.tsx index 940df25..c6a4040 100644 --- a/packages/frontend/src/pages/org-slug/projects/create/success/Id.tsx +++ b/packages/frontend/src/pages/org-slug/projects/create/success/Id.tsx @@ -1,82 +1,95 @@ import React from 'react'; import { Link, useParams } from 'react-router-dom'; -import { Button } from '@material-tailwind/react'; +import { Badge } from 'components/shared/Badge'; +import { Button } from 'components/shared/Button'; +import { + ArrowLeftCircleFilledIcon, + LinkChainIcon, + QuestionMarkRoundFilledIcon, +} from 'components/shared/CustomIcon'; +import { Heading } from 'components/shared/Heading'; const Id = () => { const { id, orgSlug } = useParams(); + + const handleSetupDomain = () => { + //TODO: Implement this + }; return ( -
-
-
^
-
-
-

Project deployed successfully.

-
-
- - Your project has been deployed at{' '} - - - ^ www.iglootools.snowballtools.xyz - - +
+ {/* Icon */} +
^
+ + {/* Heading */} +
+ + Project deployed successfully. + +

+ Your project has been deployed at{' '} + + + + www.iglootools.snowballtools.xyz + +

+
+ + {/* Card */} +
+ {/* Trigger question */} +
+
+
+ + Wondering what’s next? +
-
-
- ^? 
Wondering what’s next?
-
-
-
-
1
-
-
Add a custom domain
-

+ {/* CTA card */} +

+
+ 1 +
+
+ + Add a custom domain + +

Make it easy for your visitors to remember your URL with a custom domain.

-
- -
+
+
-
-
- - - -
-
- - - -
+ {/* CTA Buttons */} +
+
+ + + +
+
+ + +