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: allow custom date/time input in range picker #6952

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

Conversation

ahmadshaheer
Copy link
Collaborator

@ahmadshaheer ahmadshaheer commented Jan 28, 2025

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 in RangePicker.

  • Behavior:
    • Removed custom date/time format in RangePickerModal.tsx, allowing default format in RangePicker.
  • Functions:
    • Removed format prop from RangePicker in RangePickerModal() function.

This description was created by Ellipsis for 7417392. It will automatically update as commits are pushed.

@ahmadshaheer ahmadshaheer requested a review from YounixM as a code owner January 28, 2025 05:46
Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@github-actions github-actions bot added the bug Something isn't working label Jan 28, 2025
Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a 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 in 1 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 the format 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 the component/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.

Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants