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

Some Paths fixes for Start/End Buttons #6175

Merged
merged 1 commit into from
Sep 29, 2021
Merged

Some Paths fixes for Start/End Buttons #6175

merged 1 commit into from
Sep 29, 2021

Conversation

neilkakkar
Copy link
Collaborator

@neilkakkar neilkakkar commented Sep 29, 2021

Changes

Part of #6157

  • Fixes start and end point buttons
  • Removes Card items when empty result set

How did you test this code?

Manually: See that the UI looks good when running locally

@neilkakkar neilkakkar changed the title Some Paths fixes Some Paths fixes for Start/End Buttons Sep 29, 2021
@timgl timgl temporarily deployed to posthog-pr-6175 September 29, 2021 11:17 Inactive
@EDsCODE EDsCODE mentioned this pull request Sep 29, 2021
16 tasks
@@ -344,7 +345,7 @@ export function NewPaths({ dashboardItemId = null, filters = null, color = 'whit
Average time{' '}
</span>
{humanFriendlyDuration(
pathItemCard.targetLinks[0].average_conversion_time
pathItemCard.targetLinks[0].average_conversion_time / 1000
Copy link
Member

Choose a reason for hiding this comment

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

was this the wrong unit before?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Correct. 6 hours average time on Paths makes no sense 😂 .

Copy link
Member

@EDsCODE EDsCODE 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. i'll work on the fix for the covered close button

@EDsCODE EDsCODE merged commit 9cbece7 into master Sep 29, 2021
@EDsCODE EDsCODE deleted the paths_fixes branch September 29, 2021 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants