From 6ed821a295ca8fa7e44972d22773efe17a5a6e65 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Mon, 6 Apr 2026 21:37:17 +0700 Subject: [PATCH] Simplify profile settings screens --- app/pages/profile/addresses.vue | 246 ++++++---------------------- app/pages/profile/addresses/new.vue | 188 +++++++++++++++++++++ app/pages/profile/notifications.vue | 129 ++++++++------- 3 files changed, 304 insertions(+), 259 deletions(-) create mode 100644 app/pages/profile/addresses/new.vue diff --git a/app/pages/profile/addresses.vue b/app/pages/profile/addresses.vue index 717c0fb..74d4d02 100644 --- a/app/pages/profile/addresses.vue +++ b/app/pages/profile/addresses.vue @@ -1,138 +1,25 @@ diff --git a/app/pages/profile/addresses/new.vue b/app/pages/profile/addresses/new.vue new file mode 100644 index 0000000..d20d4a0 --- /dev/null +++ b/app/pages/profile/addresses/new.vue @@ -0,0 +1,188 @@ + + + diff --git a/app/pages/profile/notifications.vue b/app/pages/profile/notifications.vue index 9bd877f..37f03a8 100644 --- a/app/pages/profile/notifications.vue +++ b/app/pages/profile/notifications.vue @@ -153,78 +153,81 @@ async function removeConnection(connectionId: string) { {{ feedback }} -
-
+
-
-
-
-
-
- -
-
-
- {{ messengerConnectionInitials(connection, option.channel === 'TELEGRAM' ? 'TG' : 'MX') }} -
- -
-

{{ option.label }}

-

{{ messengerConnectionName(connection) }}

-

{{ messengerConnectionHandle(connection) || connection.channelId }}

+
+
+
+
+
- - -
-
-
+ {{ messengerConnectionInitials(connection, option.channel === 'TELEGRAM' ? 'TG' : 'MX') }} +
-

- Пока ничего не подключено. -

- -
- +
+ + + +

+ Пока ничего не подключено. +

+ +
+ -
+ + -
+