1.1 KiB
1.1 KiB
| ui_doc_type | component_id | status | source_evidence | |||||||
|---|---|---|---|---|---|---|---|---|---|---|
| component | workbench-title-bar | 구현됨 |
|
Workbench Title Bar
Component ID: workbench-title-bar
Status: 구현됨
Source Evidence
| Type | Path | Notes |
|---|---|---|
| code | apps/client/lib/src/app/alt_workbench_shell.dart |
_AltTitleBar가 ALT Console identity와 section label을 렌더링한다. |
Purpose
ALT Console의 현재 context를 고정된 상단 영역에서 표시한다.
Used By
alt-workbench:alt-workbench.title-bar
Anatomy
- brand icon
ALT Consolelabel- current section label
Variants
- default: root workbench 상단 titlebar
States
- default
Rules
- 현재 section label은
AltWorkbenchSection선택 상태와 일치해야 한다. - 긴 section label은 한 줄 ellipsis로 처리한다.
Decision History
- 2026-06-25:
_AltTitleBar구현 근거로 component 정의를 생성했다.