feat(web): better search bar (#2062)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { writable } from 'svelte/store';
|
||||
import { persisted } from 'svelte-local-storage-store';
|
||||
|
||||
export const enableClip = writable<boolean>(false);
|
||||
export const savedSearchTerms = persisted<string[]>('search-terms', [], {});
|
||||
Reference in New Issue
Block a user