Giter VIP home page Giter VIP logo

Comments (25)

siriwatknp avatar siriwatknp commented on April 28, 2024 3

Hi @siriwatknp I'm working on a project dependent on MUI and we would need the zero runtime CSS for a next step in the project. We're happy to contribute with our time to the MUI repo with the rewrite if it can help to speed up the works and the new version release. But basically wondering if us spending some extra time will actually make things faster or is there a fixed release schedule anyway?

Thanks! We aim for May but it's not a fixed schedule. The faster we finish this issue, the faster we can do the stable release.

from material-ui.

gijsbotje avatar gijsbotje commented on April 28, 2024 3

@siriwatknp I've taken the liberty of converting the PaginationItem (#41848), IconButton (#41850) and Fab (#41851)

from material-ui.

siriwatknp avatar siriwatknp commented on April 28, 2024 1

I assigned the Breadcrumbs component to myself to work on them this week 👍🏼

@DiegoAndai the Breadcrumbs was taken by aacevski a while ago #41496

from material-ui.

DiegoAndai avatar DiegoAndai commented on April 28, 2024 1

@DiegoAndai the Breadcrumbs was taken by aacevski a while ago #41496

😅

@siriwatknp is the Chip taken? If not, I can take it.

from material-ui.

siriwatknp avatar siriwatknp commented on April 28, 2024 1

is the Chip taken? If not, I can take it.

Assigned.

Next up, I'd like to work on the Card component.

Assigned.

from material-ui.

siriwatknp avatar siriwatknp commented on April 28, 2024 1

@siriwatknp which one can I take next?

Assigned ButtonGroup to you.

from material-ui.

mj12albert avatar mj12albert commented on April 28, 2024 1

For FilledInput (PR), we don't have a dedicated docs page/demo, how can we progress this? @siriwatknp

from material-ui.

zanivan avatar zanivan commented on April 28, 2024

Hey @siriwatknp on step 4 of Render demos, shouldn't it be cd apps/pigment-css-next-app && pnpm install && pnpm dev instead of cd apps/pigment-next-app && pnpm install && pnpm dev?

from material-ui.

cu8code avatar cu8code commented on April 28, 2024

@siriwatknp would like to work on Checkbox

from material-ui.

DiegoAndai avatar DiegoAndai commented on April 28, 2024

I assigned the Breadcrumbs component to myself to work on them this week 👍🏼

It uses Typography though 🤔

const BreadcrumbsRoot = styled(Typography, {
  name: 'MuiBreadcrumbs',
  slot: 'Root',
  overridesResolver: (props, styles) => {
    return [{ [`& .${breadcrumbsClasses.li}`]: styles.li }, styles.root];
  },
})({});

Is that a blocker given that the Typography component is on hold?

from material-ui.

siriwatknp avatar siriwatknp commented on April 28, 2024

@siriwatknp would like to work on Checkbox

Assigned, thanks!

from material-ui.

aacevski avatar aacevski commented on April 28, 2024

I'd like to take Popover. I have opened a PR: #41564

Next up, I'd like to work on the Card component.

from material-ui.

zanivan avatar zanivan commented on April 28, 2024

@siriwatknp which one can I take next?

from material-ui.

aacevski avatar aacevski commented on April 28, 2024

I'd like to work on the Backdrop component next. 💯 PR has been opened: #41581

I'd like to take on BottomNavigation please.

from material-ui.

aacevski avatar aacevski commented on April 28, 2024

I'd like to work on FormControl next up. 🙌🏼 PR opened.

Next I'd like to take on FormGroup. PR opened.

from material-ui.

pluvio72 avatar pluvio72 commented on April 28, 2024

Can I pick up toolbar? @siriwatknp

from material-ui.

siriwatknp avatar siriwatknp commented on April 28, 2024

Can I pick up toolbar? @siriwatknp

Please do, thanks!

from material-ui.

piotrkrajewskicn avatar piotrkrajewskicn commented on April 28, 2024

Hi @siriwatknp
I'm working on a project dependent on MUI and we would need the zero runtime CSS for a next step in the project.
We're happy to contribute with our time to the MUI repo with the rewrite if it can help to speed up the works and the new version release.
But basically wondering if us spending some extra time will actually make things faster or is there a fixed release schedule anyway?

from material-ui.

lhilgert9 avatar lhilgert9 commented on April 28, 2024

@siriwatknp I'll take the Select-component. Should I also change the NativeSelectInput or is that something for the Input-component.

from material-ui.

siriwatknp avatar siriwatknp commented on April 28, 2024

@siriwatknp I'll take the Select-component. Should I also change the NativeSelectInput or is that something for the Input-component.

The Input needs a GlobalStyles (not done yet). Can you pick one from the "Ready-to-take Component".

from material-ui.

lhilgert9 avatar lhilgert9 commented on April 28, 2024

@siriwatknp I was wondering myself why the Select component was in the ready to take section. Then just assign me a component and I can work through it. Thanks

from material-ui.

lhilgert9 avatar lhilgert9 commented on April 28, 2024

@siriwatknp I'll work on the ToggleButton component.

from material-ui.

siriwatknp avatar siriwatknp commented on April 28, 2024

@siriwatknp I'll work on the ToggleButton component.

Thanks! assigned.

from material-ui.

lhilgert9 avatar lhilgert9 commented on April 28, 2024

@siriwatknp I would like to work on the Radio next.

from material-ui.

o-alexandrov avatar o-alexandrov commented on April 28, 2024

@siriwatknp
cc @oliviertassinari
pinning this issue might help to attract more attention to it as currently, only #30660 is pinned, so there's plenty of space there

from material-ui.

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.