From 6f05fd8ca30c034af2eaa3902b42601edcde69dd Mon Sep 17 00:00:00 2001 From: Keep Creating Online <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Wed, 5 Feb 2025 22:29:28 -0500 Subject: [PATCH] fixed issue with sidebar not loading profile info on view switch and updated sidebar styling --- components/profile-modal.html | 2 +- components/sidebar.html | 83 ++++++++++++++++++----------------- index.html | 10 +++-- js/app.js | 61 +++++++++++++++++++++---- js/sidebar.js | 59 +++++++++---------------- js/viewManager.js | 20 +++++++++ js/webtorrent.js | 2 +- 7 files changed, 144 insertions(+), 93 deletions(-) diff --git a/components/profile-modal.html b/components/profile-modal.html index c453d32..1b9c5f9 100644 --- a/components/profile-modal.html +++ b/components/profile-modal.html @@ -54,7 +54,7 @@
Profile diff --git a/components/sidebar.html b/components/sidebar.html index 0e5c8a4..c8ec9b3 100644 --- a/components/sidebar.html +++ b/components/sidebar.html @@ -3,54 +3,58 @@ class="bg-gray-900 text-white transition-transform duration-300 ease-in-out fixed top-0 left-0 w-64 h-full -translate-x-full hidden md:translate-x-0 md:block" >
-
- + + + +

-