TecKnow / muster-tools

A package for assigning players to tables at multi-table, walk-in gaming events.
GNU General Public License v3.0
0 stars 0 forks source link

See if there is an updated Material-UI template for the login page. #5

Closed TecKnow closed 4 years ago

TecKnow commented 4 years ago

sign-in.js is based on a template that was originally found here. It seems that the page does not exist anymore.

Material-UI usage patterns have changed. See if there is a similar template that is more recent, document it, and then update sign-in.js to match.

TecKnow commented 4 years ago

The new login page example is at https://material-ui.com/getting-started/templates/sign-in/ The new linking page in the documentation is https://material-ui.com/getting-started/templates/ The create react app sample application at https://github.com/mui-org/material-ui/tree/master/examples/create-react-app should also be investigated.

TecKnow commented 4 years ago

Other than the changes to the spacing UI, the login page example doesn't seem substantially different. The dashboard example below is probably the easiest way to resolve my column issues though.

https://material-ui.com/getting-started/templates/dashboard/

TecKnow commented 4 years ago

The example application at https://github.com/mui-org/material-ui/tree/master/examples/create-react-app is basically empty. It's more of a blank template than an example.

TecKnow commented 4 years ago

Applying the dashboard template should be made into its own issue since this issue is more about bringing the application up to current standards than improving it.

I think there is nothing more that can be easily learned from this specific issue, so I am closing it.