mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-25 08:53:50 +00:00
Replace the accent-colored block + checkmark icon on swipe-right with a dynamic strikethrough line that follows the touch position. The line extends from left to right tracking the finger, transitions at the trigger threshold, and snaps to full width on completion. For undo (swiping on done tasks), the native text-decoration line-through fades out via text-decoration-color animation, task opacity increases from dimmed to full, and the checkmark unchecks. Key implementation details: - Strikethrough Y position adapts to task title center, with even-line-count offset for multi-line titles - Undo uses text-decoration-color animation on .display-value - showUndoneAnimation input on done-toggle removes is-done class - Left swipe (context menu) behavior is unchanged - Zero performance impact on desktop (IS_TOUCH_PRIMARY guard) |
||
|---|---|---|
| .. | ||
| actions/setup-e2e | ||
| annotations | ||
| ISSUE_TEMPLATE | ||
| workflows | ||
| CODE_OF_CONDUCT.md | ||
| CODEOWNERS | ||
| CONTRIBUTING.md | ||
| dependabot.yml | ||
| FUNDING.yml | ||
| PULL_REQUEST_TEMPLATE.md | ||
| SECURITY-SETUP.md | ||