aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-17 20:32:22 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-20 16:02:15 +0000
commit45373f655f68fdd0b320cde175b6108454ad4731 (patch)
treec1ccb0c73639d754b68a36a1977b74471fe4b566 /src/config.js
parentNew Crowdin updates (#1668) (diff)
downloadferdium-app-45373f655f68fdd0b320cde175b6108454ad4731.tar.gz
ferdium-app-45373f655f68fdd0b320cde175b6108454ad4731.tar.zst
ferdium-app-45373f655f68fdd0b320cde175b6108454ad4731.zip
Removed Franz paid plans features:
- serviceLimit - planSelection - trialStatusBar and other Franz features that were for different tiers of subscription.
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/config.js b/src/config.js
index 7762a8cae..24888e518 100644
--- a/src/config.js
+++ b/src/config.js
@@ -120,18 +120,9 @@ export const ICON_SIZES = {
120export const iconSizeBias = 20; 120export const iconSizeBias = 20;
121 121
122export const DEFAULT_FEATURES_CONFIG = { 122export const DEFAULT_FEATURES_CONFIG = {
123 isSpellcheckerIncludedInCurrentPlan: true,
124 needToWaitToProceed: false,
125 needToWaitToProceedConfig: {
126 delayOffset: ms('1h'),
127 wait: ms('10s'),
128 },
129 isServiceProxyEnabled: false, 123 isServiceProxyEnabled: false,
130 isServiceProxyIncludedInCurrentPlan: true,
131 isAnnouncementsEnabled: true, 124 isAnnouncementsEnabled: true,
132 isWorkspaceIncludedInCurrentPlan: true,
133 isWorkspaceEnabled: false, 125 isWorkspaceEnabled: false,
134 isCommunityRecipesIncludedInCurrentPlan: true,
135}; 126};
136 127
137export const DEFAULT_WINDOW_OPTIONS = { 128export const DEFAULT_WINDOW_OPTIONS = {
@@ -166,28 +157,6 @@ export const ALLOWED_PROTOCOLS = [
166 'ferdi:', 157 'ferdi:',
167]; 158];
168 159
169export const PLANS = {
170 PERSONAL: 'personal',
171 PRO: 'pro',
172 LEGACY: 'legacy',
173 FREE: 'free',
174};
175
176export const PLANS_MAPPING = {
177 'franz-personal-monthly': PLANS.PERSONAL,
178 'franz-personal-yearly': PLANS.PERSONAL,
179 'franz-pro-monthly': PLANS.PRO,
180 'franz-pro-yearly': PLANS.PRO,
181 'franz-supporter-license': PLANS.LEGACY,
182 'franz-supporter-license-x1': PLANS.LEGACY,
183 'franz-supporter-license-x2': PLANS.LEGACY,
184 'franz-supporter-license-year': PLANS.LEGACY,
185 'franz-supporter-license-year-x1': PLANS.LEGACY,
186 'franz-supporter-license-year-x2': PLANS.LEGACY,
187 'franz-supporter-license-year-2019': PLANS.LEGACY,
188 free: PLANS.FREE,
189};
190
191export const DEFAULT_SETTING_KEEP_ALL_WORKSPACES_LOADED = false; 160export const DEFAULT_SETTING_KEEP_ALL_WORKSPACES_LOADED = false;
192 161
193export const DEFAULT_SERVICE_LIMIT = 3; 162export const DEFAULT_SERVICE_LIMIT = 3;