diff --git a/public/favicon.svg b/public/favicon.svg index f157bd1..d10c8c6 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1,9 +1,200 @@ - - - - + +Gitea-Mirror + Gitea Mirror auto-syncs GitHub repos to your self-hosted Gitea, with a sleek Web UI and easy Docker deployment. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/logo.svg b/public/logo.svg new file mode 100644 index 0000000..d10c8c6 --- /dev/null +++ b/public/logo.svg @@ -0,0 +1,200 @@ + +Gitea-Mirror + Gitea Mirror auto-syncs GitHub repos to your self-hosted Gitea, with a sleek Web UI and easy Docker deployment. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/auth/LoginForm.tsx b/src/components/auth/LoginForm.tsx index 2842e9c..5608538 100644 --- a/src/components/auth/LoginForm.tsx +++ b/src/components/auth/LoginForm.tsx @@ -1,13 +1,13 @@ 'use client'; import * as React from 'react'; -import { useState, useEffect } from 'react'; +import { useState } from 'react'; import { Button } from '@/components/ui/button'; import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from '@/components/ui/card'; -import { SiGitea } from 'react-icons/si'; + import { toast, Toaster } from 'sonner'; import { showErrorToast } from '@/lib/utils'; -import { FlipHorizontal } from 'lucide-react'; + export function LoginForm() { const [isLoading, setIsLoading] = useState(false); @@ -60,7 +60,7 @@ export function LoginForm() {
- + Gitea Mirror
Gitea Mirror diff --git a/src/components/layout/Header.tsx b/src/components/layout/Header.tsx index 4b6f96c..5148d98 100644 --- a/src/components/layout/Header.tsx +++ b/src/components/layout/Header.tsx @@ -1,6 +1,6 @@ import { useAuth } from "@/hooks/useAuth"; import { Button } from "@/components/ui/button"; -import { SiGitea } from "react-icons/si"; + import { ModeToggle } from "@/components/theme/ModeToggle"; import { Avatar, AvatarFallback, AvatarImage } from "../ui/avatar"; import { toast } from "sonner"; @@ -64,7 +64,7 @@ export function Header({ currentPage, onNavigate }: HeaderProps) { }} className="flex items-center gap-2 py-1 hover:opacity-80 transition-opacity" > - + Gitea Mirror Gitea Mirror