style: reduced title sizes for better fit#64
Closed
InvisibleRasta wants to merge 1 commit into
Closed
Conversation
Owner
|
ill decrease the font size in 1.5 but ill try to find a nicer size, |
infinitel8p
added a commit
that referenced
this pull request
May 12, 2026
User-facing - Per-playlist primary EPG URL override and additional waterfall sources on /login. New "Test sources" button validates without saving; new "Don't use the provider's default EPG" toggle skips auto-detect. - "Map channels" dialog on /epg lets users manually map a channel to any XMLTV entry when auto-match misses. Picker shows display-name + tvg-id + programme count, with a current-selection card and "Clear override". - Auto-name fallback: channels without a tvg-id (or with a tvg-id that doesn't match the XMLTV) now match by normalised display-name with HD/FHD/UHD/4K/SD suffix stripping and separator-insensitive compare, so "MDR Sachsen HD" auto-resolves to "MDR Sachsen", "Channel 21 HD" to "Channel21". - M3U Live TV side panel now reads from the loaded XMLTV instead of the hardcoded "No EPG available for M3U source" stub. Plumbing - Multi-source fetch is parallel via Promise.allSettled; per-URL conditional GET (If-Modified-Since/ETag) + per-URL IDB cache so a single 304 still benefits the merge. - Magic-byte gzip sniff (1F 8B) on every response, in addition to URL ext and Content-Type heuristics. - Force tauri-plugin-http for EPG fetches so the desktop / Android builds bypass browser CORS on arbitrary XMLTV hosts. - O(1) name lookup via a per-playlist nameIndex built once per EPG load. - Virtualised mapping list (~30 of 53k rows in DOM), debounced search, memoised tvg-id resolution. Other - ~50 new i18n keys translated to all 16 locales. - Locale message cache key bumped to v2 to invalidate stale pre-paint caches. - todo.md: extended programme-reminders entry with system-tray plan. Closes #63, closes #64
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.
Just changing title sizes, they are too big at the moment