Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Conversation

@dezine2dev
Copy link
Contributor

@dezine2dev dezine2dev commented Nov 18, 2021

Thank you for your contribution to the KodaDot NFT gallery.

👇 Do a quick check before the merge.

PR type

  • Bugfix
  • Feature
  • Refactoring

Before submitting Pull Request, please make sure:

  • My contribution builds clean without any errors or warnings
  • I've merged recent default branch -- main-nuxt and I've no conflicts
  • I've tried respect high code quality standards
  • I've didn't break any original functionality
  • I've posted screenshot of demonstrated change in this PR

What's new?

@netlify
Copy link

netlify bot commented Nov 18, 2021

✔️ Deploy Preview for koda-nuxt ready!

🔨 Explore the source changes: 3a4f111

🔍 Inspect the deploy log: https://app.netlify.com/sites/koda-nuxt/deploys/6197a4f4d68ebe0008b07277

😎 Browse the preview: https://deploy-preview-1212--koda-nuxt.netlify.app

@github-actions
Copy link
Contributor

You're Pull Request scored a 0.018018018018018018 out of a possible +5 on the sentiment scale. Here's a gif representation of your PR:
Boo from Monsters Inc blinking and looking into space neutrally

@yangwao yangwao requested a review from roiLeo November 18, 2021 15:07
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.

  • could you change '/rmrk/collection' route to '/rmrk/collections' as it will be showing a list of collections
  • 'component/landing/Landing' could be move to 'pages/index'

@dezine2dev
Copy link
Contributor Author

  • could you change '/rmrk/collection' route to '/rmrk/collections' as it will be showing a list of collections
  • 'component/landing/Landing' could be move to 'pages/index'

Pushed new commits for these


.title,
.card-header-title {
color: $text !important;
Copy link

Choose a reason for hiding this comment

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

!important should not be used

box-shadow: 0 0 4px 0.5px $primary;
}

.title,
Copy link

Choose a reason for hiding this comment

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

Line should be indented 2 spaces, but was indented 4 spaces

.pagination-link {
box-shadow: 0 0 4px 0.5px $primary;
}

Copy link

Choose a reason for hiding this comment

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

Line contains trailing whitespace

color: $primary;
}

.pagination-link {
Copy link

Choose a reason for hiding this comment

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

Line should be indented 2 spaces, but was indented 4 spaces

background-color: $black;
color: $primary;
}

Copy link

Choose a reason for hiding this comment

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

Line contains trailing whitespace

font-weight: 500;
transition: all 0.3s;
color: $scheme-invert;
box-shadow: 0px 0px 3px 0.3px $primary!important;
Copy link

Choose a reason for hiding this comment

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

! should be preceded by a space, and should not be followed by a space
!important should not be used
0px should be written without units as 0

width: 100%;
}

Copy link

Choose a reason for hiding this comment

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

Line contains trailing whitespace

width: 100%;
height: 100%;
margin: 0;
width: 100%;
Copy link

Choose a reason for hiding this comment

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

Line should be indented 2 spaces, but was indented 4 spaces

margin: 0;
width: 100%;
height: 100%;
margin: 0;
Copy link

Choose a reason for hiding this comment

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

Line should be indented 2 spaces, but was indented 4 spaces

height: 100%;
margin: 0;
width: 100%;
height: 100%;
Copy link

Choose a reason for hiding this comment

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

Line should be indented 2 spaces, but was indented 4 spaces

@yangwao
Copy link
Member

yangwao commented Nov 20, 2021

  • could you change '/rmrk/collection' route to '/rmrk/collections' as it will be showing a list of collections
  • 'component/landing/Landing' could be move to 'pages/index'

I guess this is already resolved?

@roiLeo
Copy link
Contributor

roiLeo commented Nov 20, 2021

Current route to be synchronized

  • '/rmrk/collections' should show list of collections
  • '/rmrk/collection/{id}' shoud show collectionItem

@yangwao
Copy link
Member

yangwao commented Nov 21, 2021

Current route to be synchronized

  • '/rmrk/collections' should show list of collections
  • '/rmrk/collection/{id}' shoud show collectionItem

@dezine2dev 👀

@yangwao
Copy link
Member

yangwao commented Nov 22, 2021

@dezine2dev continue there #1249

Merging for unblocking others.

@yangwao yangwao merged commit 24e653c into main-nuxt Nov 22, 2021
@yangwao yangwao deleted the sync-rest-pages branch November 22, 2021 11:58
@yangwao yangwao mentioned this pull request Nov 22, 2021
15 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Keep shortest url possible, lets remove 'en'

4 participants