From 3ff674017e57934ce082c019054116c9b08a9b55 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Thu, 26 Dec 2024 14:34:59 +0100 Subject: [PATCH] refactor: :recycle: Improve mobile timeline switching --- components/navigation/mobile-navbar.vue | 17 ++++----- components/navigation/timelines.vue | 46 ++++++++++++++----------- components/sidebars/sidebar.vue | 36 +++++++++++++++---- index.d.ts | 10 ++++-- layouts/app.vue | 2 +- pages/global.vue | 13 ++----- pages/home.vue | 15 ++------ pages/index.vue | 18 ++-------- pages/local.vue | 13 ++----- pages/public.vue | 15 ++------ 10 files changed, 82 insertions(+), 103 deletions(-) diff --git a/components/navigation/mobile-navbar.vue b/components/navigation/mobile-navbar.vue index adf1c22..6f2a5d1 100644 --- a/components/navigation/mobile-navbar.vue +++ b/components/navigation/mobile-navbar.vue @@ -1,12 +1,10 @@ - \ No newline at end of file + diff --git a/pages/home.vue b/pages/home.vue index ebad67b..e200d6b 100644 --- a/pages/home.vue +++ b/pages/home.vue @@ -6,26 +6,17 @@ - \ No newline at end of file + diff --git a/pages/index.vue b/pages/index.vue index 28d9a7c..115b819 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -8,7 +8,7 @@ - \ No newline at end of file + diff --git a/pages/local.vue b/pages/local.vue index 750a7a2..bf66cf1 100644 --- a/pages/local.vue +++ b/pages/local.vue @@ -7,7 +7,7 @@ - \ No newline at end of file + diff --git a/pages/public.vue b/pages/public.vue index d64fed4..ffa6304 100644 --- a/pages/public.vue +++ b/pages/public.vue @@ -6,25 +6,16 @@ - \ No newline at end of file +