From 055a732733b05d4579fa8e9a85da6b97c29957de Mon Sep 17 00:00:00 2001 From: mrfry Date: Sun, 30 Apr 2023 18:54:05 +0200 Subject: [PATCH] added subject download button, fixed all questions display on allquestions --- src/components/layout.jsx | 75 +++++++++++++++++++++++++++++- src/pages/allQuestions.jsx | 31 +++++++++++-- src/pages/faq.jsx | 93 ++++++++++++++++++++++---------------- src/pages/p2pinfo.jsx | 8 +--- src/pages/pwRequest.jsx | 2 + 5 files changed, 161 insertions(+), 48 deletions(-) diff --git a/src/components/layout.jsx b/src/components/layout.jsx index 01938e0..d8c6c65 100644 --- a/src/components/layout.jsx +++ b/src/components/layout.jsx @@ -98,7 +98,13 @@ function TopBar({ ) } -function SideBar({ sidebarOpen, closeSideBar, href, setDonateShowing }) { +function SideBar({ + sidebarOpen, + closeSideBar, + href, + setDonateShowing, + setReposShowing, +}) { return sidebarOpen ? ( <>