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

feat: New mighty date range picker #476

Merged
merged 7 commits into from
Jul 16, 2024
Merged

feat: New mighty date range picker #476

merged 7 commits into from
Jul 16, 2024

Conversation

ernestii
Copy link
Contributor

@ernestii ernestii commented Jul 16, 2024

Brand new date range picker with new features:

  • More 1-click Past N options to choose from
  • Ability to move the search time window 1h back and 1h forward with 1 click
  • More robust start and end time inputs with natural language parsing
  • Around a time option: allow set a time anchor with a +- 15m/1h/1d/etc windor
Screen.Recording.2024-07-15.at.8.35.45.PM.mov

Copy link

changeset-bot bot commented Jul 16, 2024

🦋 Changeset detected

Latest commit: 5d5aad3

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@hyperdx/app Patch
@hyperdx/api Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@ernestii ernestii force-pushed the ei/HDX-923 branch 4 times, most recently from 8dfea23 to ccb9360 Compare July 16, 2024 02:33
@ernestii ernestii marked this pull request as ready for review July 16, 2024 02:40

const [opened, { close, toggle }] = useDisclosure(false);

useHotkeys('d', () => toggle(), { preventDefault: true }, [toggle]);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: it'd be nice to have it focus the input box so the user can start typing in their date immediately without needing to use the mouse at all

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh good point, will fix it!

Copy link
Contributor

@MikeShi42 MikeShi42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢🚢🚢🚢🚢🚢🚢!!!!!

Copy link
Contributor

@MikeShi42 MikeShi42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢🚢🚢🚢🚢🚢🚢!!!!!

@kodiakhq kodiakhq bot merged commit 01b7d46 into main Jul 16, 2024
4 checks passed
@kodiakhq kodiakhq bot deleted the ei/HDX-923 branch July 16, 2024 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants