road86 / bahis-desk

Desktop application for BAHIS2
GNU General Public License v3.0
2 stars 1 forks source link

Remove random CSS, bootstrap and reactstrap in favour of Material UI #83

Closed ChasNelson1990 closed 4 months ago

ChasNelson1990 commented 1 year ago

Problem

We seem to have a mixture of handwritten CSS, bootstrap, reactstrap and Material UI through the codebase. This is a bit messy and makes it hard to be consistent and to quickly make changes across the app.

Desired Solution

I propose that I replace everything with Material UI (still v4 sadly) - this should make things a lot more consistent and attractive IMO.

Considered Alternatives

No response

Additional Context

No response

ChasNelson1990 commented 1 year ago

@shaarful - realised why this has to be a migration to MateriaUI v4 and not v5 - because odkformrendererv2 uses MaterialUI v4.

Let's do the v4 migration now and plan to migrate to v5 when we remove odkformrendererv2