commit c5022f1898b9cf06ec27f06b8d3cb752931b73b5
parent 6d09879f82255f6567092cd9924712cdd2369a34
Author: Hunter
Date:   Mon, 24 Feb 2025 19:22:27 -0500

shake anim when trying to nav into parent task

Diffstat:
Mindex.html | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/index.html b/index.html @@ -782,6 +782,9 @@ keyHandler.shiftRight.pressed = true; if (task !== currentTask) { navigateIntoSubtask(task); + } else { + // Apply shake animation when trying to navigate into the parent task + applyShakeAnimation(task.id); } } } else if (e.key === 'ArrowLeft' && e.shiftKey) {