refactor: simplify multiSelect module (remove duplicates, etc)

- remove duplicate code
- use one uniq selection bar (for both list & grid view)
This commit is contained in:
Edouard Vanbelle
2026-03-31 18:35:34 +02:00
parent e8b9604729
commit 744d2c88fb
4 changed files with 57 additions and 125 deletions
+3
View File
@@ -255,6 +255,8 @@
<span class="breadcrumb-item" data-i18n="breadcrumb.home">Home</span>
</div>
<div id="batch-selection-bar" class="batch-selection-bar"></div>
<!-- Files Container -->
<div class="files-container">
<!-- Grid View -->
@@ -332,5 +334,6 @@
<!-- Upload Progress Toast (hidden – driven by notification bell) -->
<div class="upload-toast hidden" id="upload-toast"></div>
</body>
</html>