Add folder tag toggle and feedback button; refactor theme toggle

This commit is contained in:
Will Miao
2025-02-05 17:40:39 +08:00
parent e2793a71be
commit 210bc70481
4 changed files with 114 additions and 10 deletions

View File

@@ -34,8 +34,16 @@
<link rel="preconnect" href="https://cdnjs.cloudflare.com">
</head>
<body>
<div class="theme-toggle" onclick="toggleTheme()">
<img src="/loras_static/images/theme-toggle.svg" alt="Theme">
<div class="corner-controls">
<button class="control-button" onclick="toggleFolderTags()" title="Toggle folder tags">
<i class="fas fa-tags"></i>
</button>
<button class="control-button" onclick="openFeedback()" title="Report issues or request features">
<i class="fas fa-bug"></i>
</button>
<div class="theme-toggle" onclick="toggleTheme()" title="Toggle theme">
<img src="/loras_static/images/theme-toggle.svg" alt="Theme">
</div>
</div>
{% include 'components/modals.html' %}