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

fix: clear time in RuningClockDatePicker #1517

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

icoxxx
Copy link
Contributor

@icoxxx icoxxx commented Feb 4, 2025

Description:
Reset time to default value (00:00) on selecting a new date in RuningClockDatePicker component

Related issue(s):
#1464

@icoxxx icoxxx self-assigned this Feb 4, 2025
@icoxxx icoxxx requested review from SvetBorislavov, yiliev0 and a team as code owners February 4, 2025 13:58
@icoxxx icoxxx requested a review from SimiHunjan February 4, 2025 13:58
@icoxxx icoxxx linked an issue Feb 4, 2025 that may be closed by this pull request
Copy link

codecov bot commented Feb 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.07%. Comparing base (22c0a4d) to head (b17b2ec).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1517   +/-   ##
=======================================
  Coverage   99.07%   99.07%           
=======================================
  Files         158      159    +1     
  Lines        5919     5934   +15     
  Branches     1088     1088           
=======================================
+ Hits         5864     5879   +15     
  Misses         52       52           
  Partials        3        3           

see 2 files with indirect coverage changes

Impacted file tree graph

SvetBorislavov
SvetBorislavov previously approved these changes Feb 6, 2025
@icoxxx icoxxx force-pushed the 1464-selecting-new-date-for-a-transaction-should-clear-the-time branch from 5c92c86 to 5c9855e Compare February 6, 2025 14:26
@jbair06
Copy link
Member

jbair06 commented Feb 7, 2025

I've created issue #1529 that has a couple of improvements that should be added to this PR, if possible. This UX improvements will help make it smoother.

@icoxxx icoxxx force-pushed the 1464-selecting-new-date-for-a-transaction-should-clear-the-time branch from 5c9855e to 986dea7 Compare February 7, 2025 12:03
text-input and flow options are now used. 'Now' button now works like the stock now button of the DatePicker component.

Signed-off-by: John Bair <[email protected]>
@jbair06
Copy link
Member

jbair06 commented Feb 8, 2025

Commit b17b2ec fixes #1529

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.

Selecting new date for a transaction should clear the time
3 participants