Skip to content

ref(aci): Split connected detectors into projects and monitors lists#113205

Merged
malwilley merged 4 commits intomasterfrom
malwilley/split-detector-lists
Apr 17, 2026
Merged

ref(aci): Split connected detectors into projects and monitors lists#113205
malwilley merged 4 commits intomasterfrom
malwilley/split-detector-lists

Conversation

@malwilley
Copy link
Copy Markdown
Member

@malwilley malwilley commented Apr 16, 2026

Closes ISWF-2471

  • Creates a new ConnectedProjectsList component which simply renders a list of ProjectBadge
  • Splits the connected monitors list into ConnectedProjectsList and ConnectedMonitorsList
  • Both components now query using workflow:<workflow_id> instead of the list of IDs
  • "Issue Stream" now shows "Project" instead (which is only shown now while editing connected monitors)

Before:

CleanShot 2026-04-16 at 11 10 30

After:

CleanShot 2026-04-16 at 15 32 59@2x

@malwilley malwilley requested a review from a team as a code owner April 16, 2026 18:27
@linear-code
Copy link
Copy Markdown

linear-code bot commented Apr 16, 2026

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Apr 16, 2026
Copy link
Copy Markdown
Contributor

@saponifi3d saponifi3d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, i've been trying to think of ways to DRY up the two tables, but it seems like they're different enough to have two separate components.

)}
>
<ErrorBoundary mini>
<ConnectedProjectsList automationId={automation.id} />
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like we're mixing automation and workflow (ConnectedMonitorsList) - should we standardize to one term?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ugh yes the naming it's a bit messy, it might be worth doing a full rename to workflow everywhere on the frontend

@malwilley malwilley merged commit 42b664c into master Apr 17, 2026
71 of 72 checks passed
@malwilley malwilley deleted the malwilley/split-detector-lists branch April 17, 2026 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants