From e12950386580c476f283b89a9520f7ddabbc7186 Mon Sep 17 00:00:00 2001 From: wearrrrr Date: Thu, 11 Jan 2024 23:29:42 -0600 Subject: [PATCH] Add a proper dropdown, slow but steady progress lol. --- src/components/Dropdown.astro | 49 ++++++++++++++++ src/components/TabList.astro | 103 ++++++++++++++++++++++++++++------ 2 files changed, 135 insertions(+), 17 deletions(-) create mode 100644 src/components/Dropdown.astro diff --git a/src/components/Dropdown.astro b/src/components/Dropdown.astro new file mode 100644 index 0000000..29dc80c --- /dev/null +++ b/src/components/Dropdown.astro @@ -0,0 +1,49 @@ +--- +// TODO: Add Props to make this component more dynamic!! +--- + + + \ No newline at end of file diff --git a/src/components/TabList.astro b/src/components/TabList.astro index 2f23c9b..226390c 100644 --- a/src/components/TabList.astro +++ b/src/components/TabList.astro @@ -1,7 +1,12 @@ +--- +import Dropdown from "./Dropdown.astro"; +--- +

Proxy

-

Proxy settings

+

Selected Proxy

+

Customization

@@ -33,29 +38,92 @@
-

Testing testing

+
-