diff --git a/ordinis-admin-ui/public/favicon.svg b/ordinis-admin-ui/public/favicon.svg index 80638d6..edae4a2 100644 --- a/ordinis-admin-ui/public/favicon.svg +++ b/ordinis-admin-ui/public/favicon.svg @@ -1,10 +1,10 @@ Ordinis favicon - - - - - + + + + + diff --git a/ordinis-admin-ui/src/components/layout/Sidebar.tsx b/ordinis-admin-ui/src/components/layout/Sidebar.tsx index f96d744..69527ec 100644 --- a/ordinis-admin-ui/src/components/layout/Sidebar.tsx +++ b/ordinis-admin-ui/src/components/layout/Sidebar.tsx @@ -175,13 +175,14 @@ function SidebarContent({ onClick={onNavigate} title="ORDINIS MDM" > - {/* Ordinis mark — orbital structure из brand spec, recolored под - Ordinis terracotta palette. Никакого синего — accent (terracotta) - для dots + core, line (cream) для outer orbits. Theme-aware: - CSS vars резолвят свой цвет per light/dark. */} + {/* Ordinis mark — orbital structure recolored под Ordinis palette. + При мелком размере (28px) тонкие линии/маленькие dots становились + почти невидимыми. Bumped strokeWidth до 5 + dot radii до 14/11 + (внутри 256 viewBox = читаемые ~1.5px / 1.2px при 28px render). + Theme-aware через currentColor + var(--color-line). */} - {/* Outer orbits — мягкие, line tone */} - - - {/* Outer orbit dots (3) — accent solid */} - - - - {/* Inner orbit dots (3) — accent slightly softer */} - - - - {/* Core — solid accent */} - + {/* Outer orbits — line tone, bolder stroke для видимости при 28px */} + + + {/* Outer orbit dots (3) — large accent dots */} + + + + {/* Inner orbit dots (3) */} + + + + {/* Core — solid accent, prominent */} + {!collapsed && ( diff --git a/ordinis-admin-ui/src/i18n.ts b/ordinis-admin-ui/src/i18n.ts index 38ba474..df02456 100644 --- a/ordinis-admin-ui/src/i18n.ts +++ b/ordinis-admin-ui/src/i18n.ts @@ -280,7 +280,7 @@ i18n 'dict.pendingReview.label': 'На review', 'dict.pendingReview.tooltip': 'Есть pending draft на эту запись. Откройте /reviews для approve/reject.', 'dict.list.records': 'записей', - 'dict.action.create': 'Создать запись', + 'dict.action.create': 'Создать', 'dict.action.edit': 'Изменить', 'dict.action.close': 'Закрыть', 'dict.confirmClose.title': 'Закрыть запись?', @@ -790,7 +790,7 @@ i18n 'dict.pendingReview.label': 'Pending review', 'dict.pendingReview.tooltip': 'A draft is pending for this record. Open /reviews to approve/reject.', 'dict.list.records': 'records', - 'dict.action.create': 'Create record', + 'dict.action.create': 'Create', 'dict.action.edit': 'Edit', 'dict.action.close': 'Close', 'dict.confirmClose.title': 'Close record?',