refactor(reviews): interaction state polish — 5 UX fixes
This commit is contained in:
@@ -581,6 +581,14 @@ i18n
|
||||
'reviews.tab.records': 'Записи',
|
||||
'reviews.tab.schemas': 'Схемы',
|
||||
'reviews.tab.mine': 'Мои',
|
||||
// Interaction state polish (TODO 2)
|
||||
'reviews.emptyDescription':
|
||||
'Очередь чистая. Прошлые решения можно посмотреть в журнале аудита.',
|
||||
'reviews.emptyAuditLink': 'Открыть /audit',
|
||||
'reviews.drawer.rejectReasonRequired':
|
||||
'Укажите причину отклонения — comment обязателен для reject (compliance).',
|
||||
'workflow.schemaDraft.emptyHint':
|
||||
'Создайте новый черновик через editor словаря — кнопка «Создать черновик схемы» появится если ваши изменения требуют ревью.',
|
||||
'reviews.schema.empty': 'Очередь пуста',
|
||||
'reviews.schema.emptyDescription': 'Схемы на ревью появятся здесь.',
|
||||
// === /reviews → "Мои" tab (maker self-tracking) ===
|
||||
@@ -1315,6 +1323,14 @@ i18n
|
||||
'reviews.tab.records': 'Records',
|
||||
'reviews.tab.schemas': 'Schemas',
|
||||
'reviews.tab.mine': 'Mine',
|
||||
// Interaction state polish (TODO 2)
|
||||
'reviews.emptyDescription':
|
||||
'Queue is clear. Past decisions live in the audit log.',
|
||||
'reviews.emptyAuditLink': 'Open /audit',
|
||||
'reviews.drawer.rejectReasonRequired':
|
||||
'Reject requires a comment (compliance) — fill the comment field first.',
|
||||
'workflow.schemaDraft.emptyHint':
|
||||
'Create a new draft via the dictionary editor — the "Create schema draft" button appears when your changes need review.',
|
||||
'reviews.schema.empty': 'Queue is empty',
|
||||
'reviews.schema.emptyDescription': 'Schemas under review will appear here.',
|
||||
// === /reviews → "Mine" tab (maker self-tracking) ===
|
||||
|
||||
Reference in New Issue
Block a user