From 032c70e08621b70f192a28790d8950625d5751df Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Wed, 1 Apr 2026 15:25:48 +0200 Subject: [PATCH] Remove tooltip from switch-setting component to simplify UI --- web/components/switch-setting.tsx | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/web/components/switch-setting.tsx b/web/components/switch-setting.tsx index de1b7571..95063227 100644 --- a/web/components/switch-setting.tsx +++ b/web/components/switch-setting.tsx @@ -1,6 +1,5 @@ import {Switch} from '@headlessui/react' import clsx from 'clsx' -import {Tooltip} from 'web/components/widgets/tooltip' import ShortToggle, {ToggleColorMode} from './widgets/short-toggle' @@ -14,17 +13,7 @@ export const SwitchSetting = (props: { const {colorMode, checked, onChange, label, disabled} = props return ( - - - +