feat (ui): multiselect toegevoegd

This commit is contained in:
kodi
2026-03-11 10:19:40 +01:00
parent bad3f3cf42
commit 05816751b1
4 changed files with 102 additions and 60 deletions
@@ -30,6 +30,9 @@ class UiSmokeGoldenTest(unittest.TestCase):
self.assertIn('id="footer-bar"', body)
self.assertIn('id="left-pane"', body)
self.assertIn('id="right-pane"', body)
self.assertIn('id="left-items"', body)
self.assertIn('id="right-items"', body)
self.assertIn('id="mkdir-btn"', body)
self.assertIn('id="left-breadcrumbs"', body)
self.assertIn('id="right-breadcrumbs"', body)
self.assertNotIn('id="bookmarks-panel"', body)