Open alternative titles in modal overlay

This commit is contained in:
Dymas
2026-05-25 10:25:00 +02:00
parent df4eb39ddf
commit cad3cc46c4
6 changed files with 98 additions and 47 deletions
+3 -1
View File
@@ -1981,7 +1981,9 @@ class TemplateHelperTests(unittest.TestCase):
def test_watchlist_page_renders_alternative_titles_toggle(self):
self.assertIn("Alternative titles", APP.WATCHLIST_HTML)
self.assertIn('class="ghost alt-titles-toggle"', APP.WATCHLIST_HTML)
self.assertIn('altTitlesPanel.classList.toggle("open")', APP.WATCHLIST_HTML)
self.assertIn('id="altTitlesOverlay"', APP.WATCHLIST_HTML)
self.assertIn("openAltTitlesOverlay(item)", APP.WATCHLIST_HTML)
self.assertIn("closeAltTitlesOverlay()", APP.WATCHLIST_HTML)
self.assertIn("AniDB English alternative titles were not available for this show.", APP.WATCHLIST_HTML)
def test_watchlist_page_renders_auto_download_editor(self):