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

Make a mobile view for MonthView #22

Closed kdjohnson closed 7 years ago

kdjohnson commented 7 years ago

I took the month view and removed the selected day preview. I gave the table full width. If an event occurs on a day there will be an icon in that cell. Which can be clicked then the user will taken to ScheduleView. Along, with clicking a user can hit space or enter to trigger the same behaviour. I'm having a tough time getting the selected day from MobileMonthView to be focused in the ScheduleView. This is something that I think needs to be there, but again it's proving to be more involved than I thought. Maybe it's something that can be more fleshed out later once the full fledged MonthView is more set in stone? If you think it's necessary for being pulled into master I can keep hacking at it.