-
[OPIK-6334] [FE] fix: render page-surface assistant loader and error state full-bleed (#6620)
发布于
2026-05-06 10:58:35 +00:00 - [OPIK-6334] [FE] fix: render page-surface assistant loader and error state full-bleed
The Project Home loader/error were inheriting the persisted right-rail
sidebar-collapsed flag, so on the full-bleed page surface the OllieLoader
fell into the 24px no-text "collapsed" variant and the error card
rendered as the 33px vertical-text rail. Derive the surface variant
once (page | sidebar | collapsed) and pass it to both OllieLoader and
AssistantErrorState; promote the variant type to types/assistant-sidebar
so it has a single home.- fix(assistant): drop sidebar chrome from page-variant error state
Threads the surface variant through FirstRetryError and EscalatedError
so the page surface no longer renders the left rail border or the
sidebar close button. CollapsedError unchanged.下载附件