- agent-ui 정의서 전체 구조 생성 (view/component/frame/wireframe) - UI 관련 스킬 템플릿 및 규칙 문서 개선 - components: action-feedback, agent-chat-panel, artifact-list 등 20개 이상의 컴포넌트 정의서 추가 - views: agent, artifacts, executions, overview, pipelines, runners, settings 정의서 추가
1.9 KiB
1.9 KiB
| ui_doc_type | component_id | status | source_evidence | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| component | status-badge | implemented |
|
Status Badge
Component ID: status-badge
Status: implemented
Source Evidence
| Type | Path | Notes |
|---|---|---|
| code | packages/flutter/oto_console/lib/src/oto_console_overview.dart |
connection status badge |
| code | packages/flutter/oto_console/lib/src/oto_runners_surface.dart |
runner status badge |
| code | packages/flutter/oto_console/lib/src/oto_jobs_surface.dart |
job state badge |
| code | packages/flutter/oto_console/lib/src/oto_executions_surface.dart |
execution state badge |
Purpose
상태를 짧은 uppercase label과 색으로 스캔 가능하게 표시한다.
Used By
overview:overview.headerrunners:runners.runner-listpipelines:pipelines.job-listexecutions:executions.execution-list
Anatomy
- label text
- colored container
- optional dot in overview variant
Variants
- connection: checking/online/degraded/offline
- runner: active/online/idle/busy/running/offline
- work item: queued/running/succeeded/failed/canceled
States
- default
- success
- warning
- failure
- neutral
Rules
- label은 한 줄로 줄이고 긴 값은 ellipsis 처리한다.
- semantic color는 surface별 mapping과 일치해야 한다.
Decision History
- 2026-06-24: surface별 private badge 구현을 공통 UI component로 문서화했다.