From c61a15c8a75129c1a46bdf2f0aa4e2ac3902ad50 Mon Sep 17 00:00:00 2001 From: Professional Date: Fri, 23 May 2025 18:42:29 +0700 Subject: [PATCH] =?UTF-8?q?=D1=80=D0=B5=D0=BE=D1=80=D0=B3=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D1=8F=20=D0=BF=D1=80=D0=B8=D0=BB?= =?UTF-8?q?=D0=BE=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 351 +++++++++--- src/views/ChatListView.vue | 1075 +++++++++++++++--------------------- src/views/ChatView.vue | 681 +++++++++-------------- src/views/SwipeView.vue | 887 ++++++++++------------------- 4 files changed, 1258 insertions(+), 1736 deletions(-) diff --git a/src/App.vue b/src/App.vue index b1d0c2e..f2de39f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,157 +1,344 @@ \ No newline at end of file diff --git a/src/views/ChatListView.vue b/src/views/ChatListView.vue index 0bad735..3702ede 100644 --- a/src/views/ChatListView.vue +++ b/src/views/ChatListView.vue @@ -1,372 +1,303 @@ \ No newline at end of file diff --git a/src/views/ChatView.vue b/src/views/ChatView.vue index 35ccddb..cd5731c 100644 --- a/src/views/ChatView.vue +++ b/src/views/ChatView.vue @@ -1,51 +1,48 @@ \ No newline at end of file diff --git a/src/views/SwipeView.vue b/src/views/SwipeView.vue index 5202b9c..648599b 100644 --- a/src/views/SwipeView.vue +++ b/src/views/SwipeView.vue @@ -1,23 +1,22 @@