1
0
mirror of https://github.com/koloml/philomena-tagging-assistant.git synced 2026-05-09 15:12:21 +00:00

Added search preferences section with several initial settings

This commit is contained in:
2024-08-07 02:30:24 +04:00
parent c0b1259e45
commit b0889486c7
4 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import {writable} from "svelte/store";
export const searchPropertiesSuggestionsEnabled = writable(false);
/** @type {import('svelte').Writable<"start"|"end">} */
export const searchPropertiesSuggestionsPosition = writable('start');