From 9edce4dfa5f7c4efecd0f39fb4fd4a4c9863fe6e Mon Sep 17 00:00:00 2001 From: l3wdfut4pwr l3wdfut4pwr Date: Sat, 31 Jan 2026 20:33:22 +0200 Subject: add register and reset dialogs --- src/components/header/AuthDialog.tsx | 72 ++++++++++++++++++++------------ src/components/header/NavBar.tsx | 2 +- src/components/header/ProfileOrLogin.tsx | 4 +- 3 files changed, 49 insertions(+), 29 deletions(-) (limited to 'src/components/header') diff --git a/src/components/header/AuthDialog.tsx b/src/components/header/AuthDialog.tsx index c1f359e..c125c66 100644 --- a/src/components/header/AuthDialog.tsx +++ b/src/components/header/AuthDialog.tsx @@ -3,23 +3,18 @@ import { DialogContent } from '@/components/ui/dialog'; import { Input } from '@/components/ui/input'; import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui/tabs'; import GoogleIcon from '../../../public/icons/google.svg'; +import { InputField } from '../ui/inputfield'; export function AuthDialog() { return (
- - + + Вход - + Регистрация
-
- -
-
- -
+ +
- -
+ +
+ +
+ + + + +
+
+
- -
+ +
+
+ ВОССТАНОВЛЕНИЕ ПАРОЛЯ +
+ + Введите никнейм или почту, с помощью + которых входите в аккаунт. + + +
+
+ +
+
diff --git a/src/components/header/NavBar.tsx b/src/components/header/NavBar.tsx index 217be3a..419f7d8 100644 --- a/src/components/header/NavBar.tsx +++ b/src/components/header/NavBar.tsx @@ -45,7 +45,7 @@ export function NavBar() { -
+
diff --git a/src/components/header/ProfileOrLogin.tsx b/src/components/header/ProfileOrLogin.tsx index 874e0fc..416418b 100644 --- a/src/components/header/ProfileOrLogin.tsx +++ b/src/components/header/ProfileOrLogin.tsx @@ -13,7 +13,9 @@ export function ProfileOrLogin() { return ( - + -- cgit v1.3-3-g829e