Add search/filter functionality for channels and programs#92
Closed
Add search/filter functionality for channels and programs#92
Conversation
… support Co-authored-by: thehack904 <35552907+thehack904@users.noreply.github.com>
Co-authored-by: thehack904 <35552907+thehack904@users.noreply.github.com>
Co-authored-by: thehack904 <35552907+thehack904@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add search/filter box for channels and programs
Add search/filter functionality for channels and programs
Feb 16, 2026
Copilot stopped work on behalf of
thehack904 due to an error
February 16, 2026 20:36
Owner
|
I'm not ready for this to be an improvement. It just doesn't look/feel correct for the project at this time. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements real-time search across channel names, program titles, and descriptions with visual feedback and accessibility support.
Changes
UI Components (
templates/guide.html)Search Logic (
templates/guide.html)Styling (
static/css/base.css).search-highlightwith theme-aware backgrounds.guide-row.hidden-by-search { display: none !important; }Mobile Support (
static/css/mobile.css)Example
Screenshots
Dark theme with search bar:

Search with results:

Light theme:

Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
iptv.lan/usr/bin/python3 python3 app.py(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
Issue #2: Guide UX Improvements - Search/Filter Implementation
Objective
Add a search/filter box for channels and programs with real-time filtering and result count display.
Requirements
1. UI Components (
templates/guide.html)Add search bar before the guide grid (after line 69, before line 72
<div class="guide-outer">):2. CSS Styling (
static/css/base.css)Add after the guide grid styles (around line 127):
3. JavaScript Functionality (
templates/guide.html)Add a new
<script>block after the auto-scroll script (after line 548):