From 71e0a07f5b09df609ef2b31771404d2a9642deca Mon Sep 17 00:00:00 2001 From: Daniel Lavrushin Date: Mon, 13 Oct 2025 23:10:25 +0200 Subject: [PATCH] refactor(ui): remove unused settings options and update UI to indicate development status --- src/http/ui/src/components/Settings.tsx | 69 +------------------------ 1 file changed, 2 insertions(+), 67 deletions(-) diff --git a/src/http/ui/src/components/Settings.tsx b/src/http/ui/src/components/Settings.tsx index c2e7b659..78cf46b9 100644 --- a/src/http/ui/src/components/Settings.tsx +++ b/src/http/ui/src/components/Settings.tsx @@ -33,73 +33,8 @@ export default function Settings() { Settings - - - - Display Options - - - - setMaxLines(e.target.value)} - size="small" - type="number" - fullWidth - sx={{ mb: 2 }} - helperText="Maximum number of log lines to store in memory" - /> - - setTimestampFormat(e.target.value)} - size="small" - fullWidth - helperText="Format for displaying timestamps (e.g., ISO, UTC, Local)" - /> - - - - - Connection Options - - - - setAutoReconnect(e.target.checked)} - sx={{ - "& .MuiSwitch-switchBase.Mui-checked": { - color: "#F5AD18", - }, - "& .MuiSwitch-switchBase.Mui-checked + .MuiSwitch-track": { - backgroundColor: "#F5AD18", - }, - }} - /> - } - label="Auto-reconnect on connection loss" - /> - - - - - B4: ByeBye BigBro - Your log viewer - - - + + Under Development... );