handy online tools for AT Protocol boat.kelinci.net
atproto bluesky atcute typescript solidjs
20
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: block page nav if pending

Mary 40f6cd9c 6c3afaf8

+1 -1
+1 -1
src/views/identity/plc-applicator.tsx
··· 53 53 54 54 createEffect(() => { 55 55 const $step = step(); 56 - if ($step > 1 && $step < 6) { 56 + if (($step > 1 && $step < 6) || pending()) { 57 57 const cleanup = history.block((tx) => { 58 58 if (window.confirm(`Abort this action?`)) { 59 59 cleanup();