diff --git a/package.json b/package.json index ef4bcea..f16f668 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "no-copy-frontend", - "version": "0.103.0", + "version": "0.104.0", "private": true, "scripts": { "dev": "next dev -p 2999", diff --git a/src/app/styles/pages-styles.scss b/src/app/styles/pages-styles.scss index a8e734f..c9cbbc2 100644 --- a/src/app/styles/pages-styles.scss +++ b/src/app/styles/pages-styles.scss @@ -2738,6 +2738,7 @@ .cases-carousel-track { position: relative; + margin-bottom: 16px; .swiper-slide { height: auto; @@ -2767,6 +2768,15 @@ color: v.$white; } } + + .swiper-pagination-bullet { + width: 12px !important; + height: 12px !important; + } + + .swiper-pagination-bullet-active { + background: #3b82f6 !important; + } } .violation-check-all-section { diff --git a/src/app/ui/violations/violations-last-combined-cases.tsx b/src/app/ui/violations/violations-last-combined-cases.tsx index 0e1d984..38b0ced 100644 --- a/src/app/ui/violations/violations-last-combined-cases.tsx +++ b/src/app/ui/violations/violations-last-combined-cases.tsx @@ -191,7 +191,7 @@ export default function ViolationsLastCombinedCases() { ) : filteredItems.length === 0 ? (
- {t('no-items-found')} + {t('no-claims-complaints-found')}
) : ( diff --git a/src/i18n/messages/en.json b/src/i18n/messages/en.json index a0ec0f6..084f4f2 100644 --- a/src/i18n/messages/en.json +++ b/src/i18n/messages/en.json @@ -463,7 +463,8 @@ "no-text": "No text", "please-enter-complaint-text-first": "Please enter complaint text first", "please-enter-template-name": "Please enter template name", - "template-saved-successfully": "Template saved successfully" + "template-saved-successfully": "Template saved successfully", + "no-claims-complaints-found": "No complaints/claims found" }, "Login-register-form": { "and": "and", diff --git a/src/i18n/messages/ru.json b/src/i18n/messages/ru.json index b7efe2a..b91edbc 100644 --- a/src/i18n/messages/ru.json +++ b/src/i18n/messages/ru.json @@ -463,7 +463,8 @@ "no-text": "Нет текста", "please-enter-complaint-text-first": "Пожалуйста, сначала введите текст жалобы", "please-enter-template-name": "Пожалуйста, введите название шаблона", - "template-saved-successfully": "Шаблон успешно сохранен" + "template-saved-successfully": "Шаблон успешно сохранен", + "no-claims-complaints-found": "Жалобы/претензии не найдены" }, "Login-register-form": { "and": "и",