Skip to content

feat: add quote and transaction detail subpages#963

Merged
TaprootFreak merged 1 commit intodevelopfrom
feature/quote-transaction-detail-pages
Feb 13, 2026
Merged

feat: add quote and transaction detail subpages#963
TaprootFreak merged 1 commit intodevelopfrom
feature/quote-transaction-detail-pages

Conversation

@TaprootFreak
Copy link
Collaborator

Summary

  • Clicking a quote/transaction row now opens a dedicated detail page (/realunit/quotes/:id, /realunit/transactions/:id) instead of navigating to the user account page
  • Detail pages display all available fields as key/value tables with clickable user address linking to the user account page
  • Added routes and lazy imports for both new detail screens

Test plan

  • Click a quote entry → navigates to quote detail page showing Type, Status, Amount, Estimated Amount, User, Created
  • Click a transaction entry → navigates to transaction detail page showing Type, Amount CHF, Assets, User, Date
  • Back button works on both detail pages
  • User address on detail pages is clickable and navigates to the user account page
  • "More" button on overview page still navigates to the full list pages

Clicking a quote or transaction row now navigates to a dedicated
detail page instead of the user account page. Both detail screens
show all available fields as a key/value table with a clickable
user address linking to the user account page.
@TaprootFreak TaprootFreak merged commit cdc8ae3 into develop Feb 13, 2026
6 checks passed
@TaprootFreak TaprootFreak deleted the feature/quote-transaction-detail-pages branch February 13, 2026 16:53
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