added working settings page

This commit is contained in:
partisan 2024-08-15 13:31:15 +02:00
parent 6b3373f7d6
commit b726530bc2
16 changed files with 549 additions and 89 deletions

View file

@ -59,7 +59,7 @@
<div class="search-menu settings-menu-hidden">
<h2>Settings</h2>
<div class="settings-content">
<!-- <button id="settingsButton" onclick="window.location.href='/settings'">All settings</button> Well its unessesary to use js here but this menu will not work without js anyway -->
<button id="settingsButton" onclick="window.location.href='/settings'">All settings</button> <!-- Well its unessesary to use js here but this menu will not work without js anyway -->
<div class="theme-settings">
<p><span class="highlight">Current theme: </span> <span id="theme_name">{{.Theme}}</span></p>
<div class="themes-settings-menu">