Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add new TimePicker component #738

Merged
merged 5 commits into from
Dec 31, 2023
Merged

feat: add new TimePicker component #738

merged 5 commits into from
Dec 31, 2023

Conversation

gmukul01
Copy link
Collaborator

@gmukul01 gmukul01 commented Dec 31, 2023

affects: @medly-components/core, @medly-components/theme

Description

The TimePicker is a controlled component that allows you to select a time through input text or using a dialog. This component will return the time in 24-hour format. This component will use the native dialog on the mobile devices.

image

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes and API changes)
  • Build changes
  • CI changes
  • Document content changes
  • Performance improvement
  • Add missing tests
  • Others (please describe)

How has this been tested?

Added unit test cases

What is the current behaviour?

(Replace This Text: Please describe the current behaviour you are modifying, or link a relevant issue.)

What is the new behaviour?

(Replace This Text: Please describe the expected new behaviour.)

Does this PR introduce a breaking change?

  • Yes
  • No

Note: (Replace This Text: If this PR contains a breaking change please describe the impact and migration path for existing application.)

Additional context

(Replace This Text: Please describe any other related information or add screenshots of the PR.)

Checklist

  • My code follows the style guidelines of this project

  • I have performed a self-review of my own code

  • I have commented my code, particularly in hard-to-understand areas

  • I have made corresponding changes to the documentation

  • My changes generate no new warnings

  • I have added tests that prove my fix is effective or that my feature works

  • New and existing unit tests pass locally with my changes

  • Any dependent changes have been merged and published in downstream modules

affects: @medly-components/core, @medly-components/theme
affects: @medly-components/core
@gmukul01 gmukul01 self-assigned this Dec 31, 2023
Copy link

nx-cloud bot commented Dec 31, 2023

☁️ Nx Cloud Report

CI is running/has finished running commands for commit ee54b3c. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 3 targets

Sent with 💌 from NxCloud.

affects: @medly-components/theme
affects: @medly-components/core
Copy link

sonarcloud bot commented Dec 31, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@gmukul01 gmukul01 merged commit 51744cd into master Dec 31, 2023
4 checks passed
@gmukul01 gmukul01 deleted the add-timepicker branch December 31, 2023 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant