From bc03f65dbaba7616faf807f971794064440fcf69 Mon Sep 17 00:00:00 2001 From: Aleix Soler Date: Sat, 19 Jul 2025 18:14:55 +0200 Subject: [PATCH] chore: clean unused settings --- components/SettingsUI.tsx/UISettings.tsx | 11 ----------- constants/defaultSettings.ts | 4 +--- integrations/views/status-dashboard-view.tsx | 3 +-- types/pluginSettings.ts | 2 -- wiki/Performance Tuning.md | 1 - 5 files changed, 2 insertions(+), 19 deletions(-) diff --git a/components/SettingsUI.tsx/UISettings.tsx b/components/SettingsUI.tsx/UISettings.tsx index 0918c3c..d4b370b 100644 --- a/components/SettingsUI.tsx/UISettings.tsx +++ b/components/SettingsUI.tsx/UISettings.tsx @@ -80,17 +80,6 @@ export const UISettings: React.FC = ({ settings, onChange }) => { /> - - - - ; - compactView: boolean; enabledTemplates: string[]; // IDs of enabled templates useCustomStatusesOnly: boolean; // Whether to use only custom statuses or include templates useMultipleStatuses: boolean; // Whether to allow multiple statuses per note diff --git a/wiki/Performance Tuning.md b/wiki/Performance Tuning.md index 6c86122..a9926e4 100644 --- a/wiki/Performance Tuning.md +++ b/wiki/Performance Tuning.md @@ -26,7 +26,6 @@ Pagination: 50-100 items per page "showStatusIconsInExplorer": false, "excludeUnknownStatus": true, "hideUnknownStatusInExplorer": true, - "compactView": true, "enabledTemplates": ["minimal"] } ```