UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: auth screens, error pages и новый канон внешних контуров

This commit is contained in:
DCCONSTRUCTIONS
2026-04-20 10:05:31 +03:00
parent df68c96795
commit c6ace8b9cc
25 changed files with 564 additions and 360 deletions
@@ -97,11 +97,15 @@ export const ExternalContoursRoot = observer(function ExternalContoursRoot(props
inboxIssueId={inboxIssueId.toString()}
/>
) : (
<EmptyStateCompact
assetKey="intake"
title={t("external_contours_page.empty_state.detail_title")}
assetClassName="size-20"
/>
<div className="flex h-full w-full items-center justify-center px-8">
<div className="nodedc-external-section max-w-xl px-8 py-10">
<EmptyStateCompact
assetKey="intake"
title={t("external_contours_page.empty_state.detail_title")}
assetClassName="size-20"
/>
</div>
</div>
)}
</div>
</>