From f4788bb4634d73bac8ad0030849b0f60f971a610 Mon Sep 17 00:00:00 2001 From: kunish Date: Sun, 10 Sep 2023 16:42:00 +0800 Subject: [PATCH] feat: minor improvements --- src/components/Header.tsx | 9 ++++----- src/components/ProxyNodeCard.tsx | 2 +- src/index.css | 23 ++++++++++++----------- src/pages/Config.tsx | 29 ++++++++++++++++++++++++++--- src/pages/Connections.tsx | 1 + src/pages/Logs.tsx | 1 + src/types/index.d.ts | 5 +++++ 7 files changed, 50 insertions(+), 20 deletions(-) diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 1af3564..54203c7 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -11,7 +11,6 @@ import { IconSettings, } from '@tabler/icons-solidjs' import { For, ParentComponent, Show, createSignal } from 'solid-js' -import { twMerge } from 'tailwind-merge' import { LogoText } from '~/components' import { ROUTES, themes } from '~/constants' import { setCurTheme } from '~/signals' @@ -44,7 +43,7 @@ const ThemeSwitcher = () => (