-
-
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
release update #8464
Merged
Merged
release update #8464
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
…ed on entities object keys * feat(Waiting.vue): add filtering of migrated items based on collection id
…r information * refactor(Waiting.vue): remove unnecessary condition for displaying issuer information
This reverts commit 5973601.
…view page * fix(Ready.vue): remove duplicate import of toReview function * fix(Waiting.vue): remove duplicate import of toReview function
…f collection.nftsOwned * fix(SignLoader1.vue): remove unused itemCount variable * fix(SignLoader2.vue): update condition to check for collectionOwner instead of itemCount * fix(SignLoader3.vue): update condition to check for steps.value being 'step3' in addition to 'step3-burn'
…ponent for recent NFTs rendering
* fix(Waiting.vue): fix API endpoint for fetching migrated items * refactor(collectionMigrateWaiting.graphql): rename query to collectionMigrateWaiting
…onId and itemCount parameters to toReview function * feat(Waiting.vue): update click event to pass an object with collectionId, itemCount, collectionOwner, and setDestination parameters to toReview function * fix(SignLoader2.vue): add conditional check for nextCollectionId before assigning value * feat(useMigrate.ts): update toReview function to accept an object with collectionId, itemCount, collectionOwner, and setDestination parameters
fix: Make claim button active when wallet is not connected
(Fix): Drop (name) + (max)
feat: gallery item page view counter
[skip ci] updated code diagram
feat: Claim drop modals and flow
🔧 add new live drop
Added gasless drop modal feature to require funds on account
adding wallstreet to landing
beta update
yangwao
requested review from
vikiival and
Jarsen136
and removed request for
a team
December 7, 2023 15:17
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Reviewpad Report
|
✅ Deploy Preview for koda-beta ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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 183e039
This pull request adds new features and UI improvements to the collection and carousel components, such as collection customization, deletion, and supply information, drop NFT funding options, generative carousel updates, and NSFW content styling. It also enhances and fixes some global style variables and mixins, and adds or removes some utility classes and components. It affects the following files:
assets/styles/abstracts/_animations.scss
,assets/styles/abstracts/_theme.scss
,assets/styles/global.scss
,assets/styles/components/_content-markdown.scss
,components/collection/CollectionInfo.vue
,components/collection/HeroButtons.vue
,components/collection/drop/DropConfirmModal.vue
,components/base/MediaItem.vue
,components/carousel/CarouselTypeGenerative.vue
,components/collection/CustomizeModal.vue
,components/collection/drop/AddFundsModal.vue
, andcomponents/collection/HeroButtonCustomizeCollection.vue
.