Release: develop -> main - #1441
Merged
Merged
Conversation
… dashboard (#1440) * feat(support): dedicated Limit Requests tab in the support dashboard Adds a tab next to Open that lists only open limit-increase requests (Created/Pending), grouped like the Open tab: awaiting customer reply first, then Created, then Pending. Loaded independently of the Open list so the tab count stays correct while Open is filtered; search and the new-message reload work on the tab as well. The grouping logic moves from the screen into the pure support-stats module (groupOpenIssues/countOpenIssueGroups) and gets unit tests. * feat(support): finish Limit Requests tab with tests and load isolation Keep the dedicated tab next to Open for Created/Pending LimitRequest tickets, grouped like Open and loaded without Open type/department filters. Ignore stale Open/Limit list responses, cover grouping and the dashboard screen in unit tests, and assert the tab in visual and full-stack e2e. * test(support): settle paged debounce and customer-search promises The dashboard fires an immediate paged load and a debounced reload; the Load-more test now waits for both skip-0 responses before appending. Customer search waits on act-flushed promises instead of waitFor under fake timers. Grouping with a missing lastMessageDate is sorted against a dated sibling. * test(support): Darwin baselines for the Limit Requests tab Regenerate the All Tickets overview screenshot so the new tab is in the committed visual, and add a Limit Requests tab snapshot (state filter only, no type or department). * test(support): seed-like visual baselines for Limit Requests Replace the empty All Tickets snapshots with a realistic open list (limit, transaction, and KYC tickets) and a Limit Requests tab that shows awaiting-reply versus pending groups. --------- Co-authored-by: TaprootFreakAI <315477232+TaprootFreakAI@users.noreply.github.com>
github-actions
Bot
requested review from
TaprootFreak and
davidleomay
as code owners
August 31, 2026 18:10
TaprootFreak
approved these changes
Aug 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automatic Release PR
This PR was automatically created after changes were pushed to develop.
Commits: 1 new commit(s)
Checklist