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

Implement MainHero and NftCard Components with NFT Card Effect #35

Merged
merged 5 commits into from
Jan 19, 2024

Conversation

farunurisonmez
Copy link
Member

Task #34: Creating MainHero Component and Adding NFT Card Effect:

Task #33: Creating and Styling NftCard Component:

Task #32: Swiper Package Installation:

…let Status efsoftworks#31

A connectivity issue has been identified between the profile menu (ProfileMenu) and the account page (AccountPage) based on the wallet status. In the account page, the wallet connection status is checked, and if not connected, the user is redirected to another page using the redirect("/") function. However, the useWeb3ModalAccount hook is used to check the wallet connection status of the button in the profile menu. Therefore, when the wallet connection status changes (when isConnected changes), the status of the button in the profile menu should be updated, and when the wallet connection status changes, redirection should be made to the account page.

Co-Authored-By: Faru Nuri Sönmez <[email protected]>
The task involves creating the NftCard component, which will be used to represent NFT items in the form of cards. The goal is to establish the basic structure of the card and refine its content. The component should include an image representing the NFT, the NFT's name, the publisher, and the current bid.

Co-Authored-By: Faru Nuri Sönmez <[email protected]>
This task involves the installation of the "Swiper" package. Swiper is commonly used for creating swipeable content in web applications.

Co-Authored-By: Faru Nuri Sönmez <[email protected]>
In this task, the goal is to update the MainHero component and add an NFT card effect

Co-Authored-By: Faru Nuri Sönmez <[email protected]>
@farunurisonmez farunurisonmez added package installation Tags tasks related to installing required packages for the project. component development labels Jan 19, 2024
@farunurisonmez farunurisonmez self-assigned this Jan 19, 2024
@farunurisonmez farunurisonmez merged commit 1d759c3 into efsoftworks:dev/v1.0.0 Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component development package installation Tags tasks related to installing required packages for the project.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant