From 8339f9b09432815bf83c03899e0fe0b2f78aecb0 Mon Sep 17 00:00:00 2001
From: Kentai Radiquum
Date: Sat, 21 Sep 2024 00:41:27 +0500
Subject: [PATCH] feat: add edit modal dark mode
---
app/components/Profile/Profile.EditModal.tsx | 42 +++++++++----------
.../Profile/Profile.EditSocialModal.tsx | 2 +-
2 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/app/components/Profile/Profile.EditModal.tsx b/app/components/Profile/Profile.EditModal.tsx
index a7af72e..d17cc26 100644
--- a/app/components/Profile/Profile.EditModal.tsx
+++ b/app/components/Profile/Profile.EditModal.tsx
@@ -164,7 +164,7 @@ export const ProfileEditModal = (props: {
-
+
{
privacy_stat_act_social_text[
privacySettings.privacy_counts
@@ -273,7 +273,7 @@ export const ProfileEditModal = (props: {
{
setPrivacyModalOpen(true);
setPrivacyModalSetting("privacy_social");
@@ -282,7 +282,7 @@ export const ProfileEditModal = (props: {
Кто видит в профиле мои социальные сети
-
+
{
privacy_stat_act_social_text[
privacySettings.privacy_social
@@ -291,7 +291,7 @@ export const ProfileEditModal = (props: {
{
setPrivacyModalOpen(true);
setPrivacyModalSetting("privacy_friend_requests");
@@ -300,7 +300,7 @@ export const ProfileEditModal = (props: {
Кто может отправлять мне заявки в друзья
-
+
{
privacy_friend_req_text[
privacySettings.privacy_friend_requests
@@ -308,13 +308,13 @@ export const ProfileEditModal = (props: {
}
-
+ {/*
Блоклист
-
+
Список пользователей, которым запрещён доступ к вашей
странице
-
+ */}
@@ -322,13 +322,13 @@ export const ProfileEditModal = (props: {
Привязка к сервисам
-
+
Недоступно для изменения в данном клиенте
Связанные аккаунты
-
+
{socialBounds.vk || socialBounds.google
? "Аккаунт привязан к:"
: "не привязан к сервисам"}{" "}
diff --git a/app/components/Profile/Profile.EditSocialModal.tsx b/app/components/Profile/Profile.EditSocialModal.tsx
index 6b16d63..f4d496f 100644
--- a/app/components/Profile/Profile.EditSocialModal.tsx
+++ b/app/components/Profile/Profile.EditSocialModal.tsx
@@ -122,7 +122,7 @@ export const ProfileEditSocialModal = (props: {
>
Соц. сети
-
+
Укажите ссылки на свои социальные сети, чтобы другие пользователи
могли с вами связаться