feat(admin-ui): group dictionaries by scope with color accent
40 справочников в плоском grid тяжело сканировать. Разделили на секции PUBLIC / INTERNAL / RESTRICTED с цветными accent-полосами слева у карточек (emerald / amber / rose). Search фильтрует across all sections, пустые секции скрыты. Цвет даёт instant scan, секции — explicit разделение.
This commit is contained in:
@@ -68,6 +68,9 @@ i18n
|
||||
'dict.list.recordCount_few': '{{count}} записи',
|
||||
'dict.list.recordCount_many': '{{count}} записей',
|
||||
'dict.list.recordCount_other': '{{count}} записей',
|
||||
'dict.list.section.PUBLIC': 'Публичные',
|
||||
'dict.list.section.INTERNAL': 'Внутренние',
|
||||
'dict.list.section.RESTRICTED': 'Ограниченные',
|
||||
'dict.empty': 'В этом справочнике пока нет записей',
|
||||
'dict.col.businessKey': 'Бизнес-ключ',
|
||||
'dict.col.scope': 'Scope',
|
||||
@@ -239,6 +242,9 @@ i18n
|
||||
'dict.list.found': 'Showing {{shown}} of {{total}}',
|
||||
'dict.list.recordCount_one': '{{count}} record',
|
||||
'dict.list.recordCount_other': '{{count}} records',
|
||||
'dict.list.section.PUBLIC': 'Public',
|
||||
'dict.list.section.INTERNAL': 'Internal',
|
||||
'dict.list.section.RESTRICTED': 'Restricted',
|
||||
'dict.empty': 'No records in this dictionary yet',
|
||||
'dict.col.businessKey': 'Business key',
|
||||
'dict.col.scope': 'Scope',
|
||||
|
||||
Reference in New Issue
Block a user