Skip to content

Comments

Feat: Component MonthPicker#204

Open
ayushnirwal wants to merge 4 commits intodevelopfrom
feat/month-picker
Open

Feat: Component MonthPicker#204
ayushnirwal wants to merge 4 commits intodevelopfrom
feat/month-picker

Conversation

@ayushnirwal
Copy link
Collaborator

@ayushnirwal ayushnirwal commented Feb 5, 2026

Description

Add component month picker

Screenshot/Screencast

Screen.Recording.2026-02-05.at.4.32.48.PM.mov

Checklist

  • I have thoroughly tested this code to the best of my abilities.
  • I have reviewed the code myself before requesting a review.
  • This code is covered by unit tests to verify that it works as intended.
  • The QA of this PR is done by a member of the QA team (to be checked by QA).

Signed-off-by: ayushnirwal <53055971+ayushnirwal@users.noreply.github.com>
Copilot AI review requested due to automatic review settings February 5, 2026 11:04
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request adds a new MonthPicker component to the frappe-ui-react component library. The component allows users to select a month and year through an interactive popover interface with navigation controls.

Changes:

  • Added MonthPicker component with month and year selection functionality
  • Implemented Storybook stories for component documentation
  • Created TypeScript type definitions for component props
  • Added barrel exports for the new component

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 9 comments.

File Description
packages/frappe-ui-react/src/components/monthPicker/monthPicker.tsx Main component implementation with popover-based UI, month/year view modes, and navigation controls
packages/frappe-ui-react/src/components/monthPicker/types.ts TypeScript interface defining component props including value, placement, and onChange callback
packages/frappe-ui-react/src/components/monthPicker/index.ts Barrel exports for the MonthPicker component and its types
packages/frappe-ui-react/src/components/monthPicker/monthPicker.stories.tsx Storybook stories demonstrating default and fit-width variants

@b1ink0 b1ink0 changed the base branch from main to develop February 11, 2026 10:20
@b1ink0 b1ink0 marked this pull request as ready for review February 12, 2026 09:01
@b1ink0
Copy link
Collaborator

b1ink0 commented Feb 12, 2026

@ayushnirwal this PR is ready for review.

@b1ink0 b1ink0 added this to the v1.2.0 milestone Feb 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants