From 26dc8b37fa27444498c65f62bd093d38fe041599 Mon Sep 17 00:00:00 2001 From: megavrilinvv Date: Thu, 17 Nov 2022 16:58:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BF=D0=BE=D0=B7=D0=B8=D1=86=D0=B8=D0=BE=D0=BD=D0=B8?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=B2=D1=81=D0=BF?= =?UTF-8?q?=D0=BB=D1=8B=D0=B2=D0=B0=D1=8E=D1=89=D0=B8=D1=85=20=D0=BE=D0=BA?= =?UTF-8?q?=D0=BE=D0=BD,=20=D0=BE=D0=B3=D1=80=D0=B0=D0=BD=D0=B8=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B3=D0=BE=D0=B4=D0=B0=20=D0=BA?= =?UTF-8?q?=D0=B0=D0=BB=D0=B5=D0=BD=D0=B4=D0=B0=D1=80=D1=8F,=20=D0=B1?= =?UTF-8?q?=D0=BE=D1=80=D0=B4=D0=B5=D1=80=D1=8B=20=D1=81=D0=B0=D0=B9=D0=B4?= =?UTF-8?q?=D0=B1=D0=B0=D1=80=D0=B0,=20=D1=84=D0=B8=D0=BA=D1=81=20=D0=BA?= =?UTF-8?q?=D0=B0=D1=80=D1=82=D0=BE=D1=87=D0=B5=D0=BA=20=D0=B8=D0=B2=D0=B5?= =?UTF-8?q?=D0=BD=D1=82=D0=BE=D0=B2,=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=BB=20=D1=81=D1=82=D0=B8=D0=BB=D0=B8=20=D0=BA=D0=B0?= =?UTF-8?q?=D1=80=D1=82=D0=BE=D1=87=D0=BA=D0=B8=20=D0=BA=D0=BB=D0=B8=D0=B5?= =?UTF-8?q?=D0=BD=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LoggedInLayout.vue | 16 ++++++++-- src/components/TheHeader.vue | 7 +++- src/components/TheSidebar.vue | 31 +++++++++++++++--- src/components/base/BaseClientFormCreate.vue | 12 ++----- src/components/base/BaseInput.vue | 6 +++- .../calendar/components/CalendarEventCard.vue | 1 + .../components/CalendarFormAddEvent.vue | 4 ++- .../calendar/components/CalendarSchedule.vue | 2 +- .../calendar/components/CalendarSidebar.vue | 21 ++++++------ src/pages/clients/TheClients.vue | 3 +- .../components/ClientDetailInfoSection.vue | 31 ++++++++++++++---- .../components/ClientDetailInfoWrapper.vue | 32 ++++++++++--------- .../clients/components/ClientDetailInput.vue | 12 ++++--- src/pages/clients/components/ClientsTable.vue | 16 ++++++---- .../clients/components/ClientsTableRow.vue | 2 ++ .../clients/components/ClientsWrapper.vue | 4 ++- src/pages/clients/utils/tableConfig.js | 15 +++++++++ 17 files changed, 153 insertions(+), 62 deletions(-) diff --git a/src/components/LoggedInLayout.vue b/src/components/LoggedInLayout.vue index ea8b749..29cc8f5 100644 --- a/src/components/LoggedInLayout.vue +++ b/src/components/LoggedInLayout.vue @@ -1,9 +1,14 @@ diff --git a/src/components/TheHeader.vue b/src/components/TheHeader.vue index e21ba51..fffa46d 100644 --- a/src/components/TheHeader.vue +++ b/src/components/TheHeader.vue @@ -1,6 +1,10 @@