analytics/assets/js/dashboard
Ru Singh 9ce9264144
Feature/goals bar text (#1165)
* chore(docker): improve repeat contributions workflow

* 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.

* Improve bar component to work in a variety of situations

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

* Update changelog entry

* Move content to children for Bar component

* Remove redundant fallback width

* Fix text color on root conversion texts

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.
2021-07-08 09:42:30 +03:00
..
components Add the concept of secondary filters 2021-06-30 15:38:14 +03:00
stats Feature/goals bar text (#1165) 2021-07-08 09:42:30 +03:00
api.js Fix console errors when using shared links 2021-04-07 11:06:33 +03:00
date.js Fix 'last month' link option 2021-03-31 15:14:10 +03:00
datepicker.js Add keyboard shortcut for filters 2021-06-29 11:51:15 +03:00
error-boundary.js Adds dark mode to entire dashboard (#467) 2020-12-16 11:57:28 +02:00
fade-in.js Fix for details button misbehaving on mobile (#1114) 2021-06-15 10:34:43 +03:00
filters.js Add the concept of secondary filters 2021-06-30 15:38:14 +03:00
historical.js Adds manual, editable, auto-suggested filters, and negated&globbed path-based filters (#1121) 2021-06-21 14:42:16 +03:00
index.js Invitations (#1122) 2021-06-16 15:00:07 +03:00
lazy-loader.js Fix for details button misbehaving on mobile (#1114) 2021-06-15 10:34:43 +03:00
mount.js Invitations (#1122) 2021-06-16 15:00:07 +03:00
number-formatter.js Various formatting improvements 2021-03-24 12:08:05 +02:00
pinned-header-hoc.js Clean up pinned-header-hoc 2021-03-31 16:08:30 +03:00
query.js Remove dead code 2021-06-29 15:13:30 +03:00
realtime.js Adds manual, editable, auto-suggested filters, and negated&globbed path-based filters (#1121) 2021-06-21 14:42:16 +03:00
router.js Adds manual, editable, auto-suggested filters, and negated&globbed path-based filters (#1121) 2021-06-21 14:42:16 +03:00
site-switcher.js Invitations (#1122) 2021-06-16 15:00:07 +03:00
storage.js Don't use localStorage when the browser doesn't support it (#971) 2021-04-28 11:31:10 +03:00
theme-consumer-hoc.js Adds dark mode to entire dashboard (#467) 2020-12-16 11:57:28 +02:00
theme-context.js Adds dark mode to entire dashboard (#467) 2020-12-16 11:57:28 +02:00
theme-provider-hoc.js Adds dark mode to entire dashboard (#467) 2020-12-16 11:57:28 +02:00