aboutsummaryrefslogtreecommitdiff
path: root/src/store.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/store.ts')
-rw-r--r--src/store.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/store.ts b/src/store.ts
index 5a8e0c7..6482dfe 100644
--- a/src/store.ts
+++ b/src/store.ts
@@ -40,6 +40,7 @@ export type StoreState = {
reqImgs: boolean, // Only show events with images
showEventCounts: boolean,
showBaseLine: boolean,
+ baseLineBreadth: number,
searchSuggLimit: number,
ctgs: { // Specifies event categories, and which ones should be visible
event: boolean,
@@ -124,6 +125,7 @@ function getDefaultState(): StoreState {
reqImgs: true,
showEventCounts: true,
showBaseLine: true,
+ baseLineBreadth: 56,
searchSuggLimit: 10,
ctgs: {
event: true,