Skip to content

Conversation

@w0xlt
Copy link
Contributor

@w0xlt w0xlt commented Feb 1, 2026

Conflicted transactions can accumulate in the wallet over time. These transactions clutter the transaction list and cannot be filtered out.

While the Overview page already hides conflicted transactions using TransactionFilterProxy::setShowInactive(false), the Transactions tab has no equivalent option, forcing users to scroll through potentially many obsolete entries.

This PR adds a "Hide conflicted" checkbox to the Transactions tab filter row, allowing users to toggle visibility of conflicted transactions. The implementation reuses the existing setShowInactive() function.

Before:
Users must manually scroll past conflicted transactions with no filtering option.

After:
A checkbox in the filter row lets users hide conflicted transactions with one click.

image

Add a "Hide conflicted" checkbox to the Transactions tab filter row,
allowing users to hide conflicted transactions from the transaction list.
This reuses the existing TransactionFilterProxy::setShowInactive()
functionality that was already used by the Overview page.
@DrahtBot
Copy link
Contributor

DrahtBot commented Feb 1, 2026

The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

Reviews

See the guideline for information on the review process.
A summary of reviews will appear here.

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