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... );