aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-06-23 17:41:23 +1000
committerTerry Truong <terry06890@gmail.com>2022-06-23 17:41:53 +1000
commit71c8ae8398b347b36ca6b08e3b10493fbcf3f6af (patch)
treecf2e2c92bdc04a7e6f58ae267f20747188c22232 /src/App.vue
parent549d932d7b54946a2dc622ce12ff3415acd23880 (diff)
Make suggestion-limit client-configurable
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index 3309879..0c9a96c 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -84,6 +84,7 @@ const defaultUiOpts = {
ancestryBarBgColor: '#44403c',
ancestryTileMargin: 5, //px (gap between detached-ancestor tiles)
infoModalImgSz: 200,
+ searchSuggLimit: 5,
autoWaitTime: 500, //ms (time to wait between actions (with their transitions))
tutorialPaneSz: 200,
tutorialPaneBgColor: '#1c1917',