Skip to content

feat(issue-progress): Default awaiting input page to progress sort#118069

Open
malwilley wants to merge 5 commits into
masterfrom
malwilley/awaiting-input-progress-sort
Open

feat(issue-progress): Default awaiting input page to progress sort#118069
malwilley wants to merge 5 commits into
masterfrom
malwilley/awaiting-input-progress-sort

Conversation

@malwilley

Copy link
Copy Markdown
Member

The "Awaiting Input" page now uses the new "Progress" sort

Add an initialSort prop to IssueListOverview so individual pages can
override the default sort order. The awaiting input page uses this to
sort by progress instead of date.
@malwilley malwilley requested a review from a team as a code owner June 18, 2026 21:04
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 18, 2026

@cursor cursor Bot left a comment

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.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit c718246. Configure here.

Comment thread static/app/views/issueList/pages/awaitingInput.tsx
Comment thread static/app/views/issueList/overview.tsx
@github-actions

github-actions Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

📊 Type Coverage Diff

✅ no issues found

The progress sort default causes 'Progress' to appear in both the
column header and the sort dropdown. Use getAllByText to handle both.
The progress sort default causes 'Progress' to appear in both the
column header and the sort dropdown. Scope the assertion to the actions
bar using within() to target just the column header.
Add data-test-id="issue-list" to the ContainerPanel in
IssueListTable and use it in the awaiting input test to scope the
Progress column header assertion with within().
…input-progress-sort

# Conflicts:
#	static/app/views/issueList/overview.tsx
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.

1 participant