feat: contextmenu deel 1

This commit is contained in:
kodi
2026-03-14 09:22:24 +01:00
parent 3987de27e0
commit 0615324607
5 changed files with 114 additions and 4 deletions
Binary file not shown.
@@ -274,7 +274,10 @@ class UiSmokeGoldenTest(unittest.TestCase):
self.assertIn("function mediaIconSvg(type)", app_js)
self.assertIn('const iconType = iconTypeForEntry(entry);', app_js)
self.assertIn('function createMediaSlot(entry)', app_js)
self.assertNotIn("select-marker", app_js)
self.assertIn('function createSelectionSlot(pane, entry, index)', app_js)
self.assertIn('entry-select-slot', app_js)
self.assertIn('entry-select-toggle', app_js)
self.assertIn('toggleSelectionAtIndex(pane, selectedEntryFromItem(entry), index);', app_js)
self.assertIn('function openSearch()', app_js)
self.assertIn('async function submitSearch()', app_js)
self.assertIn('async function openInfo()', app_js)