Claude: changes for issue #150 #151
No reviewers
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Grandiras/Ponente!151
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "claude/issue-150"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #150.
🤖 Reviewing this PR — follow along in the action run; the reply will link the full session transcript.
📜 Live transcript — updating every ~5 minutes while the task runs.
✅ Verdict: approve — no blocking issues found.
This adds
delay: 200+delayOnTouchOnly: true+touchStartThreshold: 6to the column Sortable instances so a touch on a full column is read as a scroll until it's been held, fixing the bug where a full column had no touchable point that would scroll it. I verified the options exist in the vendoredsortable.min.js(1.15.7), and the.card-chosenstyling change is consistent with the existing convention of standalonerotate/scaleproperties (.card-draggingalready usesrotate: 2.5deg) rather thantransform, which correctly avoids clobbering.card:hover/.card:active'stransform: translateY(...).The
:not(.card-ghost)exclusion is well-reasoned: SortableJS applieschosenClassto the original element which becomes the ghost placeholder left in the list, so without the exclusion the placeholder would also scale up, widening the gap under the drop. The mobile.spec.js fixture is thorough — it exercises a short tap (dialog still opens), a fast flick (scrolls, nothing picked up), and a held press (picks up,.card-chosenappears, then drags/autoscrolls) all in one gesture sequence, which matches the three-way ambiguity the feature is resolving. board.spec.js's added assertion correctly checks the press options survive a column rebind. Changelog entries (both locales) and docs/frontend.md are updated per the repo conventions, and the reasoning in the code comments checks out against the actual.card/.card-chosen/.card-draggingCSS.One minor, non-blocking note:
chosenClassis unaffected bydelayOnTouchOnlyfor mouse drags (delay stays 0 on desktop), so the newscale: 1.03on.card-chosenwill now also apply immediately on desktop mouse drags, not just touch — the comments and changelog frame this purely as a phone-only affordance. Not a bug, just worth confirming that's the intended visual on desktop too.No correctness or security issues found.
⏱ 1m 29s · 14 turns · tokens: 33.6k in / 6.9k out (+591.8k cache-read)
📜 Full session transcript