35 - Block dates in the past
sfwathen opened this issue · comments
Sam Wathen commented
Make dates that have already past unselectable in the MonthlyView
component in the file: components/monthlyView.tsx
.
This may include:
- familiarizing yourself with react-calendar
Checklist:
- Get the current date and make dates only selectable if they are equal to or in the future from the current date
- Visually indicate that the date is unselectable
- Keep the styling consistent with how it is currently