fix translate and change styles for cases carusel

This commit is contained in:
smanylov
2026-04-30 11:35:03 +07:00
parent 2d201bfcde
commit 2296044280
5 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "no-copy-frontend", "name": "no-copy-frontend",
"version": "0.103.0", "version": "0.104.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev -p 2999", "dev": "next dev -p 2999",
+10
View File
@@ -2738,6 +2738,7 @@
.cases-carousel-track { .cases-carousel-track {
position: relative; position: relative;
margin-bottom: 16px;
.swiper-slide { .swiper-slide {
height: auto; height: auto;
@@ -2767,6 +2768,15 @@
color: v.$white; color: v.$white;
} }
} }
.swiper-pagination-bullet {
width: 12px !important;
height: 12px !important;
}
.swiper-pagination-bullet-active {
background: #3b82f6 !important;
}
} }
.violation-check-all-section { .violation-check-all-section {
@@ -191,7 +191,7 @@ export default function ViolationsLastCombinedCases() {
</div> </div>
) : filteredItems.length === 0 ? ( ) : filteredItems.length === 0 ? (
<div className="empty-state"> <div className="empty-state">
{t('no-items-found')} {t('no-claims-complaints-found')}
</div> </div>
) : ( ) : (
<Swiper {...swiperSettings}> <Swiper {...swiperSettings}>
+2 -1
View File
@@ -463,7 +463,8 @@
"no-text": "No text", "no-text": "No text",
"please-enter-complaint-text-first": "Please enter complaint text first", "please-enter-complaint-text-first": "Please enter complaint text first",
"please-enter-template-name": "Please enter template name", "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": { "Login-register-form": {
"and": "and", "and": "and",
+2 -1
View File
@@ -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": "Шаблон успешно сохранен",
"no-claims-complaints-found": "Жалобы/претензии не найдены"
}, },
"Login-register-form": { "Login-register-form": {
"and": "и", "and": "и",