-
-
Notifications
You must be signed in to change notification settings - Fork 364
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
beta update #8204
Merged
beta update #8204
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…into issue-8063-1
…com/kodadot/nft-gallery into mobile-galleryItem-full-screen-view
…ft-gallery into fix/scrolling-redirect
…x/scrolling-redirect
Integrated tailwindcss, refactored colors and rewrote NeoButton component
keep items alive only while in collection path
Test: Collection test and small modifications
✅ Deploy Preview for koda-beta ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for koda-canary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Reviewpad Report
Fatal
|
yangwao
requested review from
preschian and
roiLeo
and removed request for
a team
November 23, 2023 11:39
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖[deprecated] Generated by Copilot at 4fa0d33
This pull request introduces various improvements and fixes to the NFT gallery project. It updates the color scheme, fixes a navbar bug, and adds a layout helper class in
global.scss
. It fixes an event name bug and adds a type assertion inMasterOfferTable.vue
. It improves the image performance and quality by using theNuxtImg
component in several components. It updates the useCarouselEvents utility function to handle different chains. It addsdata-testid
attributes to some elements for testing purposes. It adds a new workflow step for Cloudflare Pages deployment and disables the Deno extension in VSCode settings. It adds a new SCSS animation for dots and removes some unnecessary styles. It makes some props optional for the offer table component and updates the arguments for the useCarouselGenerativeNftEvents function. It updates the license year and owner to Kodadot.executeTransaction
#8156