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

refactor: remove abstracts/variables #11350

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Conversation

preschian
Copy link
Member

Thank you for your contribution to the Koda - Generative Art Marketplace.

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

PR Type

  • Bugfix
  • Feature
  • Refactoring

Context

tested on:

  • create nft
  • sidebar
  • shopping cart
  • drop card
  • gallery
  • popover
  • explore

lmk if I miss in some page

…e CSS variables in DropCard, ActiveCount, and DesktopControls components
Copy link

netlify bot commented Jan 9, 2025

Deploy Preview for koda-canary ready!

Name Link
🔨 Latest commit 6f48009
🔍 Latest deploy log https://app.netlify.com/sites/koda-canary/deploys/6780e7110f146b00086df885
😎 Deploy Preview https://deploy-preview-11350--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 configuration.

Copy link

cloudflare-workers-and-pages bot commented Jan 9, 2025

Deploying koda-art-prod with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6f48009
Status: ✅  Deploy successful!
Preview URL: https://ae7ff598.kodaart-production.pages.dev
Branch Preview URL: https://refactor--remove-abstracts-v.kodaart-production.pages.dev

View logs

@preschian preschian marked this pull request as ready for review January 9, 2025 11:58
@preschian preschian requested a review from a team as a code owner January 9, 2025 11:58
@preschian preschian requested review from Jarsen136 and hassnian and removed request for a team January 9, 2025 11:58
Copy link
Contributor

@hassnian hassnian left a comment

Choose a reason for hiding this comment

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

can we reuse the media query viewports ?

Comment on lines -200 to +199
padding-top: $navbar-desktop-min-height;
padding-top: 80px;
Copy link
Contributor

Choose a reason for hiding this comment

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

not needed anywhere else ?

Comment on lines +78 to +79
// until 1215px
@media screen and (max-width: 1215px) {
Copy link
Contributor

Choose a reason for hiding this comment

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

can we reuse this number somehow

@@ -98,7 +87,8 @@ defineProps<{
}
}
@include until-widescreen {
// until 1215px
@media screen and (max-width: 1215px) {
Copy link
Contributor

Choose a reason for hiding this comment

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

same

Copy link
Contributor

@Jarsen136 Jarsen136 left a comment

Choose a reason for hiding this comment

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

Comment on lines 150 to 154
.is-ellipsis {
@include mobile {
@media (max-width: 640px) {
white-space: unset;
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

is-ellipsis does not seem to be used in this component.

Comment on lines 64 to 69
<style scoped lang="scss">
@import '@/assets/styles/abstracts/variables';
.is-ellipsis {
@include mobile {
@media (max-width: 640px) {
white-space: unset;
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

is-ellipsis does not seem to be used in this component.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants