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 0cbef88a 45fd627b

+3
+3
src/views/identity/plc-applicator.tsx
··· 17 17 import { PlcLogEntry, PlcUpdateOp, PlcUpdatePayload, updatePayload } from '~/api/types/plc'; 18 18 import { DID_OR_HANDLE_RE, isDid } from '~/api/utils/strings'; 19 19 20 + import { useTitle } from '~/lib/navigation/router'; 20 21 import { assert } from '~/lib/utils/invariant'; 21 22 22 23 const EMAIL_OTP_RE = /^([a-zA-Z0-9]{5})[\- ]?([a-zA-Z0-9]{5})$/; ··· 47 48 prev?: PlcLogEntry; 48 49 payload?: PlcUpdatePayload; 49 50 }>({}); 51 + 52 + useTitle(() => `Apply PLC operations — boat`); 50 53 51 54 return ( 52 55 <fieldset disabled={pending()} class="contents">