From bcf05a708f2f18bdc3358dcd82c5aede4c8a9ac3 Mon Sep 17 00:00:00 2001 From: Aleix Soler Date: Wed, 6 Aug 2025 19:36:36 +0200 Subject: [PATCH 1/2] feat: add config; add logic --- components/SettingsUI/UISettings.tsx | 25 +++++++++++++++++++++++ components/StatusBar/StatusBarGroup.tsx | 11 ++++++++++ components/atoms/StatusDisplay.tsx | 27 +++++++++++++++++++++++-- constants/defaultSettings.ts | 1 + integrations/status-bar/status-bar.tsx | 3 +++ types/pluginSettings.ts | 1 + 6 files changed, 66 insertions(+), 2 deletions(-) diff --git a/components/SettingsUI/UISettings.tsx b/components/SettingsUI/UISettings.tsx index d5ff6ca..b4765ff 100644 --- a/components/SettingsUI/UISettings.tsx +++ b/components/SettingsUI/UISettings.tsx @@ -144,6 +144,31 @@ export const UISettings: React.FC = ({ settings, onChange }) => { onChange={handleChange("statusBarShowNoStatusText")} /> + +