feat: kanban touch drag, swipe undo, dashboard task deep-link

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ulas Kalayci
2026-04-20 09:44:50 +02:00
parent c8e20b22c8
commit b867917995
8 changed files with 169 additions and 9 deletions
+10
View File
@@ -557,6 +557,16 @@
transform: rotate(1.5deg);
}
.kanban-card--ghost {
position: fixed;
z-index: 1000;
pointer-events: none;
opacity: 0.88;
box-shadow: var(--shadow-xl);
transform: rotate(2deg) scale(1.03);
transition: none;
}
.kanban-card--done {
opacity: 0.6;
}