Redesign transaction list and add transaction detail view
All checks were successful
check / check (push) Successful in 13s

Transaction list entries are now two lines with more spacing:
- Line 1: humanized age (hover for ISO datetime) + direction (Sent/Received)
- Line 2: counterparty address + amount with symbol
- Clickable rows navigate to transaction detail view

Transaction detail view (placeholder) shows:
- Status, time, amount, from, to, transaction hash
- Back button returns to address detail

Also added "transaction" to VIEWS list in helpers.
This commit is contained in:
2026-02-26 02:20:13 +07:00
parent a15fb1a761
commit bf9ae4919d
3 changed files with 117 additions and 20 deletions

View File

@@ -18,6 +18,7 @@ const VIEWS = [
"receive",
"add-token",
"settings",
"transaction",
"approve",
];