HomeServicesOfAmerica / styled-material-components

Styled Components implementation of Material Design
Other
71 stars 51 forks source link

SMC Regressions in master branch #315

Open ceciliamvrie opened 6 years ago

ceciliamvrie commented 6 years ago

If you notice anything else, feel free to add to this list!

danieltisdale commented 6 years ago

@ceciliamvrie adding some additional regressions found after going through all components.

dekkofilms commented 6 years ago

Checklist:

This is just a copy/paste of the issues above, so that we can keep track of progress on these.

martahj commented 6 years ago

Also it looks like these are the issues fixed in this PR https://github.com/MerlinLabs/styled-material-components/pull/314 - @ceciliamvrie feel free to update anything that's inaccurate

martahj commented 6 years ago

Gonna work on the button shadow

ceciliamvrie commented 6 years ago

I've checked on my current pr, and I'm not seeing the issue where the custom checkbox border is different locally than from the site. I'm gonna check that box off

dekkofilms commented 6 years ago

I'll do menus not rendering / throwing erros when not passed anchorEl as prop

ceciliamvrie commented 6 years ago

Gonna work on the chips

dekkofilms commented 6 years ago

PR #316 in for the menu fix. It was really only an issue in the implementation changes in the pages file, and not really anything with the component itself.

I think when adding flow/eslint it suggested setting state with a function instead of an object ... but the event being passed to that function was not being passed in properly.

dekkofilms commented 6 years ago

I'm starting work on the dropdown text field issue.

dekkofilms commented 6 years ago

Nevermind on the above ... I think priority for that issue is low because Merlin has a TextFieldDropdown component built out already.

I will now look into the tooltip stuff.

martahj commented 6 years ago

https://github.com/MerlinLabs/styled-material-components/pull/314 updated the Portal a bit, so you may want to wait until it lands to work on the tooltip (or just copy in the updates) @dekkofilms

dekkofilms commented 6 years ago

Hmm, how close is that to being merged? @martahj

martahj commented 6 years ago

@dekkofilms Hopefully soon, @gregorelee is taking a look now

martahj commented 6 years ago

I'm not sure the textfield multiline issue is a genuine bug. In this PR app, you can see that the text area with two rows lets the user keep typing indefinitely, but does not expand vertically as they do so like the multiline text field. I don't see anything in the current material spec about multiline text fields, but honestly the experience seems pretty good. Thoughts? @danieltisdale @nataliaisabelle

martahj commented 6 years ago

Going to look into why colors differ between local and website builds