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

feat(inscription): new ui #421

Merged
merged 5 commits into from
Sep 5, 2024
Merged

feat(inscription): new ui #421

merged 5 commits into from
Sep 5, 2024

Conversation

Copy link

vercel bot commented Aug 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ckb-explorer-frontend-in-magickbase-repo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 5, 2024 2:55am

@Keith-CY
Copy link
Member

Please set the reviewers when the PR is ready, or we can mark it as a draft PR

switch (inscription.udtType) {
case 'omiga_inscription':
return (
<AddressOmigaInscriptionComp
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Address Component should be wrapped by <li></li> because it's in <ul></ul>

udtLabel: string
}) => {
return (
<a href={href} className={styles.container}>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use Link component if it navigates internally.

@FrederLu
Copy link

FrederLu commented Sep 3, 2024

UI:
image

https://ckb-explorer-frontend-in-magickbase-repo-k3z5jp6v0-magickbase.vercel.app/address/ckt1qrejnmlar3r452tcg57gvq8patctcgy8acync0hxfnyka35ywafvkqgp0s624ekepnj9kcezh4vurxg5z0w0zakaqg3cnp0f
image

Corresponding screenshots:

  1. The four corners of the card need to be chamfered;
  2. The second half of the symbol name is blocked and not fully displayed;
  3. The card size is deformed after the data wraps. You can refer to the fixed specifications of the UI card here (248x120). At the same time, you need to add a card scroll bar to preview the complete data.

@Keith-CY Keith-CY added this pull request to the merge queue Sep 5, 2024
Merged via the queue into develop with commit 94f3a24 Sep 5, 2024
8 checks passed
@Keith-CY Keith-CY deleted the feature/inscription branch September 5, 2024 03:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants