metube/ui/src
TonyBlu 6d890021a6 feat(captions): P1/P2 improvements - region variant fallback, DownloadInfo init, subtitle_files UI
P1 fixes:
- _subtitle_lang_list now extracts base language from qualified tags
  (e.g. zh-Hans → zh base) so regional variants are still added as
  fallbacks. Original input is preserved as first priority.
- DownloadInfo.__init__ now explicitly initializes filename=None and
  chapter_files=[] to avoid AttributeError on dynamic attribute access.
- __setstate__ adds filename=None migration for old persistent data.
- Frontend Download interface gains subtitle_files field; completed
  downloads show each subtitle file with download link and CC icon.

P2 improvements:
- _LANGUAGE_REGION_VARIANTS expanded from 10 to 30 languages covering
  it/ja/ko/hi/th/vi/id/pl/uk/ru/cs/sv/da/no/fi/tr/el/he/hu/bn/ta.
- Languages with no regional variants use empty tuple (they still get
  -orig suffix when include_orig=True).
2026-05-25 21:48:27 +08:00
..
app feat(captions): P1/P2 improvements - region variant fallback, DownloadInfo init, subtitle_files UI 2026-05-25 21:48:27 +08:00
assets feat: update icons, add suffix and fix bugs 2026-05-04 14:14:26 +08:00
custom-service-worker.js Redirect to / when basePath is empty 2025-04-12 17:03:27 +02:00
favicon.ico feat: update icons, add suffix and fix bugs 2026-05-04 14:14:26 +08:00
index.html Fix downloads service tests with optional visit header 2026-05-01 11:54:30 +08:00
main.ts feat(frontend): modernize Angular app 2025-12-15 01:56:47 +01:00
manifest.webmanifest feat: update icons, add suffix and fix bugs 2026-05-04 14:14:26 +08:00
styles.sass fix: Clear buttons now effective immediately 2026-05-06 10:41:49 +08:00