-
Notifications
You must be signed in to change notification settings - Fork 1
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
icoxxx
wants to merge
3
commits into
main
Choose a base branch
from
1464-selecting-new-date-for-a-transaction-should-clear-the-time
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
fix: clear time in RuningClockDatePicker #1517
icoxxx
wants to merge
3
commits into
main
from
1464-selecting-new-date-for-a-transaction-should-clear-the-time
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ 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 |
SvetBorislavov
previously approved these changes
Feb 6, 2025
5c92c86
to
5c9855e
Compare
jbair06
requested changes
Feb 6, 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. |
Signed-off-by: Hristiyan <[email protected]>
Signed-off-by: Hristiyan <[email protected]>
5c9855e
to
986dea7
Compare
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
approved these changes
Feb 8, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
Reset time to default value (00:00) on selecting a new date in RuningClockDatePicker component
Related issue(s):
#1464