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(starfish): Obey utc URL parameter #61963

Merged
merged 2 commits into from
Dec 19, 2023
Merged

Conversation

gggritso
Copy link
Member

Cleaning up the hacks of early Starfish. Back then, we manually hard-coded utc={false}. We don't need to do that anymore. The Starfish Chart component auto-obeys the start and end! This is handy because it's also a good place to always obey the utc parameter.

Changes

  • Obey utc URL parameter in Chart
  • Remove unnecessary UTC prop

This component always obeys the start and end time of the current
selection, so it should obey the UTC parameter, too.
@gggritso gggritso requested a review from a team December 18, 2023 22:19
@gggritso gggritso requested a review from a team as a code owner December 18, 2023 22:19
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Dec 18, 2023
@gggritso gggritso merged commit 4299bfa into master Dec 19, 2023
41 checks passed
@gggritso gggritso deleted the fix/starfish/obey-utc-parameter branch December 19, 2023 15:36
@github-actions github-actions bot locked and limited conversation to collaborators Jan 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants