0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 09:16:49 +01:00
Commit Graph

3 Commits

Author SHA1 Message Date
Raquel Smith
ccbc9bcbea
feat: extend empty state into generic product introduction (#15967)
* rename to ProductIntroduction

* start using has_seen_product_intro_for

* do up annotations

* do up experiments

* do activity log and ingestion warnings

* do feature flags

* apply to persons, but don't ever show the intro state
it's unnecessary

* migrations

* Update UI snapshots for `chromium` (2)

* Update query snapshots

* Update query snapshots

* Update query snapshots

* update stories

* Update UI snapshots for `chromium` (2)

* fix tests

* Update query snapshots

* Update UI snapshots for `chromium` (2)

* Update query snapshots

* Update query snapshots

* Update UI snapshots for `chromium` (2)

* Update query snapshots

* Update query snapshots

* update surveys implementation

* dont show intro to existing users on expts & cohorts

* don't show on FFs for existing users

* don't show intro on actions for existing users

* do for annotations

* clean up

* add basic e2e test

* cypress test for cohorts

* Update UI snapshots for `chromium` (2)

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-12 05:44:05 -07:00
Raquel Smith
26a2e4de29
feat: add better empty states across the products (#15760)
* Add ProductEmptyState component

* Add component to actions table

* Add to cohorts

* add to activity log and ingestion warnings

* add to feature flags page

* add annotations empty state

* Add to experiments scene

* add hog first go

* better layout with hog

* clean up a bit

* change language so it doesn't have to pluralize

* add stories

* add stories

* fix show table if experiments are searched or status filtered and 0 results

* Update UI snapshots for `chromium` (2)

* fix cypress tests

* fix

* add empty state to persons

* include utm info

* set up experiment on experiments

* set up experiment on feature flags

* Apply suggestions from code review

Co-authored-by: Michael Matloka <dev@twixes.com>

* remove customhog since we don't have any yet

* fix

* Update UI snapshots for `chromium` (2)

* use standard border color

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Michael Matloka <dev@twixes.com>
2023-05-31 14:39:42 +00:00
Thomas Obermüller
46e7f150e3
refactor(e2e): add .cy to cypress spec filenames (#13528) 2022-12-30 21:27:26 +01:00