MsZoezo / dayta

GNU General Public License v3.0
0 stars 0 forks source link

3-calendar-view-for-month #20

Closed BetOnJeanette closed 4 months ago

BetOnJeanette commented 4 months ago

What was the problem?

There was no monthly layout for the calendar

How does this address the problem?

I added a header that shows the current month and year being shown, with links that move to the previous and next months.

I created a shared component for weekly layout, as well as the shared style to have a body evenly divided between 7 sections.

I also implemented the base layout, where each month has a filler space between sunday and the first day of the month (unless it starts on a sunday). Then, we fill the rest of the month with day components.

This closes #3.

BetOnJeanette commented 4 months ago

Updated the branch: