0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 12:21:02 +01:00
Commit Graph

1618 Commits

Author SHA1 Message Date
Li Yi Yu
16481a82d8
Fix preserve of dashboard name when navigating insights (#5502) 2021-08-09 07:01:36 -05:00
Karl-Aksel Puulmann
cd18cf88cd
Show error instead of timeout message when query fails with non-500 (#5498) 2021-08-08 18:09:00 -05:00
Li Yi Yu
12f5b76f2c
Show only spinner when loading for funnels (#5449)
* return only spinner or warning

* add some white space
2021-08-06 20:02:15 +00:00
Neil Kakkar
da0edb87d8
Clarify how Filtering out internal users works (#5486)
Got feedback that it was very confusing whether the filter is applied as is, or in negation. (as is makes sense for properties, but makes very little sense for cohorts, since internal users cohort size <<< external users cohort size)
2021-08-06 11:51:01 +00:00
Karl-Aksel Puulmann
049c41868e
Hide time-to-convert when using breakdown (#5476) 2021-08-05 14:05:17 -07:00
Michael Matloka
5c1408fac7
Provide more informational invalid regex message (#5456)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-08-05 19:10:05 +00:00
Michael Matloka
fd0ff16c9b Fix link to building a plugin
Glossed over in #5448.
2021-08-05 17:44:48 +02:00
Yakko Majuri
1f2458eaaf
Add more contrast between official and community plugins (#5448)
* update plugins repo tab

* Make it clear when plugins are built by the community
2021-08-05 17:37:11 +02:00
Li Yi Yu
cd94321cba
Saved insights default page (#5416) 2021-08-05 07:38:07 -07:00
Marcus Hyett (PostHog)
cca46b2f80
Automatically Persist Filter Value on Blur (#5373)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
Co-authored-by: Alex Kim <alexgkim205@gmail.com>
2021-08-05 10:04:33 +00:00
Michael Matloka
e48bd8b08b
Allow "new member" email opt-out (#5430) 2021-08-04 18:09:41 -07:00
Michael Matloka
a163b84974
Hotfix crashing Home (#5454) 2021-08-05 01:00:34 +02:00
Paolo D'Amico
76bbf7f4df
Better insights instrumentation (#5432)
* report from dashboard on insight viewed

* report person modal

* abstract filter sanitization and report cohort creation

* report insight viewed after 10s

* change to insight analyzed
2021-08-04 14:45:14 -07:00
Alex Gyujin Kim
5d8bc03e29
Beef up warning funnel empty state message (#5434)
* standardize warning funnel empty state

* change color and icon
2021-08-04 13:16:42 -07:00
Marius Andra
3f70dcd857
Add urls to programmatically create routes (#4656)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-08-04 12:31:14 -07:00
Alex Gyujin Kim
c22f66ca33
Synchronous dashboard refreshes (#5407)
* add synchronous dashboard refresh all items

* add auto reload dropdown

* fix trigger bounds

* small fixes

* refresh width

Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-08-04 08:48:00 -07:00
Paolo D'Amico
5e0fe12471
View graph in dashboards is now a link (#5418) 2021-08-03 17:15:35 +00:00
Neil Kakkar
a5d9953dc1
Make Breakdown limit customizable and Allow empty breakdown value in trends and funnels (#5357)
* breakdown limits update

* include null in limit

* clean breakdowns for trends & peeps
2021-08-03 10:59:09 +01:00
Michael Matloka
077f6f13bb
Complete move to 4px border radius (#5414) 2021-08-02 19:57:08 -07:00
Alex Gyujin Kim
a797e5d09c
Add an empty state for funnels and property filter arrow fix (#5422)
* refactor render function

* fix extra arrow in property filters

* remove consoles
2021-08-03 01:54:17 +00:00
Michael Matloka
cc499d8fbc
Show sortable webhook status column in ActionsTable (#5415) 2021-08-02 21:44:25 +00:00
Paolo D'Amico
617ded5b80
Don't pin dashboards by default (#5419)
* Don't pin dashboards by default

* E2E test
2021-08-02 20:27:39 +00:00
Michael Matloka
91aa0b15c1
Remove AsyncActionMappingNotice (#5417) 2021-08-02 16:48:53 -03:00
Alex Gyujin Kim
2c1cf157f2
Center person uuids in modals (#5413) 2021-08-02 19:32:03 +00:00
Paolo D'Amico
a30d3e92e8
Funnel improvements - Graph type, identical steps, UI updates (#5384)
Co-authored-by: Alex Kim <alexgkim205@gmail.com>
2021-08-02 18:57:46 +00:00
Paolo D'Amico
ce2c9a2f90
Random insights improvements (#5406) 2021-08-02 09:44:44 -07:00
Paolo D'Amico
0a46442b3d
Fix session recording navigation from persons page (#5404)
* fix close recording player from persons

* set proper tab when watching a recording
2021-08-02 07:31:05 -07:00
Alex Gyujin Kim
58706cc68d
Add bin counts dropdown to Funnel Time Conversion (#5246)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-07-30 19:35:43 +00:00
Alex Gyujin Kim
105f99f5ef
Fix SI units less than 1 on time to convert (#5403) 2021-07-30 12:19:21 -07:00
Li Yi Yu
e245cfbd93
Allow formulas for single graph series again (#5400)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-07-30 19:06:36 +00:00
Kunal
92642421aa
Add a syntax example for HTML attribute based actions (#5362)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-07-30 17:40:27 +00:00
Kunal
3d537bd57b
Ingestion - add confirmation to skip + help button (#5348)
* Initial commit: wire up test w/ helper button

* check in the feat flag

* update copy, add data-attrs

* move bool check up

* update mgmt - fix double click issue

* reset changes to settings.py

Co-authored-by: kunal <kunal@kunals-MacBook-Pro.local>
Co-authored-by: kunal <kunal@Kunals-iMac.hsd1.ca.comcast.net>
2021-07-29 16:23:49 +00:00
Marcus Hyett (PostHog)
c1aeed3a62
Update TaxonomicPropertyFilter.scss (#5350)
Removed width constraint of Taxonomic Property Filter to allow form fields to flex to their max width.
2021-07-29 14:58:19 +01:00
Alex Gyujin Kim
54627e093b
Percentages to Time Conversion + Better Y-Axis Labels + Misc. Fixes (#5347)
* add percentages to time conversion + styling fixes

* remove test

* hide first gridline tick

* add scrolling and min-width to histogram bars

* updated snapshot

* remove console.log
2021-07-28 17:01:08 -07:00
Li Yi Yu
df100bc907
do not allow for persons modal search on clickhouse (#5344) 2021-07-27 11:22:00 -04:00
Alex Gyujin Kim
5216c52e4a
Address 'status' of undefined error (#5335) 2021-07-27 02:32:40 +00:00
Alex Gyujin Kim
e7f89597d5
Standardize date and time formatting across app (#5332)
* standardize dates and times across app

* fix tests

* fix postgres tests

* some more fixed tests
2021-07-27 01:46:20 +00:00
Alex Gyujin Kim
84470098d2
fix step count changing on search and btn styling (#5334) 2021-07-26 18:20:17 -07:00
Sam Winslow
7eead50e02
Set 'previousStep' count on first step (#5319) 2021-07-26 11:36:46 -07:00
Marius Andra
535256cf69
Logic tests again (#5234)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-07-23 23:58:29 +00:00
Alex Gyujin Kim
7b316c6a6a
Fix various histogram release bugs (#5320)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-07-23 21:57:53 +00:00
Sam Winslow
9d58499f53
Autofill signup form email address from query params (#5321) 2021-07-23 14:30:12 -07:00
Li Yi Yu
3e17b8a4e3
pie chart total sum (#5318) 2021-07-23 12:35:45 -04:00
Neil Kakkar
9630f310d3
Show dropped off users in modal (#5315) 2021-07-23 12:12:29 +00:00
Neil Kakkar
2b3eb62eba
update notification (#5308) 2021-07-23 10:58:22 +00:00
Marius Andra
295d033c22
funnels don't automatically recalculate on postgres (#5306) 2021-07-23 09:12:25 +00:00
Marius Andra
f40ac4b75c
All Users cohort in breakdown filter (#5293)
* Initial stashed work

* fix all users cohort

* fix test

* fix typesscript values

* remove .only

* simplify some nulls
2021-07-23 08:54:59 +00:00
Alex Gyujin Kim
30d3ec4067
Fix various funnels empty state UX postgres (#5304)
* add popover to calculate funnels

* wrong prop

* remove local state

* hide people table if not valid filter

* more accurate comparison

* dirty state alert

Co-authored-by: Marius Andra <marius.andra@gmail.com>
2021-07-23 08:43:10 +00:00
Alex Gyujin Kim
7076c4479a
Wrap d3 histogram labels (#5301)
* text label squiggle overlaps begone

* expose formatXTickLabel

* remove console
2021-07-23 09:11:23 +02:00
Li Yi Yu
8fba8cd6f5
Pass in funnel_step_breakdown param for funnels breakdown persons modal (#5289)
* pass in funnel_step_breakdown param for persons modal

* add comment

* allow clicking on drop off part of the funnel bar

* fix funnel persons modal titling

* small fixes

* ellipses man
2021-07-22 22:43:18 +00:00