0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 09:14:46 +01:00
posthog/frontend
Marius Andra ff1643e28d
feat(data-exploration): person and cohort tables (#13136)
* add a big reload button

* reload button

* load next data

* rename "more" to "actions"

* new events that load

* refactor new/next loading

* bug

* autoload

* new scene with a flag

* use only string columns

* move around

* configurator

* refactor again

* column config

* actually select them

* actually select them

* hide on save

* make the old events table work with the new events format

* configure columns

* clean up, add test

* move away from antd

* less ants, move move

* more cleanup

* export

* show icon, store person properties

* delete old code

* add readme

* link properties

* make it look closer to the old page

* url

* show buffer warning

* rename

* autoload spinner, fix load order

* add automatic row highlighting

* scope down

* comment

* more comments

* add link to session player

* move defaults to logic

* enable autoload

* sanitize old columns

* cleanup

* refactor

* key cleanup

* kea localstorage with global key

* query editor new look

* empty datatable stories

* query edit modal

* inline editor

* times of plenty

* add stories

* add stories

* add more stories

* friendly hint

* update snapshot

* replace a few more events tables

* add custom columns, add web performance table

* set query locally

* persons page

* fix person id types

* basic persons table

* persons search

* data table on persons scene

* default columns depend on source node kind

* add to storybook

* enable "load more" on persons

* copy distinct id

* inline editor for data nodes

* replace a few more events tables

* add custom columns, add web performance table

* set query locally

* persons page

* fix person id types

* make all queries locally editable if no setQuery and no readOnly

* these are uuids

* rename "custom" to "context"

* refactor stories

* rename InlineEditor to InlineEditorButton to avoid confusion

* not in use

* fix wrong filters

* add more hints

* persons scene url

* extract person deletion modal

* backport few fixes

* fix a few issues

* remove delete from export

* export limit

* show filter count

* few fixes

* call live_events_columns what it is
2022-12-12 14:42:47 +01:00
..
@posthog chore: use pnpm to manage dependencies (closes #12635) (#13190) 2022-12-12 10:28:06 +01:00
public
src feat(data-exploration): person and cohort tables (#13136) 2022-12-12 14:42:47 +01:00
build.mjs
editor-update-tsd.mjs chore: use pnpm to manage dependencies (closes #12635) (#13190) 2022-12-12 10:28:06 +01:00
utils.mjs