From 22ba6239c786ecaae308dfb12c1659daf3598708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20M=C3=BCller=20=28ChaoticByte=29?= Date: Fri, 19 May 2023 00:19:27 +0200 Subject: [PATCH] Added a toggle button for the sidebar, implemented a responsive design (fixes #4) and made more minor improvements to the frontend --- frontend/static/index.html | 90 ++++++++++++++++++++----------------- frontend/static/main.js | 51 +++++++++++++++------ frontend/static/style.css | 57 +++++++++++++++++++++-- misc/screenshot.png | Bin 116906 -> 119861 bytes 4 files changed, 140 insertions(+), 58 deletions(-) diff --git a/frontend/static/index.html b/frontend/static/index.html index b13e19a..23d3b6b 100644 --- a/frontend/static/index.html +++ b/frontend/static/index.html @@ -18,49 +18,57 @@ -
-
Settings
-
-
-
Assistant
-
+