Skip to content

Improves scannability of pipelines list page for faster troubleshooting#2234

Open
eblairmckee wants to merge 8 commits intomasterfrom
feat/m1-scannability
Open

Improves scannability of pipelines list page for faster troubleshooting#2234
eblairmckee wants to merge 8 commits intomasterfrom
feat/m1-scannability

Conversation

@eblairmckee
Copy link
Contributor

@eblairmckee eblairmckee commented Feb 20, 2026

Summary

Rewrites the pipeline list page to improve scannability and debugging UX.

What changed

Added filters

Screenshot 2026-02-19 at 8 21 07 PM Screenshot 2026-02-19 at 8 18 04 PM Screenshot 2026-02-19 at 8 22 25 PM

Added more columns

  • Input/Output columns — parses configYaml to extract connector component names and displays them as inline badges
  • StatusBadge — color-coded status indicator (green=Running, gray=Stopped, red=Error, amber=Starting/Stopping) with animated pulse for transitional states
  • Action menu — context-aware dropdown (Start/Stop/Retry/Edit/Delete) that only shows valid actions per pipeline state
Screenshot 2026-02-19 at 8 15 08 PM

UI registry changes

This branch includes draft versions of new ui-registry components that will be upstreamed in a separate PR and then reinstalled here:

  • data-table-filter — new faceted filter component with submenu-based option selection
  • filter-utils / use-data-table-filter — filter state management and utility helpers
  • command tweaks — subcommand/submenu support added to the Command component
  • popover fix — minor portal fix

These changes should be ignored in this review — they'll come in via ui-registry once upstreamed.

Files changed (excluding ui-registry)

  • pipeline/list.tsx — main list page rewrite
  • ui/pipeline/status-badge.tsx — new PipelineStatusBadge component
  • ui/pipeline/constants.ts — pipeline state constants and options
  • api/pipeline.tsx — smart polling support in the query hook

eblairmckee and others added 5 commits February 19, 2026 14:50
Extract STARTABLE_STATES, STOPPABLE_STATES, TRANSITIONAL_STATES, and
PIPELINE_STATE_OPTIONS to ui/pipeline/constants.ts. Replace icon-based
status badge with pulsing dot indicator at ui/pipeline/status-badge.tsx.
Delete old status-badge.tsx and update import path.

RED-9

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add enableSmartPolling option that auto-refetches the pipeline list
every 2s when any pipeline is in STARTING or STOPPING state. Works
with the existing infinite query pagination approach.

RED-9

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace ID/Description columns with Input/Output connector badges
parsed from pipeline configYaml. Add dropdown action menu with
context-aware Edit, Start, Stop, Retry Start/Stop, and Delete actions.
Enable smart polling for transitional pipeline states.

RED-9

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@eblairmckee eblairmckee marked this pull request as ready for review February 25, 2026 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants