Skip to content

[Atomic 07] Add TerminalMarker component for feed phase separators #7

Description

@clawgreen

Goal

Add a lightweight TerminalMarker component for visual separators in terminal feeds.

Why

Feeds are harder to scan without explicit phase boundaries (e.g., "Build", "Test", "Deploy").

Scope (atomic)

  • New component file with typed props + JSDoc.
  • Export from components/terminal.tsx.
  • Add a small playground example.

Suggested Props

  • label: string
  • timestamp?: string
  • variant?: 'info' | 'success' | 'warning' | 'error' | 'neutral'

Acceptance Criteria

  • Component is reusable and theme-aware.
  • Works in narrow/mobile widths.
  • No breaking export changes.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions