haswellr / CritterDB

A web application to help you find and create custom creatures and NPCs for the 5th edition of the world's greatest role playing game.
http://www.critterdb.com
53 stars 15 forks source link

Update Angular Material #6

Open haswellr opened 6 years ago

haswellr commented 6 years ago

CritterDB is using an old version of AngularMaterial. Explore updating to the newest one, which I believe will fix some text box issues on mobile. This may break things so proceed with caution.

cfi2017 commented 6 years ago

AngularMaterial is currently on major version 6. Updating to this version would require switching from AngularJS to Angular 6, which is a huge migration and includes hundreds of breaking changes. It would probably be easier to completely re-build the application than trying to migrate it.