From daa90dcd02d21eb4093f8905a8f7ce8075f6f1db Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 14 Sep 2023 17:12:44 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Implemented=20new=20features=20?= =?UTF-8?q?=F0=9F=9A=80=20Enhanced=20user=20account=20page=20=F0=9F=94=A7?= =?UTF-8?q?=20Fixed=20minor=20bugs=20=F0=9F=93=9D=20Updated=20documentatio?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/(account-pages)/account/page.tsx | 99 ++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 src/app/(account-pages)/account/page.tsx diff --git a/src/app/(account-pages)/account/page.tsx b/src/app/(account-pages)/account/page.tsx new file mode 100644 index 0000000..63f9bab --- /dev/null +++ b/src/app/(account-pages)/account/page.tsx @@ -0,0 +1,99 @@ +import React, { FC } from "react"; +import Label from "@/components/Label"; +import Avatar from "@/shared/Avatar"; +import ButtonPrimary from "@/shared/ButtonPrimary"; +import Input from "@/shared/Input"; +import Select from "@/shared/Select"; +import Textarea from "@/shared/Textarea"; + +export interface AccountPageProps {} + +const AccountPage = () => { + return ( +
+ {/* HEADING */} +

Account infomation

+
+
+
+
+ +
+ + + + + Change Image +
+ +
+
+
+
+ + +
+ {/* ---- */} +
+ + +
+ {/* ---- */} +
+ + +
+ {/* ---- */} +
+ + +
+ {/* ---- */} +
+ + +
+ {/* ---- */} +
+ + +
+ {/* ---- */} +
+ + +
+ {/* ---- */} +
+ +