fix(planka): endpoints v2, tri intra-liste, drag&drop robuste
Deploy HouseHub / deploy (push) Successful in 2s
Deploy HouseHub / deploy (push) Successful in 2s
- create_card: POST /api/lists/{id}/cards + type=story (Planka v2 requis)
- create_list: type=active requis
- Drag & drop: zones pk-drop-before avant chaque carte pour tri intra-liste
- moveCard(): position calculée (avg prev/next) + gestion même liste
- Suppression variable dragCardId globale → dataTransfer propre
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
0db14560a5
commit
5828d1796d
@@ -488,3 +488,17 @@
|
||||
background: var(--bg-panel, #f3f4f6);
|
||||
color: var(--primary, #4361ee);
|
||||
}
|
||||
|
||||
.pk-drop-before {
|
||||
height: 4px;
|
||||
border-radius: 4px;
|
||||
transition: height .12s, background .12s;
|
||||
margin: -2px 0;
|
||||
}
|
||||
.pk-drop-before.drop-before-active {
|
||||
height: 28px;
|
||||
background: rgba(59,130,246,.15);
|
||||
border: 2px dashed var(--primary, #4361ee);
|
||||
border-radius: 6px;
|
||||
margin: 2px 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user