Add pink media stage and sharing modal system
This commit is contained in:
@@ -44,6 +44,20 @@ Inline absolute dropdown внутри card/sidebar/sticky container являет
|
||||
7. body scroll блокируется;
|
||||
8. после закрытия focus возвращается на предыдущий trigger.
|
||||
|
||||
## Карта modal-паттернов
|
||||
|
||||
| Тип | Источник | Каноническая реализация |
|
||||
| --- | --- | --- |
|
||||
| Form/create/save | Launcher, CMS, BIM | `Window` + Field/Select + footer actions |
|
||||
| Destructive confirmation | Launcher, Engine, BIM | `ConfirmationModal` |
|
||||
| Workflow access sharing | новый Engine | `ShareAccessModal` |
|
||||
| Resource link sharing | BIM Viewer | `ShareLinkModal` / `createShareLinkController` |
|
||||
| Context actions | BIM measurement/object | `Window size="sm"` + application-owned actions |
|
||||
| Expandable detail | BIM comment workspace | `Window` или `ApplicationPanel`, domain content остаётся в BIM |
|
||||
| Large data/history | BIM version history | `Window size="lg"`, data table остаётся domain composition |
|
||||
|
||||
Новый тип появляется только если отличается поведением слоя или имеет устойчивую независимую anatomy. Разная таблица, форма или текст внутри Window не создают новую modal-систему.
|
||||
|
||||
## Side window / inspector
|
||||
|
||||
Side window использует ту же механику, но placement `end` и ограниченную ширину. Это канон для:
|
||||
|
||||
Reference in New Issue
Block a user