feat: improve drag & drop

* permits multiple drag & drop
 * synchronize grid & list view on selection
 * permits copy during ddrag & drop (use sift/alt key according your OS)
 * use batch move / copy on drag & drop
This commit is contained in:
Edouard Vanbelle
2026-03-25 18:49:38 +01:00
parent 5b821a7eab
commit 534d4dc190
10 changed files with 386 additions and 173 deletions
-1
View File
@@ -79,7 +79,6 @@ const notifications = (() => {
}
function _renderBadge() {
const badge = $('notif-badge');
console.log(`badge`, badge);
if (!badge) return;
if (_badgeCount > 0) {
badge.classList.remove("hidden");