The ‹ (previous month) navigation button in the calendar is completely non-functional. Clicking it has no effect — the calendar stays on the current month and never navigates backward.
Steps to Reproduce:
Open the app
1.Look at the calendar section
2.Click the ‹ button to go to the previous month
Expected Behavior:
The calendar should navigate to the previous month, just like the › button navigates forward.
Actual Behavior:
Nothing happens. The month does not change.
Root Cause:
In js/app.js, the cal-next button has an event listener but cal-prev has none. The button exists in the HTML (index.html, line 143) but is never wired up in JavaScript.
The ‹ (previous month) navigation button in the calendar is completely non-functional. Clicking it has no effect — the calendar stays on the current month and never navigates backward.
Steps to Reproduce:
Open the app
1.Look at the calendar section
2.Click the ‹ button to go to the previous month
Expected Behavior:
The calendar should navigate to the previous month, just like the › button navigates forward.
Actual Behavior:
Nothing happens. The month does not change.
Root Cause:
In js/app.js, the cal-next button has an event listener but cal-prev has none. The button exists in the HTML (index.html, line 143) but is never wired up in JavaScript.