Giter Club home page Giter Club logo

Comments (6)

Vivek-04022001 avatar Vivek-04022001 commented on August 18, 2024 1
  1. I’ve pinpointed a limitation in the Tailwind.config.js file. The color palette was previously fixed, restricting contributors from making direct modifications. To address this, I’ve expanded the color palette to align with TailwindCSS guidelines. This improvement now provides contributors with the flexibility to incorporate a wide array of colors. Below is the revised code:

  2. Additionally, I’ve noticed that several contributors are attempting to incorporate various colors into the components. To streamline this process, I’ve made necessary adjustments within the components themselves.

image

from verto.

lucavallin avatar lucavallin commented on August 18, 2024 1

@Vivek-04022001 Let's way for this. Configuration improvements are not relevant right now because there is an incoming redesign anywhere. I would focus instead on the correctness of the classes we apply, e.g. are there more classes than needed? Are there classes on an element that provide conflicting styles?

from verto.

Vivek-04022001 avatar Vivek-04022001 commented on August 18, 2024

@lucavallin , Can i send you a pull request for this particular change

from verto.

Vivek-04022001 avatar Vivek-04022001 commented on August 18, 2024

Previous code look like this inside the taiwind.config.js file

 theme: {
    extend: {
      fontFamily: {
        sans: ["var(--font-inter)", ...fontFamily.sans]
      }
    },

But if you give me a change , I can modify the code

 theme: {
    extend: {
      fontFamily: {
        sans: ["var(--font-inter)", ...fontFamily.sans]
      },
      colors: {
        transparent: "transparent",
        primary: "#cb3364",
        primary_light: "#b72e5a",
        secondary: "#52575c",
        light: {
          100: "#ffffff",
          200: "#f5f5f5",
          300: "#eeeeee",
          400: "#c0c1c3"
        },
        dark: {
          100: "#373c49",
          200: "#2c303a",
          300: "#21242c",
          400: "#16181d"
        }
      },
    },

This issue is specific to this particular component because the developer who created it used color codes that do not align with the UI. I will take responsibility for resolving this issue by making the necessary adjustments to the component.
image

@lucavallin . so How can I proceed with this issue?

from verto.

Vivek-04022001 avatar Vivek-04022001 commented on August 18, 2024

🤷 @lucavallin, I've come across a component named SearchBar.tsx used within RepositoryList.tsx. It includes a hidden class that, when removed, reveals the search bar component.
We should either remove the component or remove the 'hidden ' class.
image

from verto.

lucavallin avatar lucavallin commented on August 18, 2024

Hey @Vivek-04022001, yes, that is supposed to be hidden for the time being. #215 fixes that.

from verto.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.