more upgrade

This commit is contained in:
Simon
2026-02-08 14:43:00 +00:00
parent 18cb317730
commit b9f49530e4
4 changed files with 39 additions and 5 deletions

View File

@@ -13,6 +13,9 @@
<input type="text" id="search-input" placeholder="Search videos..." oninput="handleSearch(this.value)">
</div>
<div class="actions">
<button class="icon-btn reload-toggle" id="reload-channel-btn" title="Reload Channel">
<img class="icon-svg" src="https://cdn.jsdelivr.net/npm/heroicons@2.0.13/24/outline/arrow-path.svg" alt="Reload">
</button>
<button class="icon-btn menu-toggle" onclick="toggleDrawer('menu')" title="Menu">
<img class="icon-svg" src="https://cdn.jsdelivr.net/npm/heroicons@2.0.13/24/outline/bars-3.svg" alt="Menu">
</button>