Skip to content

GUI: Sort overview assets by receipt time - #1304

Open
Tabakkui wants to merge 1 commit into
RavenProject:developfrom
Tabakkui:fix/issue-875-overview-sort
Open

Tabakkui wants to merge 1 commit into
RavenProject:developfrom
Tabakkui:fix/issue-875-overview-sort

Conversation

@Tabakkui

Copy link
Copy Markdown

Problem

The overview asset list sorts through an asset-name role passed as a column index, so it remains alphabetic rather than showing assets in the order they entered the wallet. Issue #875 requests date-based ordering.

Approach

  • Track the earliest wallet transaction time represented by each asset's available outputs.
  • Expose that timestamp as an asset model role.
  • Configure the overview proxy to sort column 0 by that timestamp, newest first.

Test plan

  • git diff --check
  • Static regression assertions for timestamp capture, role exposure, and proxy sort configuration
  • Full Qt build/test not run on the ARM64 Pi; requires the authorized PC build environment.

Fixes #875

Track the earliest wallet transaction time for each asset and use it as the overview sort role, so newly received assets appear first instead of sorting alphabetically.\n\nFixes RavenProject#875
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.

1 participant