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 transfers tab 2 #494

Merged
merged 33 commits into from
Sep 7, 2023
Merged

Conversation

janmichek
Copy link
Collaborator

Description

fixes #147

Demo

ct_2tw26RwgNADrpuCnrQWKPBH87bPxuRbLR1KLccS9ZJTUMMj4z8
image

Checklist:

@janmichek janmichek requested review from lukeromanowicz and michele-franchi and removed request for michele-franchi September 4, 2023 13:03
@github-actions
Copy link

github-actions bot commented Sep 4, 2023

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

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 nice work, as always. 🚀 Almost perfect

await fetchNftTransfers({ queryParameters: nftTransfers.value.next })
}

await fetchNftTransfers({
Copy link
Contributor

Choose a reason for hiding this comment

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

I believe this should be executed on client side only due to using a window-dependent limit

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

that's right, boss. Fixed

@@ -104,6 +104,7 @@
</template>

<script setup>

Copy link
Contributor

Choose a reason for hiding this comment

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

Most of our files don't use that additional newline after <script setup> Is there a reason for this sudden change?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

oops, fixed

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.

It looks good but I would apply some minor changes, please have a look at my comments.

src/components/NftTransfersTable.vue Outdated Show resolved Hide resolved
src/components/NftTransfersTableCondensed.vue Outdated Show resolved Hide resolved
src/utils/hints/nftHints.js Outdated 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.

Good job!

One hint is not working, have a look at my comment.

src/components/NftTransfersTable.vue Outdated 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.

Looks perfect

@michele-franchi michele-franchi merged commit f05c1a5 into develop Sep 7, 2023
1 of 2 checks passed
@michele-franchi michele-franchi deleted the NFT-details-transfers-tab branch September 7, 2023 09:57
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 transfers tab
3 participants