From 6e6bc1c45b6b54a87c38ad51217e51ad0976389e Mon Sep 17 00:00:00 2001 From: juls0730 <62722391+juls0730@users.noreply.github.com> Date: Thu, 12 Sep 2024 00:43:47 -0500 Subject: [PATCH] add back nav files, oops --- ui/components/Nav/index.vue | 87 ++++++++++++++++++++++++++++++ ui/components/Nav/userDropdown.vue | 82 ++++++++++++++++++++++++++++ 2 files changed, 169 insertions(+) create mode 100644 ui/components/Nav/index.vue create mode 100644 ui/components/Nav/userDropdown.vue diff --git a/ui/components/Nav/index.vue b/ui/components/Nav/index.vue new file mode 100644 index 0000000..ef976d5 --- /dev/null +++ b/ui/components/Nav/index.vue @@ -0,0 +1,87 @@ + + + + + + + filething + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Link + + + Link + + + Link + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ui/components/Nav/userDropdown.vue b/ui/components/Nav/userDropdown.vue new file mode 100644 index 0000000..b84b727 --- /dev/null +++ b/ui/components/Nav/userDropdown.vue @@ -0,0 +1,82 @@ + + + + + + + {{ user.username }} + {{ user.email }} + + you have {{ formatBytes(user.plan.max_storage) }} of storage + + + + + + + + + + + + + + + + + Change Theme + + + + + Logout + + + + + + \ No newline at end of file
+ filething +
{{ user.username }}
{{ user.email }}
+ you have {{ formatBytes(user.plan.max_storage) }} of storage +