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

#5852 Buefy icon to neo icon #5858

Merged
merged 35 commits into from
May 12, 2023
Merged

#5852 Buefy icon to neo icon #5858

merged 35 commits into from
May 12, 2023

Conversation

prachi00
Copy link
Member

@prachi00 prachi00 commented May 4, 2023

Thank you for your contribution to the KodaDot - One Stop Shop for Polkadot NFTs.

👇 __ Let's make a quick check before the contribution.

PR Type

  • Bugfix
  • Feature
  • Refactoring

Context

  • Closes #<issue_number>
  • Requires deployment <snek/rubick/worker>

Before submitting pull request, please make sure:

  • My contribution builds clean without any errors or warnings
  • I've merged recent default branch -- main and I've no conflicts
  • I've tried to respect high code quality standards
  • I've didn't break any original functionality

Optional

  • I've tested it at </ksm/collection>
  • I've tested PR on mobile
  • I've written unit tests 🧪
  • I've found edge cases

Had issue bounty label?

  • Fill up your KSM address:
    Payout

Community participation

Screenshot 📸

  • My fix has changed something on UI; a screenshot is best to understand changes for others.

Copilot Summary

🤖 Generated by Copilot at 191f617

This pull request adds, replaces, or updates various icons and tooltips in the UI components of the NFT gallery, using NeoIcon and Font Awesome libraries. It also adds or improves some features related to NFT minting, filtering, liking, and displaying. It affects the following files: components/common/FrequentlyAsked.vue, components/common/IdentityForm.vue, components/explore/FilterMenuButton.vue, components/identity/module/IdentityPopoverHeader.vue, components/identity/module/IdentitySocial.vue, components/landing/CuratedList.vue, components/landing/EsCarbonless.vue, components/landing/EsSustainability.vue, components/Navbar.vue, components/navbar/MobileExpandableSection.vue, components/rmrk/Create/DropUpload.vue, components/rmrk/Create/SimpleMint.vue, components/rmrk/Gallery/EmotionList.vue, components/rmrk/Gallery/GalleryCard.vue, components/rmrk/Gallery/History.vue, components/rmrk/Gallery/Holder/Holder.vue, components/rmrk/Gallery/Layout.vue, components/TheFooter.vue, components/common/LoadPreviousPage.vue, and components/rmrk/Gallery/Item/Facts.vue.

🤖 Generated by Copilot at 191f617

We're adding icons to the pages, NeoIcon is the name
We're using Font Awesome brands, to give them all some fame
We're refactoring the logic, to make the code more clean
We're heaving on the count of three, to make the website gleam

@prachi00 prachi00 requested a review from a team as a code owner May 4, 2023 04:31
@prachi00 prachi00 requested review from roiLeo and vikiival and removed request for a team May 4, 2023 04:31
@netlify
Copy link

netlify bot commented May 4, 2023

Deploy Preview for koda-canary ready!

Name Link
🔨 Latest commit 6b95320
🔍 Latest deploy log https://app.netlify.com/sites/koda-canary/deploys/645da9a35935390008d7d986
😎 Deploy Preview https://deploy-preview-5858--koda-canary.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@reviewpad
Copy link
Contributor

reviewpad bot commented May 4, 2023

AI-Generated Summary: This pull request updates the icon component throughout multiple files, replacing the <b-icon> component with the <NeoIcon> component from the @kodadot1/brick package. The necessary import statements and component registrations have been updated accordingly. The new icons retain the same functionality as the original implementation with updated styling and consistency across the project.

@reviewpad reviewpad bot added medium Pull request is medium waiting-for-review labels May 4, 2023
@reviewpad
Copy link
Contributor

reviewpad bot commented May 4, 2023

Reviewpad Report

⚠️ Warnings

  • Please link an issue to the pull request

@prachi00
Copy link
Member Author

prachi00 commented May 4, 2023

Also, does anyone know why deepsource says neoIcon is defined but isnt used, when it IS being used
Screen Shot 2023-05-03 at 9 39 21 PM

@prachi00 prachi00 mentioned this pull request May 4, 2023
37 tasks
Copy link
Contributor

@roiLeo roiLeo left a comment

Choose a reason for hiding this comment

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

Some smoll stuff:

  • self closing tag
  • size prop
  • default small? does it make big change on UI?

otherwise code lgtm ✅

components/identity/module/IdentityPopoverHeader.vue Outdated Show resolved Hide resolved
components/rmrk/Gallery/History.vue Outdated Show resolved Hide resolved
components/rmrk/Gallery/Holder/Holder.vue Outdated Show resolved Hide resolved
components/rmrk/Gallery/PriceChart.vue Outdated Show resolved Hide resolved
components/series/SeriesTable.vue Outdated Show resolved Hide resolved
components/shared/Sharing.vue Outdated Show resolved Hide resolved
pages/teleport.vue Outdated Show resolved Hide resolved
pages/teleport.vue Outdated Show resolved Hide resolved
pages/transfer.vue Outdated Show resolved Hide resolved
pages/transfer.vue Outdated Show resolved Hide resolved
Copy link
Contributor

@roiLeo roiLeo left a comment

Choose a reason for hiding this comment

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

Some smoll stuff:

  • self closing tag
  • size prop
  • default small? does it make big change on UI?

otherwise code lgtm ✅

@vikiival
Copy link
Member

vikiival commented May 4, 2023

Agree with @roiLeo

@roiLeo
Copy link
Contributor

roiLeo commented May 4, 2023

Agree with @roiLeo

908

prachi00 and others added 13 commits May 4, 2023 16:04
Co-authored-by: roiLeo <medina.leo42@gmail.com>
Co-authored-by: roiLeo <medina.leo42@gmail.com>
Co-authored-by: roiLeo <medina.leo42@gmail.com>
Co-authored-by: roiLeo <medina.leo42@gmail.com>
Co-authored-by: roiLeo <medina.leo42@gmail.com>
Co-authored-by: roiLeo <medina.leo42@gmail.com>
Co-authored-by: roiLeo <medina.leo42@gmail.com>
Co-authored-by: roiLeo <medina.leo42@gmail.com>
Co-authored-by: roiLeo <medina.leo42@gmail.com>
Co-authored-by: roiLeo <medina.leo42@gmail.com>
Co-authored-by: roiLeo <medina.leo42@gmail.com>
Co-authored-by: roiLeo <medina.leo42@gmail.com>
prachi00 and others added 4 commits May 5, 2023 09:21
Co-authored-by: Viki Val <viktorko99@gmail.com>
Co-authored-by: Viki Val <viktorko99@gmail.com>
Co-authored-by: Viki Val <viktorko99@gmail.com>
@prachi00 prachi00 requested a review from vikiival May 5, 2023 16:22
@prachi00
Copy link
Member Author

prachi00 commented May 7, 2023

can we merge this?

Copy link
Member

@vikiival vikiival left a comment

Choose a reason for hiding this comment

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

Smol

@vikiival
Copy link
Member

vikiival commented May 8, 2023

Spawing @exezbcz

@exezbcz
Copy link
Member

exezbcz commented May 8, 2023

hi! some icons are broken, can you please fix them:

footer

image

- the hover bg color is oki but the icon should be k-black in case of dark mode, also it should not change when you hover over the icon itself. - canary: -

image

deploy (hover over button):

image

deploy hover over icon:

image

Waiting for authorization

canary: image
deploy: image

@prachi00
Copy link
Member Author

prachi00 commented May 8, 2023

hi! some icons are broken, can you please fix them:

footer

image
  • the hover bg color is oki but the icon should be k-black in case of dark mode, also it should not change when you hover over the icon itself. - canary: -
image

deploy (hover over button):
image

deploy hover over icon:
image

Waiting for authorization

canary: image deploy: image

done @exezbcz

@vikiival
Copy link
Member

@prachi00 please resolve conflicts

@prachi00
Copy link
Member Author

@prachi00 please resolve conflicts

done

@codeclimate
Copy link

codeclimate bot commented May 12, 2023

Code Climate has analyzed commit 6b95320 and detected 0 issues on this pull request.

View more on Code Climate.

@vikiival
Copy link
Member

pay 50 usd

@vikiival vikiival merged commit caf99b9 into main May 12, 2023
18 of 19 checks passed
@vikiival vikiival deleted the feat-neo-icons branch May 12, 2023 11:40
@yangwao
Copy link
Member

yangwao commented May 12, 2023

😍 Perfect, I’ve sent the payout
💵 $50 @ 24.69 USD/KSM ~ 2.025 $KSM
🧗 EzGc4s9PgCPx1YnF3fqzhLzVHpHMTL4LWPScwpDrR8JKgSU
🔗 0xcd09488e10a7d0e4af36cb690fe97c3f5736bc9ec5409e3f77a31698c463a760

🪅 Let’s grab another issue and get rewarded!
🪄 github.com/kodadot/nft-gallery/issues

@yangwao yangwao added the paid pull-request has been paid label May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium Pull request is medium paid pull-request has been paid S-code-lgtm-✅ code review guild has reviewed this PR and it's code is approved waiting-for-review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants