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

Feature/goals bar text #1165

Merged
merged 15 commits into from
Jul 8, 2021
Merged

Conversation

MaybeThisIsRu
Copy link
Contributor

@MaybeThisIsRu MaybeThisIsRu commented Jul 6, 2021

Changes

This fixes two issues from #972:

  • Goals area has display issues depending on the name of your custom events
  • It is not possible to view labels for outbound links, 404 and custom props

Some screenshots:

image

Totals are hidden on mobile:

image

When text spills over, Bar updates its height naturally:

image

I would also recommend testing every single place that uses a bar, since this PR touches every single place. :)

Tests

  • This PR does not require tests

Changelog

  • Entry has been added to changelog

Documentation

  • This change does not need a documentation update

* This change adds two new commands to gracefully stop and remove the Postgres and Clickhouse docker containers. To do so, it also gives them a recognizable name.

* Additionally, the Postgres container is updated to use a named volume for its data. This lower friction for repeat contributions where one would otherwise sign up and activate their accounts again and again each time.
This fixes two issues from plausible#972

- Goals area has display issues depending on the name of your custom events
- It is not possible to view labels for outbound links, 404 and custom props
@MaybeThisIsRu
Copy link
Contributor Author

PR is up-to-date with the latest master.

assets/js/dashboard/stats/conversions/index.js Outdated Show resolved Hide resolved
assets/js/dashboard/stats/conversions/index.js Outdated Show resolved Hide resolved
assets/js/dashboard/stats/conversions/index.js Outdated Show resolved Hide resolved
Hyperlinks (<a>) inherit their color. In the case of the root conversion text, we needed to specify the color somewhere.

The same color as the breakdown texts has been chosen.

The Bar component no longer needs to take in text classes.
@MaybeThisIsRu MaybeThisIsRu requested a review from ukutaht July 8, 2021 04:56
@ukutaht ukutaht merged commit 9ce9264 into plausible:master Jul 8, 2021
@ukutaht
Copy link
Contributor

ukutaht commented Jul 8, 2021

Amazing, thank you @hirusi! ❤️

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.

2 participants