From ea23b66cbf2b9b0a487059cef9f8f148b0d17a21 Mon Sep 17 00:00:00 2001 From: cottongin Date: Sun, 5 Apr 2026 04:49:17 -0400 Subject: [PATCH] feat: move presence bar to sticky bottom-right widget Reposition the presence bar from above main content to a sticky bottom-right indicator that docks above the footer on scroll. Sized to fit content rather than spanning full width. Made-with: Cursor --- frontend/src/App.jsx | 6 +++--- frontend/src/components/PresenceBar.jsx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 443a233..e195902 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -157,9 +157,6 @@ function App() { - {/* Admin Presence */} - - {/* Main Content */}
@@ -172,6 +169,9 @@ function App() {
+ {/* Admin Presence */} + + {/* Footer */}