From ffde85242a2d487e6d82bf7a01a6d11a43343d2c Mon Sep 17 00:00:00 2001 From: Oscar Date: Mon, 8 Jun 2026 18:00:44 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20refactor(api):=20=D0=B8=D1=81?= =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D1=8F=D0=B5=D1=82=20=D0=B8=D0=BD?= =?UTF-8?q?=D1=82=D0=B5=D1=80=D1=84=D0=B5=D0=B9=D1=81=D1=8B=20=D0=B8=20?= =?UTF-8?q?=D1=83=D0=B1=D0=B8=D1=80=D0=B0=D0=B5=D1=82=20=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D1=83=D0=B6=D0=BD=D1=8B=D0=B5=20=D0=BF=D1=80=D0=B8=D0=B2=D0=B5?= =?UTF-8?q?=D0=B4=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=82=D0=B8=D0=BF=D0=BE=D0=B2?= =?UTF-8?q?=20=D0=B2=20API=20=D0=B7=D0=B0=D0=BF=D1=80=D0=BE=D1=81=D0=B0?= =?UTF-8?q?=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 7 ++-- src/api/api.ts | 13 ++++++- src/api/client.ts | 6 +-- src/components/feed/FeedCardStack.vue | 2 +- src/components/feed/FeedFilters.vue | 2 +- src/components/profile/ProfileEditor.vue | 2 +- src/composables/useAuth.ts | 46 ++++------------------- src/composables/useChat.ts | 30 +++++---------- src/composables/useFeed.ts | 26 +++---------- src/composables/useProfile.ts | 6 +-- src/composables/useUi.ts | 25 +++--------- src/router/index.ts | 9 ++--- src/views/onboarding/ProfileSetupView.vue | 5 +-- src/views/profile/ProfileDetailView.vue | 2 +- 14 files changed, 58 insertions(+), 123 deletions(-) diff --git a/src/App.vue b/src/App.vue index f5783af..d7af000 100644 --- a/src/App.vue +++ b/src/App.vue @@ -15,7 +15,6 @@