diff --git a/qwen3-tts-frontend/src/components/HistorySidebar.tsx b/qwen3-tts-frontend/src/components/HistorySidebar.tsx index 03322ec..1f88e0d 100644 --- a/qwen3-tts-frontend/src/components/HistorySidebar.tsx +++ b/qwen3-tts-frontend/src/components/HistorySidebar.tsx @@ -1,5 +1,6 @@ import { useRef, useEffect } from 'react' import { useTranslation } from 'react-i18next' +import { Link } from 'react-router-dom' import { useHistoryContext } from '@/contexts/HistoryContext' import { HistoryItem } from '@/components/HistoryItem' import { ScrollArea } from '@/components/ui/scroll-area' @@ -36,7 +37,13 @@ function HistorySidebarContent() { return (
-
+
+ + Qwen +

+ Qwen3-TTS-WebUI +

+

{t('historyTitle')}

{t('historyCount', { count: jobs.length })}

diff --git a/qwen3-tts-frontend/src/components/Navbar.tsx b/qwen3-tts-frontend/src/components/Navbar.tsx index 9ca8187..6a6a22e 100644 --- a/qwen3-tts-frontend/src/components/Navbar.tsx +++ b/qwen3-tts-frontend/src/components/Navbar.tsx @@ -22,69 +22,58 @@ export function Navbar({ onToggleSidebar }: NavbarProps) { const { t, i18n } = useTranslation(['nav', 'constants']) return ( -