-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add pending transaction list on address page #175
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Co-authored-by: WhiteMind <[email protected]> Signed-off-by: Chen Yu <[email protected]>
880a912
to
58b7f44
Compare
…kbase/ckb-explorer-frontend into pending-tx-list-of-address
58b7f44
to
dd4c667
Compare
Data inconsistency occurs. 2023-12-18.17.42.23.mov |
It's possible because It should be fixed by dfd8f5d which fetches them with the same query. |
2023-12-19.10.03.43.movNow it should be replaced with the same API, but there will still be out-of-synchronization of list and tab data, as well as page anomalies. |
This error was caused by mismatched cache, and should be fixed by 3ae33e6 |
Got it, it's because a pending transaction doesn't have its block number and timestamp(it's not packaged into a block), the design draft(https://www.figma.com/file/6XNoimRDbFTTNm016rbIdU/Magickbase?type=design&node-id=11495-35230&mode=design&t=wc1k7lf0DYEh7065-0) should be updated accordingly cc @Kirl70 |
But I also found the timestamp is displayed in the all pending transaction list http://localhost:3000/transaction/list?tab=pending |
The time here should show |
Use |
The lite transaction list is refactored to make |
721a379
to
9c115bf
Compare
What's the difference between |
Optimize translation for |
Add a tab of
pending transactions
on the address pageNotice that
transaction list header
may be scrollable based on its actual widthRef: Magickbase/ckb-explorer-public-issues#220