feat: Search engine channel name + program name today

This commit is contained in:
Johnnybegood90
2026-03-12 12:15:51 +01:00
parent 89da5fa3f6
commit 100ad77058
5 changed files with 242 additions and 1 deletions
+5
View File
@@ -47,6 +47,11 @@ foreach ($theme_files as $file) {
}
?>
</select>
<button class="search-btn" onclick="toggleSearch()" title="Search">&#128269;</button>
<div class="live-dot">LIVE</div>
</div>
<div class="search-bar" id="searchBar">
<input class="search-input" id="searchInput" type="text" placeholder="Search channel or program..." oninput="onSearchInput(this.value)" />
<button class="search-clear" onclick="clearSearch()">&#10005;</button>
</div>