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: page title

Mary a882f9a0 b4509afb

+4
+4
src/views/bluesky/threadgate-applicator/page.tsx
··· 8 8 9 9 import { history } from '~/globals/navigation'; 10 10 11 + import { useTitle } from '~/lib/navigation/router'; 12 + 11 13 import { Wizard } from '~/components/wizard'; 12 14 13 15 import Step1_HandleInput from './steps/step1_handle-input'; ··· 71 73 onCleanup(cleanup); 72 74 } 73 75 }); 76 + 77 + useTitle(() => `Retroactive thread gating — boat`); 74 78 75 79 return ( 76 80 <>