From ed7e3651380d9cb5d71ab59c303ec4408d480ea7 Mon Sep 17 00:00:00 2001 From: Kentai Radiquum Date: Fri, 20 Sep 2024 12:28:14 +0500 Subject: [PATCH] feat: disable login and avatar change button if banned from server --- app/components/Profile/Profile.EditModal.tsx | 51 ++++++++++++++------ 1 file changed, 35 insertions(+), 16 deletions(-) diff --git a/app/components/Profile/Profile.EditModal.tsx b/app/components/Profile/Profile.EditModal.tsx index 82cd315..e889e85 100644 --- a/app/components/Profile/Profile.EditModal.tsx +++ b/app/components/Profile/Profile.EditModal.tsx @@ -7,6 +7,7 @@ import { ENDPOINTS } from "#/api/config"; import { useEffect, useState } from "react"; import { ProfileEditPrivacyModal } from "./Profile.EditPrivacyModal"; import { ProfileEditStatusModal } from "./Profile.EditStatusModal"; +import { unixToDate } from "#/api/utils"; const fetcher = async (url: string) => { const res = await fetch(url); @@ -103,19 +104,27 @@ export const ProfileEditModal = (props: { ) : (
-
- -
+
+
+

Профиль

-

- Изменения будут видны после перезагрузки страницы -

+

+ Изменения будут видны после перезагрузки страницы +

- -
-
- -
+
+
+

Безопасность и привязка к сервисам

-

- Не доступно для изменения в данном клиенте -

+

+ Не доступно для изменения в данном клиенте +

Привязка к сервисам