Skip to content

bug: Calendar "Previous Month" (‹) button does nothing #1154

@Nikkiraj4

Description

@Nikkiraj4

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions