aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Markandan R <rmarkandan@yahoo.com>2021-06-22 10:56:34 +0530
committerLibravatar GitHub <noreply@github.com>2021-06-22 10:56:34 +0530
commita94ed659846f0bc93c05bccf0c96785b91e5c78f (patch)
tree0a50eeb85e9043708936da9a0c923b32edbe8ab9 /src/config.js
parentDowngraded submodule 'src/internal-server' (diff)
downloadferdium-app-a94ed659846f0bc93c05bccf0c96785b91e5c78f.tar.gz
ferdium-app-a94ed659846f0bc93c05bccf0c96785b91e5c78f.tar.zst
ferdium-app-a94ed659846f0bc93c05bccf0c96785b91e5c78f.zip
Removed the cyclical dependency (#1519) (#1539)
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index 27ac6be0b..d96a6068b 100644
--- a/src/config.js
+++ b/src/config.js
@@ -287,3 +287,11 @@ export const PLANS_MAPPING = {
287 287
288 288
289export const DEFAULT_SETTING_KEEP_ALL_WORKSPACES_LOADED = false; 289export const DEFAULT_SETTING_KEEP_ALL_WORKSPACES_LOADED = false;
290
291export const DEFAULT_SERVICE_LIMIT = 3;
292
293export const DEFAULT_TODOS_WIDTH = 300;
294export const TODOS_MIN_WIDTH = 200;
295export const DEFAULT_TODOS_VISIBLE = true;
296export const DEFAULT_IS_FEATURE_ENABLED_BY_USER = true;
297export const TODOS_PARTITION_ID = 'persist:todos';