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

6 Commits

Author SHA1 Message Date
Thomas Obermüller
e1c68da4bf
chore(3000): remove feature flag (#19416) 2023-12-27 09:52:28 +01:00
Joe Martin
fa682f934e
fix: Onboarding button length (#19101)
* fix: Onboarding button length

* Update UI snapshots for `chromium` (2)

* more fixes

* Update UI snapshots for `chromium` (1)

* Update UI snapshots for `chromium` (2)

* Update UI snapshots for `chromium` (1)

* Update UI snapshots for `chromium` (1)

* Update end-to-end tests

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Thomas Obermüller <thomas.obermueller@gmail.com>
Co-authored-by: Michael Matloka <michal@matloka.com>
Co-authored-by: Michael Matloka <dev@twixes.com>
2023-12-07 16:56:39 +00:00
Ben White
e118f3bdb0
feat: Sidebar cohorts and annotations movement (#18200) 2023-11-08 16:16:05 +01:00
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