fix(catalog): filter UX and tablet layout
Some checks failed
Architecture Governance / architecture (push) Has been cancelled

This commit is contained in:
sdarbinyan
2026-07-09 02:57:48 +04:00
parent 6409a91cb0
commit 86de2cc45b
9 changed files with 108 additions and 18 deletions

View File

@@ -174,6 +174,8 @@ export const en: Translations = {
removeSavedSearch: 'Remove saved search',
resetFilters: 'Reset',
filtersTitle: 'Filters',
from: 'From',
to: 'To',
minValue: 'Min {{value}}',
maxValue: 'Max {{value}}',
enabled: 'Enabled',

View File

@@ -174,6 +174,8 @@ export const hy: Translations = {
removeSavedSearch: 'Ջնջել պահպանված որոնումը',
resetFilters: 'Վերակայել',
filtersTitle: 'Ֆիլտրեր',
from: 'Սկսած',
to: 'Մինչև',
minValue: 'Նվազ. {{value}}',
maxValue: 'Առավել. {{value}}',
enabled: 'Միացված',

View File

@@ -174,6 +174,8 @@ export const ru: Translations = {
removeSavedSearch: 'Удалить сохраненный поиск',
resetFilters: 'Сбросить',
filtersTitle: 'Фильтры',
from: 'От',
to: 'До',
minValue: 'От {{value}}',
maxValue: 'До {{value}}',
enabled: 'Включено',

View File

@@ -172,6 +172,8 @@ export interface Translations {
removeSavedSearch: string;
resetFilters: string;
filtersTitle: string;
from: string;
to: string;
minValue: string;
maxValue: string;
enabled: string;