Skip to content

Comments

[GEN-1863] add pagination support to ChannelOperationRequestRepository + new filtering#479

Open
Jossec101 wants to merge 1 commit intoJossec101/stack/11from
Jossec101/stack/12
Open

[GEN-1863] add pagination support to ChannelOperationRequestRepository + new filtering#479
Jossec101 wants to merge 1 commit intoJossec101/stack/11from
Jossec101/stack/12

Conversation

@Jossec101
Copy link
Contributor

@Jossec101 Jossec101 commented Feb 19, 2026

Stacked PRs:


[GEN-1863] add pagination support to ChannelOperationRequestRepository + new filtering

Add GetPaginatedAsync method with comprehensive filtering options including status, request type, node IDs, wallet ID, user ID, date range, and excluded IDs. Update interface and implement pagination UI with filters in ChannelRequests page.

…y + new filtering

Add GetPaginatedAsync method with comprehensive filtering options including status, request type, node IDs, wallet ID, user ID, date range, and excluded IDs. Update interface and implement pagination UI with filters in ChannelRequests page.

stack-info: PR: #479, branch: Jossec101/stack/12
@Jossec101 Jossec101 changed the base branch from Jossec101/stack/11 to main February 19, 2026 21:18
@Jossec101 Jossec101 changed the base branch from main to Jossec101/stack/11 February 19, 2026 21:19
@Jossec101 Jossec101 changed the base branch from Jossec101/stack/11 to main February 20, 2026 11:19
@Jossec101 Jossec101 changed the base branch from main to Jossec101/stack/11 February 20, 2026 11:20
@Jossec101 Jossec101 changed the base branch from Jossec101/stack/11 to main February 20, 2026 11:58
@Jossec101 Jossec101 changed the base branch from main to Jossec101/stack/11 February 20, 2026 11:58
@Jossec101 Jossec101 changed the base branch from Jossec101/stack/11 to main February 20, 2026 12:02
@Jossec101 Jossec101 changed the base branch from main to Jossec101/stack/11 February 20, 2026 12:03
Comment on lines +1321 to +1329
_statusFilter = null;
_requestTypeFilter = null;
_sourceNodeFilter = null;
_destNodeFilter = null;
_walletFilter = null;
_userFilter = null;
_fromDate = null;
_toDate = null;
_filtersResetKey++;
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: this could also be an object with all the filters inside and you could just do new() to clean the filters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants