aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores.types.ts
diff options
context:
space:
mode:
authorLibravatar Abin Mn <abinmn619@gmail.com>2021-10-26 21:18:20 +0530
committerLibravatar GitHub <noreply@github.com>2021-10-26 21:18:20 +0530
commit91c69428ed0dc2dd26b00c6dd5a6684f25515a34 (patch)
tree062a9a4946aa1367263533682ee59e795ea97234 /src/stores.types.ts
parentAdd feature to display service name under service icon when the toggle for it... (diff)
downloadferdium-app-91c69428ed0dc2dd26b00c6dd5a6684f25515a34.tar.gz
ferdium-app-91c69428ed0dc2dd26b00c6dd5a6684f25515a34.tar.zst
ferdium-app-91c69428ed0dc2dd26b00c6dd5a6684f25515a34.zip
Cleanup/remove feature toggle for todo, workspace, service proxy (#2134)
* Remove DEFAULT_FEATURES_CONFIG from config * Remove static controller Co-authored-by: Madhuri B <MadhuriBandanadam@users.noreply.github.com>
Diffstat (limited to 'src/stores.types.ts')
-rw-r--r--src/stores.types.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stores.types.ts b/src/stores.types.ts
index e5978a392..c63cdd4b8 100644
--- a/src/stores.types.ts
+++ b/src/stores.types.ts
@@ -231,7 +231,6 @@ interface TodosStore {
231 actions: Actions; 231 actions: Actions;
232 api: Api; 232 api: Api;
233 isFeatureActive: () => void; 233 isFeatureActive: () => void;
234 isFeatureEnabled: () => void;
235 isInitialized: true; 234 isInitialized: true;
236 stores: Stores; 235 stores: Stores;
237 userAgentModel: () => void; 236 userAgentModel: () => void;
@@ -246,7 +245,6 @@ interface TodosStore {
246 _reactions: any[]; 245 _reactions: any[];
247 _reload: () => void; 246 _reload: () => void;
248 _routeCheckReaction: () => void; 247 _routeCheckReaction: () => void;
249 _setFeatureEnabledReaction: () => void;
250 _updateSettings: () => void; 248 _updateSettings: () => void;
251 _updateTodosConfig: () => void; 249 _updateTodosConfig: () => void;
252 isFeatureEnabledByUser: () => void; 250 isFeatureEnabledByUser: () => void;
@@ -343,7 +341,6 @@ export interface WorkspacesStore {
343 saving: boolean; 341 saving: boolean;
344 filterServicesByActiveWorkspace: () => void; 342 filterServicesByActiveWorkspace: () => void;
345 isFeatureActive: () => void; 343 isFeatureActive: () => void;
346 isFeatureEnabled: () => void;
347 isSettingsRouteActive: () => void; 344 isSettingsRouteActive: () => void;
348 isSwitchingWorkspace: () => void; 345 isSwitchingWorkspace: () => void;
349 isWorkspaceDrawerOpen: () => void; 346 isWorkspaceDrawerOpen: () => void;
@@ -359,7 +356,6 @@ export interface WorkspacesStore {
359 _openDrawerWithSettingsReaction: () => void; 356 _openDrawerWithSettingsReaction: () => void;
360 _reactions: any[]; 357 _reactions: any[];
361 _setActiveServiceOnWorkspaceSwitchReaction: () => void; 358 _setActiveServiceOnWorkspaceSwitchReaction: () => void;
362 _setFeatureEnabledReaction: () => void;
363 _setWorkspaceBeingEditedReaction: () => void; 359 _setWorkspaceBeingEditedReaction: () => void;
364 _toggleKeepAllWorkspacesLoadedSetting: () => void; 360 _toggleKeepAllWorkspacesLoadedSetting: () => void;
365 _updateSettings: () => void; 361 _updateSettings: () => void;