feat: Live-Vorschau beim Kalender-Sortieren

Beim Ziehen wandert die Zeile jetzt live zwischen die anderen, die Liste
macht sichtbar Platz an der Zielposition. Container-dragover wird nur einmal
gebunden (kein Listener-Stacking pro Render). Version v30.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Scarriffle
2026-05-31 17:29:41 +02:00
parent c62b3df33a
commit cc4ccc7d81
2 changed files with 34 additions and 18 deletions

View File

@@ -1,2 +1,2 @@
// Increment APP_VERSION with every code change
export const APP_VERSION = 'v29';
export const APP_VERSION = 'v30';