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

11 Commits

Author SHA1 Message Date
Paul D'Ambra
228ad7963f
fix: events loading explodes if a person has too many distinct ids (#18377)
* chore: clarify events loading

* we can further filter the second query because of what we know about it

* fix test

* Update UI snapshots for `chromium` (1)

* we only store one distinct id for a recording

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-03 12:46:36 +00:00
Neil Kakkar
f4ee2e1e2b
fix(notebook): Only allow adding components when not already present (#17248) 2023-08-31 10:03:19 +00:00
Michael Matloka
d11420a92f
feat(settings): User-configurable first day of the week (#17231)
* feat(settings): Configurable first day of the week

* Fix select value not being reset when change is canceled

Addresses https://github.com/PostHog/posthog/pull/16229#discussion_r1305738581

* Update UI snapshots for `chromium` (1)

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-08-30 14:52:30 +02:00
Thomas Obermüller
a1874c05a3
feat(insights): make insight viz query independent of actual insight (#16741)
* feat(insights): make insight viz query independent of actual insight

* Update UI snapshots for `chromium` (2)

* add comment

* split up Insight.scss

* clean up styles

* add stories

* Update UI snapshots for `webkit` (2)

* Update UI snapshots for `chromium` (2)

* Update UI snapshots for `webkit` (2)

* fix storybook snapshots

* Update UI snapshots for `chromium` (2)

* Update UI snapshots for `chromium` (2)

* Update UI snapshots for `chromium` (2)

* missing type

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Li Yi Yu <li@posthog.com>
2023-08-08 21:33:45 +00:00
Ben White
8c046d74e7
feat: Add Person Preview when clicking a PersonHeader (#16807) 2023-08-01 10:39:46 +02:00
David Newell
99aa889b24
chore: remove tab panes (#16701)
* Remove tab panes

* Remove last tab panes

* Add padding to persons modal

* Fix typing issue

* Add more specific selector

* Update UI snapshots for `chromium` (2)

* Update UI snapshots for `chromium` (1)

* add missing mocks

* account for extra padding in properties tab

* Update UI snapshots for `chromium` (1)

* Update UI snapshots for `chromium` (2)

* undo padding changes

* Update UI snapshots for `chromium` (2)

* Update UI snapshots for `chromium` (1)

* remove commented out code

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-24 09:16:17 +01:00
Thomas Obermüller
d63f7383f6
feat(support): prevent form close on overlay click (#16345)
* feat(support): prevent form close on overlay click

* add default

* Update UI snapshots for `chromium` (1)

* Update UI snapshots for `chromium` (2)

* fix css

* Update UI snapshots for `chromium` (2)

* Update UI snapshots for `chromium` (1)

* Update UI snapshots for `chromium` (2)

* Update for tilt and "unsaved input" semantics

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Michael Matloka <michal@matloka.com>
2023-07-04 18:16:26 +00:00
Ben White
eaf886a659
feat: Remove special padding for icon only buttons (#15351)
* feat: Remove special padding for icon only buttons

* Update UI snapshots for `chromium` (1)

* Update UI snapshots for `firefox` (2)

* Update UI snapshots for `webkit` (2)

* Update UI snapshots for `chromium` (2)

* Fixed styling for icon only button

* Removed old classnames

* Update UI snapshots for `chromium` (1)

* Update UI snapshots for `firefox` (2)

* Update UI snapshots for `chromium` (2)

* Update UI snapshots for `webkit` (2)

* Corrected padding

* Fix modal close button position

* Update UI snapshots for `chromium` (1)

* Update UI snapshots for `webkit` (2)

* Update UI snapshots for `chromium` (2)

* More fixes

* Update UI snapshots for `chromium` (1)

* Update UI snapshots for `chromium` (2)

* Update UI snapshots for `firefox` (2)

* Fixed card component

* Fixed padding for dashboard items

* Update UI snapshots for `chromium` (2)

* Update UI snapshots for `chromium` (1)

* Update UI snapshots for `chromium` (1)

* Update UI snapshots for `webkit` (2)

* Update UI snapshots for `chromium` (2)

* Update UI snapshots for `firefox` (2)

* Revert all snapshots

* Update UI snapshots for `firefox` (2)

* Update UI snapshots for `webkit` (2)

* Update UI snapshots for `chromium` (1)

* Update UI snapshots for `chromium` (2)

* Fix icon

* Update UI snapshots for `chromium` (1)

* Fixed up more template and calendar

* 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 UI snapshots for `chromium` (2)

* Update UI snapshots for `firefox` (2)

* Update UI snapshots for `webkit` (2)

* Fix

* Improve alignment in a couple places

* Update UI snapshots for `firefox` (2)

* Update UI snapshots for `chromium` (1)

* Update UI snapshots for `webkit` (2)

* Update UI snapshots for `chromium` (2)

* Update UI snapshots for `chromium` (1)

* Update UI snapshots for `chromium` (2)

* Update UI snapshots for `firefox` (2)

* Update UI snapshots for `webkit` (2)

* Update UI snapshots for `chromium` (1)

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Michael Matloka <dev@twixes.com>
2023-05-18 21:14:11 +02:00
Michael Matloka
d4c0631c96
test(persons-modal): Update persons modal snapshots (#13824) 2023-01-20 08:39:27 +00: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