-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: allow custom date/time input in range picker #6952
base: main
Are you sure you want to change the base?
Conversation
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good to me! Reviewed everything up to 7417392 in 1 minute and 29 seconds
More details
- Looked at
22
lines of code in1
files - Skipped
0
files when reviewing. - Skipped posting
2
drafted comments based on config settings.
1. frontend/src/components/CustomTimePicker/RangePickerModal.tsx:69
- Draft comment:
Removing theformat
prop might lead to unexpected date/time formats being displayed. Ensure that the default format is acceptable for the application's requirements. - Reason this comment was not posted:
Comment did not seem useful.
2. frontend/src/components/CustomTimePicker/RangePickerModal.tsx:1
- Draft comment:
Avoid using thecomponent/index.tsx
file structure approach, as it makes it difficult to debug and find components using global search tools like VS Code. - Reason this comment was not posted:
Comment was on unchanged code.
Workflow ID: wflow_E5v46Jh5KKCOMOfJ
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
Summary
Related Issues / PR's
Part of https://github.com/SigNoz/engineering-pod/issues/2155
Screenshots
Before:
2025-01-28.10-21-14.mov
After:
2025-01-28.10-21-36.mov
Affected Areas and Manually Tested Areas
Important
Removed custom date/time format in
RangePickerModal.tsx
, allowing default format inRangePicker
.RangePickerModal.tsx
, allowing default format inRangePicker
.format
prop fromRangePicker
inRangePickerModal()
function.This description was created by
for 7417392. It will automatically update as commits are pushed.