Skip to content
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

Update the Live Cell panel #640

Open
poor-defined opened this issue Apr 29, 2024 · 6 comments
Open

Update the Live Cell panel #640

poor-defined opened this issue Apr 29, 2024 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@poor-defined
Copy link
Contributor

poor-defined commented Apr 29, 2024

Some click-logic should be updated here.

Image

@Daryl-L
Copy link

Daryl-L commented May 26, 2024

@Keith-CY
Copy link
Member

Magickbase/ckb-explorer-frontend#303

Does this PR only add link to xudt page, and opening cell info will be enabled in another PR?

@Daryl-L
Copy link

Daryl-L commented May 27, 2024

Magickbase/ckb-explorer-frontend#303

Does this PR only add link to xudt page, and opening cell info will be enabled in another PR?

I made a mistake, I think it is to redirect to the outpoint transaction page, but actually just to open the cell info pop. I will change it.

@Daryl-L
Copy link

Daryl-L commented Jun 13, 2024

Magickbase/ckb-explorer-frontend#303

Does this PR only add link to xudt page, and opening cell info will be enabled in another PR?

I made a mistake, I think it is to redirect to the outpoint transaction page, but actually just to open the cell info pop. I will change it.

Magickbase/ckb-explorer-frontend#379

@zmcNotafraid zmcNotafraid self-assigned this Jul 24, 2024
@zmcNotafraid
Copy link
Member

zmcNotafraid commented Jul 24, 2024

PR:nervosnetwork/ckb-explorer#2100


extra_info add

"collection": {
            "type_hash": "0x6c678e25fcdb9625d44ec35e88fb486ad4b26e6164d33c58ff19f7843e645da2"
          }

And for spore_cell and did cell add

"extra_info": {
          "cluster_name": "Unicorn Testnet Boxes",
          "token_id": "37843203013825699336947882299832400049388365185594197189061114499244380584406",
          "collection": {
            "type_hash": "0xa7fa2f0b8cc15e9e28f2649be7000263c6f36724dcfbda5e741e53830a342b01"
          },
          "published": true,
          "type": "dob"
        }

For m_nft_class/nrc_721_factory/spore_cluster, If these extra_info published == true, can jump with type_hash, else can't jump
@Daryl-L

@zmcNotafraid
Copy link
Member

When cell_type in [m_nft_class,nrc_721_factory,spore_cluster], use extra_info's type_hash to jump to collection page.
When cell_type in [m_nft_token, nrc_721_token, spore_cell, did_cell], use extra_info's collection's type_hash to jump to collection page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🏗 In Progress
Development

No branches or pull requests

4 participants