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

#3948 Footer redesign #4016

Merged
merged 18 commits into from
Oct 7, 2022
Merged

#3948 Footer redesign #4016

merged 18 commits into from
Oct 7, 2022

Conversation

prachi00
Copy link
Member

@prachi00 prachi00 commented Sep 23, 2022

Thank you for your contribution to the KodaDot NFT gallery.
👇 _ Let's make a quick check before the contribution.

PR type

  • Bugfix
  • Feature
  • Refactoring

What's new?

  • PR closes Redesign: Footer #3948
  • Requires deployment <rubick/magick_issue>
  • <brief_description_of_what_I've_added>

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
  • I've posted a screenshot of demonstrated change in this PR

Optional

  • I've tested it at </rmrk/collection/26902bc2f7c20c546a-1FVG7>
  • I've tested PR on mobile and everything seems works
  • I found edge cases
  • I've written some unit tests 🧪

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.

Screen Shot 2022-09-28 at 8 36 16 PM

Screen Shot 2022-09-28 at 8 36 21 PM

@prachi00 prachi00 requested review from a team as code owners September 23, 2022 18:17
@prachi00 prachi00 requested review from Jarsen136 and petersopko and removed request for a team September 23, 2022 18:17
@netlify
Copy link

netlify bot commented Sep 23, 2022

Deploy Preview for koda-nuxt ready!

Name Link
🔨 Latest commit ad799fa
🔍 Latest deploy log https://app.netlify.com/sites/koda-nuxt/deploys/633fec231d8b9b00085156b2
😎 Deploy Preview https://deploy-preview-4016--koda-nuxt.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.

@kodabot
Copy link
Collaborator

kodabot commented Sep 23, 2022

WARNING @prachi00 PR for issue #3948 which isn't assigned to you. Please be warned that this PR may get rejected if there's another assignee for issue #3948

@prachi00 prachi00 requested a review from roiLeo September 23, 2022 18:17
@prachi00
Copy link
Member Author

prachi00 commented Sep 23, 2022

Left:

  • INPUT - working on this

@prachi00 prachi00 changed the title WIP: #3948 Footer redesign #3948 Footer redesign Sep 23, 2022
@vikiival
Copy link
Member

🫣

5C10C386-8384-47E0-A399-94B5F80D3306

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.

On OSX 13-inch:

preview
Screenshot 2022-09-24 at 16-02-04 KodaDot - Kusama NFT Market Explorer

figma
Capture d’écran 2022-09-24 à 4 11 22 PM

Could you please use Columns as it would help to make the footer responsive
And also remove single quote changes for .scss files

@yangwao
Copy link
Member

yangwao commented Sep 25, 2022

we just had a call @exezbcz that will update Figma with new footer where we put two columns as current one breaks on mobile interface :)

@exezbcz
Copy link
Member

exezbcz commented Sep 28, 2022

Hey @prachi00 @roiLeo, I redesigned the footer and added columns, it's updated in Figma, second page - design, under the landing page. There is also a mobile version. Thanks and sorry for the delay.

@prachi00
Copy link
Member Author

Hey @prachi00 @roiLeo, I redesigned the footer and added columns, it's updated in Figma, second page - design, under the landing page. There is also a mobile version. Thanks and sorry for the delay.

I'll update

@prachi00
Copy link
Member Author

@yangwao @roiLeo
Screen Shot 2022-09-28 at 8 11 19 PM
also what are we doing about the iframe, as I am not sure if there is other way to handle it

@prachi00
Copy link
Member Author

@roiLeo also using columns is creating spacing differences from figma and we anyway have to give extra css to override those, so I was thinking of manually doing the responsive for this, its easier

@exezbcz
Copy link
Member

exezbcz commented Oct 2, 2022

image
This is how the colors should look in dark mode. In white mode, the buttons work the same as for example selection of timeframe in top collections. It's consistent with the whole design/system.
White mode buttons (the middle button is on hover)
image

@prachi00
Copy link
Member Author

prachi00 commented Oct 3, 2022

image This is how the colors should look in dark mode. In white mode, the buttons work the same as for example selection of timeframe in top collections. It's consistent with the whole design/system. White mode buttons (the middle button is on hover) image

okay makes sense, thank you

@prachi00 prachi00 requested a review from roiLeo October 3, 2022 05:55
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.

Hey! Substack input looks better.
Found small things:

Capture d’écran 2022-10-03 à 8 30 27 AM

  • From Figma file, footer should be wrapped in .container class (check landing div/section wrapper)
Enregistrement.de.l.ecran.2022-10-03.a.8.33.03.AM.mov
  • cursor on hover state on social link are working only on icon and not on the button

Screenshot 2022-10-03 at 08-49-31 KodaDot - Kusama NFT Market Explorer

  • include icon in hover state

@prachi00 prachi00 requested a review from roiLeo October 4, 2022 01:34
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.

Feel free to migrate TheFooter component to Vue3 way

components/TheFooter.vue Outdated Show resolved Hide resolved
components/TheFooter.vue Outdated Show resolved Hide resolved
components/TheFooter.vue Outdated Show resolved Hide resolved
components/TheFooter.vue Outdated Show resolved Hide resolved
@prachi00 prachi00 closed this Oct 6, 2022
@prachi00 prachi00 reopened this Oct 6, 2022
@prachi00
Copy link
Member Author

prachi00 commented Oct 6, 2022

Feel free to migrate TheFooter component to Vue3 way

are we upgrading?

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.

Feel free to migrate TheFooter component to Vue3 way

are we upgrading?

Slowly but yeah!

One last small thing:

  • social icon hover state on dark-mode
    Screenshot 2022-10-06 at 08-59-53 KodaDot - Kusama NFT Market Explorer

package.json 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.

✅ lgtm, scss might need some refacto

@codeclimate
Copy link

codeclimate bot commented Oct 7, 2022

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

View more on Code Climate.

Copy link
Contributor

@petersopko petersopko left a comment

Choose a reason for hiding this comment

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

@petersopko
Copy link
Contributor

pay 100 usd

@yangwao
Copy link
Member

yangwao commented Oct 7, 2022

😍 Perfect, I’ve sent the payout
💵 $100 @ 43.39 USD/KSM ~ 2.305 $KSM
🧗 EzGc4s9PgCPx1YnF3fqzhLzVHpHMTL4LWPScwpDrR8JKgSU
🔗 0x3a7f3c1b5770fc544d1d447079b9adf5e658c72ae6ec1c6ee924806f27176a42

🪅 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 Oct 7, 2022
@petersopko petersopko merged commit 44e4160 into main Oct 7, 2022
@petersopko petersopko deleted the feat-new-footer branch October 7, 2022 09:39
@petersopko petersopko added S-code-lgtm-✅ code review guild has reviewed this PR and it's code is approved S-works-for-me-✅ qa-guild has tested PR from end user perspective and functionality worked labels Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
paid pull-request has been paid redesign S-code-lgtm-✅ code review guild has reviewed this PR and it's code is approved S-works-for-me-✅ qa-guild has tested PR from end user perspective and functionality worked
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redesign: Footer
7 participants