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

Explorer - Improve token display name in detail view #29968

Closed

Conversation

amilz
Copy link
Contributor

@amilz amilz commented Jan 28, 2023

Problem

Solana Explorer Token Details tab loses known token names for some tokens (my hunch is those with newer Metaplex metadata post token registry).
Example: Can be seen here where SAMO maintains token name but others do not:
image

Summary of Changes

  1. Add useMetadata to the mint display so that newer tokens' display name is shown (not just those in the registry)
  2. Shift column order so mint/name column is always first and does not change when toggling from Summary to Detailed

Achieved outcome--all tokens

Screen.Recording.2023-01-28.at.2.57.47.PM.mov

Fixes #
Issue 29604

1) Add `useMetadata` to the `mint` display so that newer tokens' display name is shown (not just those in the registry)
2) Shift column order so mint/name column is always first and does not change when toggling from `Summary` to `Detailed`
@github-actions github-actions bot added the explorer Related to the Solana Explorer webapp label Jan 28, 2023
@amilz amilz changed the title Improve token display name in detail view Explorer - Improve token display name in detail view Jan 28, 2023
@mergify mergify bot added the community Community contribution label Jan 28, 2023
@mergify mergify bot requested a review from a team January 28, 2023 23:02
@CriesofCarrots
Copy link
Contributor

explorer code has been removed from this monorepo and resurrected here: https://github.com/solana-labs/explorer
Please re-open your PR over there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Community contribution explorer Related to the Solana Explorer webapp need:merge-assist
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants