jaikamat / clubhouse-pos-importer

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

Move card search and general form fields to Material UI #253

Closed jaikamat closed 3 years ago

jaikamat commented 3 years ago

image

image

Summary

We're on a quest to remove our reliance on Semantic UI React and move to Material UI completely, since both view layer framework dependencies substantially increase the bundle size!

To that end, this PR refactors all the form components used in the Browse Inventory feature as well as the main card search bar to use MUI and its lab/autocomplete component. Some layout optimizations included.