-
Notifications
You must be signed in to change notification settings - Fork 2
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
Increase pagination for inputs and outputs on the transaction details page #484
Comments
Latest UI updated here Please note that this alarm will only show when the number of transactions for the current address exceeds the default limit. |
I think it would be best to allow users to control the pagination quantity per page, such as 5 / 25 / 100. If single-page unlimited quantity is not provided, it may also require a filtering feature. Otherwise, it can be challenging to find specific inputs/outputs when there are a large number of pages. |
Should be updated by Magickbase/ckb-explorer-frontend#222 |
Verified. |
EN
The backend interface has been optimized for pagination mode.
nervosnetwork/ckb-explorer#1496
A pagination component also needs to be added to the details list on the "Transaction Details Page". When the number of Inputs/Outputs in a transaction exceeds the number displayed per page, a pagination bar should be displayed.
zh_CN
后端接口优化为分页模式
nervosnetwork/ckb-explorer#1496
因此,
对应《交易详情页》的详情列表处也需要加上分页组件,在交易内Inputs/Outputs 数量超过每页面展示数量时,展示分页栏。
@Kirl70
The text was updated successfully, but these errors were encountered: