amgoodfellow / reactjs-calendar

A new version of the react calendar. One that uses webpack 2, and is made with ADA compliance in mind
Apache License 2.0
3 stars 3 forks source link

Demo Mode #84

Closed amgoodfellow closed 6 years ago

amgoodfellow commented 6 years ago

When you just want to work on the javascript, or for those just curious what the calendar looks like, it would be helpful if it had some sort of demo flag, and then display fake data

amgoodfellow commented 6 years ago

I was bad, and forgot to reference this issue in my commit messages 😢

This issue is resolved for now, in that the calendar will successfully load and display blank data. Instead of having huge 3000+ json files be bundled with everything, I decided when running a demo, it could fetch data from a github gist. I think that'll work (if not we can always roll back).

Material-UI and react are also updated while I'm doing stuff here. This will soon be pushed into master