From 4505080ba8abf439d6c9061484236464cad6edd4 Mon Sep 17 00:00:00 2001 From: wheat Date: Fri, 25 Nov 2022 03:13:35 -0500 Subject: [PATCH] feat: add mobile navigation (#78) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 三咲智子 Kevin Deng --- components/main/MainContent.vue | 7 ++++- components/nav/NavBottom.vue | 30 ++++++++++++++++++++++ components/status/StatusAccountDetails.vue | 2 +- layouts/default.vue | 1 + 4 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 components/nav/NavBottom.vue diff --git a/components/main/MainContent.vue b/components/main/MainContent.vue index 870abf4a..337a402c 100644 --- a/components/main/MainContent.vue +++ b/components/main/MainContent.vue @@ -14,8 +14,13 @@ -
+
+
diff --git a/components/nav/NavBottom.vue b/components/nav/NavBottom.vue new file mode 100644 index 00000000..08222ede --- /dev/null +++ b/components/nav/NavBottom.vue @@ -0,0 +1,30 @@ + + + diff --git a/components/status/StatusAccountDetails.vue b/components/status/StatusAccountDetails.vue index 43e07082..ef624ce9 100644 --- a/components/status/StatusAccountDetails.vue +++ b/components/status/StatusAccountDetails.vue @@ -10,7 +10,7 @@ const accountHandle = $(useAccountHandle(account))