3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)HTML337 stars (337 stars)78 forks (78 forks)batch import
enhancementhelp wanted
Description
Having a time picker (hours/minutes) on the date picker would be awesome.
Contributor guide
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- ClojureScriptReagentBootstrap
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- The issue requests adding a time picker to the existing date picker in the reagent forms library. Begin by examining the source code for the current datepicker component, likely in a file such as 'src/reagent forms/datepicker.cljs'. Understand how the datepicker is structured using Reagent and Bootstrap classes. Review the library's documentation and any open pull requests that might address this feature. Check the comments on the issue for any additional context or design suggestions. Consider using a well known time picker library or implementing a simple dropdown for hours and minutes.