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: NFT details panel #476

Merged
merged 16 commits into from
Sep 4, 2023
Merged

feat: NFT details panel #476

merged 16 commits into from
Sep 4, 2023

Conversation

janmichek
Copy link
Collaborator

@janmichek janmichek commented Aug 24, 2023

Description

resolves #145

Demo

firefox_TANskxZ4Hk.mp4

Checklist:

@github-actions
Copy link

Deployed to https://pr-476-aescan.stg.aepps.com

@@ -13,7 +13,6 @@

<template v-if="!isLoading">
<keyblock-details-panel
v-if="keyblockDetails"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

cleanup - handled by loader

Copy link
Collaborator

@michele-franchi michele-franchi left a comment

Choose a reason for hiding this comment

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

Good job, I added some suggestions.

src/utils/hints/nftHints.js Outdated Show resolved Hide resolved
src/utils/format.js Outdated Show resolved Hide resolved
src/utils/format.js Show resolved Hide resolved
Copy link
Contributor

@lukeromanowicz lukeromanowicz left a comment

Choose a reason for hiding this comment

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

Very decent job 💪 There is one detail missing and it could use eslint rerun but I approve in advance

src/pages/nfts/[id].vue Show resolved Hide resolved
Copy link
Collaborator

@michele-franchi michele-franchi left a comment

Choose a reason for hiding this comment

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

I added some suggestions, some hints are not aligned to the NFTs list PR.

On mobile the Collection Name row goes to two lines, is it possible to fix it?
image

src/utils/hints/nftHints.js Outdated Show resolved Hide resolved
src/utils/hints/nftHints.js Outdated Show resolved Hide resolved
src/components/NftDetailsPanel.vue Outdated Show resolved Hide resolved
janmichek and others added 16 commits September 4, 2023 10:58
Co-authored-by: Michele F. <michele-franchi@users.noreply.github.com>
Co-authored-by: Michele F. <michele-franchi@users.noreply.github.com>
Co-authored-by: Michele F. <michele-franchi@users.noreply.github.com>
Co-authored-by: Michele F. <michele-franchi@users.noreply.github.com>
Co-authored-by: Michele F. <michele-franchi@users.noreply.github.com>
Co-authored-by: Michele F. <michele-franchi@users.noreply.github.com>
@@ -236,11 +234,6 @@ const marketCap = computed(() =>
}
}

&__chip {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

clenup


function isAuction(name) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

cleanup

@janmichek
Copy link
Collaborator Author

I added some suggestions, some hints are not aligned to the NFTs list PR.

Now it is rebased

@janmichek
Copy link
Collaborator Author

On mobile the Collection Name row goes to two lines, is it possible to fix it?

At the exact resolution I have differently broken content, but anyway, it's a more general issue. I am not really sure how to fix it in elegant way ./

Copy link
Collaborator

@michele-franchi michele-franchi left a comment

Choose a reason for hiding this comment

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

Looks good 👏

@CharisSiarampalis
Copy link

@janmichek Is the issue with the collection name going to get fixed on this pr?
Because i tried different mobile resolutions and it always appear on that spot
image

@janmichek
Copy link
Collaborator Author

@janmichek Is the issue with the collection name going to get fixed on this pr? Because i tried different mobile resolutions and it always appear on that spot image

Created a followup #493

@janmichek janmichek merged commit c3fa902 into develop Sep 4, 2023
2 checks passed
@janmichek janmichek deleted the NFT-details-panel branch September 4, 2023 12:08
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.

NFT details panel
4 participants