jaikamat / clubhouse-pos-importer

Monorepo for an LGS's inventory management system
1 stars 0 forks source link

Refactor login to use MUI #273

Closed jaikamat closed 3 years ago

jaikamat commented 3 years ago

Summary

This PR moves the login view to Material UI. A new TextField component was extracted to compartmentalize rendering user errors, and the ControlledDropdown component was polished to include error rendering.

Naturally, the view now uses MUI components as well.