refactor: replace workspace engine and drag/pointer logic with a new layout system and physics model.refactor: replace the workspace engine and drag/pointer logic with a new layout system.

This commit is contained in:
2025-11-26 12:28:02 +01:00
parent e5e71cc5f8
commit 27eea08605
10 changed files with 264 additions and 3970 deletions
@@ -30,10 +30,7 @@
outline-offset: 4px;
}
.desk-item.is-dragging {
cursor: grabbing;
transition: none;
}
.desk-item.is-tag-target .desk-item__card {
outline: 0.35rem dashed var(--accent);
@@ -136,4 +133,4 @@
.desk-item__tags .tag-chip--tear-pending {
opacity: 0.35;
}
}