cobalt/web/src/lib/state/turnstile.ts
wukko 478dd6e515
web/Omnibox: show a spinner when loading
replaces the link icon with a spinner when loading the turnstile checks or processing the link
2024-08-16 01:37:05 +06:00

4 lines
90 B
TypeScript

import { writable } from "svelte/store";
export const turnstileLoaded = writable(false);