web/Omnibox: show a spinner when loading
replaces the link icon with a spinner when loading the turnstile checks or processing the link
This commit is contained in:
3
web/src/lib/state/turnstile.ts
Normal file
3
web/src/lib/state/turnstile.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { writable } from "svelte/store";
|
||||
|
||||
export const turnstileLoaded = writable(false);
|
||||
Reference in New Issue
Block a user