A public good for{" "}
diff --git a/src/components/Profile/index.tsx b/src/components/Profile/index.tsx
index 4df6a443..606632c5 100644
--- a/src/components/Profile/index.tsx
+++ b/src/components/Profile/index.tsx
@@ -1,9 +1,9 @@
import { Button } from "flowbite-react";
import {
ExternalLink as ExternalLinkIcon,
+ Plus as PlusIcon,
Settings as SettingsIcon,
Wallet as WalletIcon,
- Plus as PlusIcon,
} from "lucide-react";
import { useState } from "react";
import {
@@ -91,11 +91,17 @@ export default function Profile() {
-
- Create
+
+
+
+ {/* STEP 1 */}
+
+
+ Nft Settings
+
+
+
+
+ {/* STEP 1 CONTENT */}
+
+
+
Recipient Address
+
+
+
+
+
+
Vest
+
+ Available 214.57368 VELO
+
+
+ test>} placeholder="WIP" />
+
+
+ {/* TODO: Use Datepicker from latest flowbite*/}
+
+
Start Date
+ }
+ value="20/10/2023"
+ />
+
+
+
+
+
Vesting Duration
+
+
+
+
+
+
+
+
Cliff Duration
+
+
+
+
+
+
+
+
+
+
Transferable
+ ON
}
+ color="green"
+ size="sm"
+ />
+
+
+
+
+ {/* STEP 2 */}
+
+
+ Nft Info (Optional)
+
+
+
+
+ {/* STEP 2 CONTENT */}
+
+
+
Recipient Name
+
+
+
+
+
Tags
+
+
+
+
+
Description
+
+
+
+
+
+
+
+
+ Unknown Recipient
+
+
+
+
+
0x0951...d68Da
+
+
+
+
+
+
Amount
+
42,300.00
+
+ Starts in a month, ends in 3 years
+
+
+
+
+
+
+
diff --git a/src/pages/Dashboard/components/govnft.tsx b/src/pages/Dashboard/components/govnft.tsx
new file mode 100644
index 00000000..9b3608c8
--- /dev/null
+++ b/src/pages/Dashboard/components/govnft.tsx
@@ -0,0 +1,70 @@
+import { Tooltip } from "flowbite-react";
+import { Info as InfoIcon } from "lucide-react";
+
+import NavLink from "../../../components/NavLink";
+
+export default function Govnft({ withdraw }) {
+ return (
+
+
+
+
+
+ ID #30
+
+
+
+ Unknown Recipient
+
+
+
+
+
0x0951...d68Da
+
+
+ Delegate
+ {" "}
+ ·{" "}
+
+ Transfer
+
+
+
+
+
+
+
Amount
+
42,300.00
+
Started a month ago
+
+
+
+
Vesting
+
42,300.00
+
Ends in 2 years
+
+
+
+
+ {withdraw && (
+
+
Withdrawable
+
100.00
+
+ Withdraw
+
+
+ )}
+
+
+ );
+}
diff --git a/src/pages/Dashboard/components/govnfts.tsx b/src/pages/Dashboard/components/govnfts.tsx
new file mode 100644
index 00000000..ca6e0696
--- /dev/null
+++ b/src/pages/Dashboard/components/govnfts.tsx
@@ -0,0 +1,18 @@
+import Govnft from "./Govnft";
+
+export default function Govnfts() {
+ return (
+
+
Available for witdrawals
+
+
+
+
Vesting
+
+
+
+
+
+
+ );
+}
diff --git a/src/pages/Dashboard/index.tsx b/src/pages/Dashboard/index.tsx
index ecae452c..eac5f3da 100644
--- a/src/pages/Dashboard/index.tsx
+++ b/src/pages/Dashboard/index.tsx
@@ -1,5 +1,6 @@
import Footer from "../../components/Footer";
import Header from "../../components/Header";
+import Govnfts from "./components/Govnfts";
export default function Dashboard() {
return (
@@ -7,8 +8,8 @@ export default function Dashboard() {
{/* @ts-ignore */}
-
- DASH
+
+
diff --git a/src/pages/Delegate/index.tsx b/src/pages/Delegate/index.tsx
index 80caca09..0ef4f817 100644
--- a/src/pages/Delegate/index.tsx
+++ b/src/pages/Delegate/index.tsx
@@ -1,3 +1,6 @@
+import { Button, TextInput, Tooltip } from "flowbite-react";
+import { Info as InfoIcon, Wallet as WalletIcon } from "lucide-react";
+
import Footer from "../../components/Footer";
import Header from "../../components/Header";
@@ -7,8 +10,57 @@ export default function Create() {
{/* @ts-ignore */}
-
- Create
+
+
+
+
Delegate GOVNFT
+
+
+
+
+ Unknown Recipient
+
+
+
+
+
0x0951...d68Da
+
+
+ ID #30
+
+
+
+
+
+
Amount
+
42,300.00
+
Started a month ago
+
+
+
+
Vesting
+
42,300.00
+
Ends in 2 years
+
+
+
+
+
Address
+
+
+
+
+
+
+
+
+
+ Enter the wallet address where the lock will be delegated
+
+
+
+
+
diff --git a/src/pages/Transfer/index.tsx b/src/pages/Transfer/index.tsx
index 80caca09..c85f7c9e 100644
--- a/src/pages/Transfer/index.tsx
+++ b/src/pages/Transfer/index.tsx
@@ -1,3 +1,6 @@
+import { Button, TextInput, Tooltip } from "flowbite-react";
+import { Info as InfoIcon, Wallet as WalletIcon } from "lucide-react";
+
import Footer from "../../components/Footer";
import Header from "../../components/Header";
@@ -7,8 +10,57 @@ export default function Create() {
{/* @ts-ignore */}
-
- Create
+
+
+
+
Transfer GOVNFT
+
+
+
+
+ Unknown Recipient
+
+
+
+
+
0x0951...d68Da
+
+
+ ID #30
+
+
+
+
+
+
Amount
+
42,300.00
+
Started a month ago
+
+
+
+
Vesting
+
42,300.00
+
Ends in 2 years
+
+
+
+
+
Address
+
+
+
+
+
+
+
+
+
+ Enter the wallet address where the lock will be delegated
+