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:
6
src/stores/search-preferences.js
Normal file
6
src/stores/search-preferences.js
Normal 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');
|
||||
Reference in New Issue
Block a user