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 +