alt/agent-ui/definition/components/workbench-title-bar/index.md

1.1 KiB

ui_doc_type component_id status source_evidence
component workbench-title-bar 구현됨
type path notes
code apps/client/lib/src/app/alt_workbench_shell.dart _AltTitleBar가 ALT Console identity와 section label을 렌더링한다.

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 Console label
  • current section label

Variants

  • default: root workbench 상단 titlebar

States

  • default

Rules

  • 현재 section label은 AltWorkbenchSection 선택 상태와 일치해야 한다.
  • 긴 section label은 한 줄 ellipsis로 처리한다.

Decision History

  • 2026-06-25: _AltTitleBar 구현 근거로 component 정의를 생성했다.