-
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
Add tag column for xUDT list with a tag filter on it #650
Comments
Two changes should be published by backend API.
|
Already achieve at: nervosnetwork/ckb-explorer#1794 Token Collection tags: ["invalid", "suspicious", "out-of-length-range", "rgbpp-compatible", "layer-1-asset", "duplicate", "layer-2-asset"] |
Not work for multiple tags selectd. |
Default request URL: Select all request URL: The xudt list data needs to remain consistent in the default and all-select situations, but now the two data are different. |
Some token in the stage env do not have a tag, so they will not be listed when all seleted. And according to @zmcNotafraid there will not be any tokens with no tag in the testnet and the mainnet. |
Currently, the optional tag information is less than the default data. This situation will remain the same for now, and the tags will be optimized later. |
A Tag column should be inserted into the xUDT list page with a filter function which should show the checked tag and the status of ON & OFF
The text was updated successfully, but these errors were encountered: