chore: migrate to v3 and adopt Doppler for secrets management #3

Open
kamil wants to merge 574 commits from v3-cleanup into main
Showing only changes of commit 04e63414a3 - Show all commits

View File

@@ -105,7 +105,8 @@
autoAdvanceSeed++;
}
// ── Swipe handling ─────────────────────────────────────────────────────── let swipeStartX = 0;
// ── Swipe handling ───────────────────────────────────────────────────────
let swipeStartX = 0;
function onSwipeStart(e: TouchEvent) {
swipeStartX = e.touches[0].clientX;
}