diff --git a/apps/atrium-telegram/app/components/flow/ItemCard.vue b/apps/atrium-telegram/app/components/flow/ItemCard.vue index fc3d0910..458b52f5 100644 --- a/apps/atrium-telegram/app/components/flow/ItemCard.vue +++ b/apps/atrium-telegram/app/components/flow/ItemCard.vue @@ -24,7 +24,7 @@
-
+

{{ item?.comments.length }}

diff --git a/apps/atrium-telegram/app/components/TicketCard.vue b/apps/atrium-telegram/app/components/ticket/Card.vue similarity index 87% rename from apps/atrium-telegram/app/components/TicketCard.vue rename to apps/atrium-telegram/app/components/ticket/Card.vue index beeac332..4c4871b5 100644 --- a/apps/atrium-telegram/app/components/TicketCard.vue +++ b/apps/atrium-telegram/app/components/ticket/Card.vue @@ -10,9 +10,9 @@ {{ ticket.description }}
-
+
-
+

{{ ticket?.messages.length }}

diff --git a/apps/atrium-telegram/app/components/TicketMessage.vue b/apps/atrium-telegram/app/components/ticket/Message.vue similarity index 58% rename from apps/atrium-telegram/app/components/TicketMessage.vue rename to apps/atrium-telegram/app/components/ticket/Message.vue index a5da2611..d64e9fce 100644 --- a/apps/atrium-telegram/app/components/TicketMessage.vue +++ b/apps/atrium-telegram/app/components/ticket/Message.vue @@ -3,7 +3,7 @@
-
+
- -
-
-
- {{ message?.text }} -
- -
- - Прикрепленный файл - -
-
- -
- -
- {{ format(new Date(message.createdAt), 'dd MMMM в HH:mm', { locale: ru }) }} -
-
-
-
+ + +