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

9 Commits

Author SHA1 Message Date
Michael Matloka
08c41aa468
chore(properties-timeline): Hide seekbar in no key properties case (#13597) 2023-01-09 16:44:30 +01:00
Michael Matloka
026b655edd
feat(properties-timeline): Highlight relevant properties (#13472)
* feat(properties-timeline): Highlight relevant properties

* Update snapshots

* Fix data shape bug

* Improve UX of timeline and forbid if persons-on-events off

* Change modal wording a bit

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-03 12:12:45 +01:00
Michael Matloka
48ec8b3b2a
feat(persons-modal): Show person properties timeline (#13442)
* feat(persons-modal): Show person properties timeline

* feat(lemon-ui): Add `active` state to `LemonBadge`

* Improve snapshot boundaries

* Fix `RawPropertiesTimelinePoint` import

* Add visual regression tests for persons modal

* Add loading spinner

* Delete PropertiesTimeline.tsx

* Clarify tooltips

* Delete index.tsx

* Make tooltips respond faster

* Give points more breathing room

* Add crowded points to timeline stories

* Add `propertiesTimelineFilterFromUrl` test

* Improve badge positioning

* Clarify tooltip more
2022-12-22 15:10:23 +01:00
Michael Matloka
bd1198f21d
feat(lemon-ui): Add active state to LemonBadge (#13455)
* feat(lemon-ui): Add `active` state to `LemonBadge`

* Improve snapshot boundaries
2022-12-22 13:29:05 +01:00
Paul D'Ambra
42f0f06b4a
fix(activity-log): Show extended descriptions again (#13415)
* fix: show or hide extended description

* Add a bit of margin

* Handle unsupported insights (retention)

* Instrument ActivityLog visual regression testing

* Remove "Persons Activity" screenshotting

* Return mock activity logs immediately

Co-authored-by: Michael Matloka <dev@twixes.com>
2022-12-20 18:24:53 +00:00
Thomas Obermüller
c15357e3fc
docs(playwright): replace yarn with pnpm in readme (#13278)
* docs(playwright): replace yarn with pnpm in readme

* use quotes for url

* replace for plugin-server
2022-12-13 10:03:50 +01:00
Thomas Obermüller
4a30e78b22
chore: use pnpm to manage dependencies (closes #12635) (#13190)
* chore: use pnpm to manage dependencies

* Fix CI errors

* Don't report Docker image size for external PRs

* Fix pnpm-lock.yaml formatting

* Fix module versions

* Ignore pnpm-lock.yaml

* Upgrade Cypress action for pnpm support

* Set up node and pnpm before Cypress

* Fix typescript issues

* Include patches directory in Dockerfile

* Fix Jest tests in CI

* Update lockfile

* Update lockfile

* Clean up Dockerfile

* Update pnpm-lock.yaml to reflect current package.json files

* remove yarn-error.log from .gitignore

* formatting

* update data exploration readme

* type jest.config.ts

* fix @react-hook issues for jest

* fix react-syntax-highlighter issues for jest

* fix jest issues from query-selector-shadow-dom

* fix transform ignore patterns and undo previous fixes

* add missing storybook peer dependencies

* fix nullish coalescing operator for storybook

* reorder storybook plugins

* update editor-update-tsd warning to new npm script

* use legacy ssl for chromatic / node 18 compatibility

* use pnpm for visual regression testing workflow

* use node 16 for chromatic

* add @babel/plugin-proposal-nullish-coalescing-operator as direct dependency

* try fix for plugin-server

* cleanup

* fix comment and warning

* update more comments

* update playwright dockerfile

* update plugin source types

* conditional image size reporting

* revert react-native instructions

* less restrictive pnpm verions

* use ref component name in line with style guide

Co-authored-by: Jacob Gillespie <jacobwgillespie@gmail.com>
2022-12-12 10:28:06 +01:00
Thomas Obermüller
e5636cd211
fix(vrt): disable flaky user paths test (#13185)
* fix(vrt): disable flaky user paths test

* allow max diff pixel ratio 0.01

* use test.skip instead of commenting out, and explain[C
2022-12-08 11:38:27 +01:00
Thomas Obermüller
ad1303a0fb
test(e2e-vrt): add playwright visual regression testing for storybook (#13065) 2022-12-07 11:40:56 +01:00