From 3b67396c433cac7158e56d8ae9a7d99acb7add55 Mon Sep 17 00:00:00 2001 From: Andre H Date: Wed, 28 Feb 2024 10:55:10 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20feat:=20reskin=20connect?= =?UTF-8?q?=20github?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projects/create/ConnectAccount.tsx | 75 ++++++++++++------- 1 file changed, 48 insertions(+), 27 deletions(-) diff --git a/packages/frontend/src/components/projects/create/ConnectAccount.tsx b/packages/frontend/src/components/projects/create/ConnectAccount.tsx index 084cd23b..e09d3dab 100644 --- a/packages/frontend/src/components/projects/create/ConnectAccount.tsx +++ b/packages/frontend/src/components/projects/create/ConnectAccount.tsx @@ -7,6 +7,8 @@ import { GitIcon, EllipsesIcon, SnowballIcon, + GithubIcon, + GitTeaIcon, } from 'components/shared/CustomIcon'; const SCOPES = 'repo user'; @@ -34,36 +36,55 @@ const ConnectAccount: React.FC = ({ // TODO: Use correct height return (
-
-
- +
+ {/** Icons */} +
+
+
+ +
+ +
+
+ +
- -
- + {/** Text */} +
+

+ Connect to your Git account +

+

+ Once connected, you can import a repository from your account or + start with one of our templates. +

-
-
-
- Connect to your Git account + {/** CTA Buttons */} +
+ {}} + title="Snowball" + width={1000} + height={1000} + > + + +
-
- Once connected, you can import a repository from your account or start - with one of our templates. -
-
-
- {}} - title="Snowball" - width={1000} - height={1000} - > - - -
{/* TODO: Add ConnectAccountTabPanel */}