0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-29 03:04:16 +01:00
Commit Graph

17 Commits

Author SHA1 Message Date
Emanuele Capparelli
b8a90cc9a7
Revert "feat: access other projects from ingestion" (#14172)
Revert "feat: access other projects from ingestion (#14158)"

This reverts commit 4135380cc8.
2023-02-09 14:46:57 +00:00
Raquel Smith
4135380cc8
feat: access other projects from ingestion (#14158)
* Fix weird scrollyness

* Add a project switcher to the ingestion screen

* Let someone go to proj settings
if they haven't onboarded yet
2023-02-09 09:57:55 +00:00
Raquel Smith
8fc6d25dc7
feat(billing): experiment with adding pricing/feature table on the org billing page (#13105)
Co-authored-by: Emanuele Capparelli <k@emkpp.com>
2022-12-05 07:50:46 -08:00
Raquel Smith
2f10b24a16
feat(onboarding): let people create demo project (#12877)
* Allow creating new team/project with is_demo flag

* make is_demo not read-only

* Give ppl option to create demo proj right away

* Load the demo data if it's a demo project

* Make sure the variable exists

* Add a demo tag next to demo projects in switcher

* Add a darker color to snack
so it shows up on a hovered button

* Swap bookmarklet for 'generating demo data' panel

* Finish getting rid of bookmarklet (test only)

* Show the demo flag in the main nav if Is_demo

* Update permissions to create a new proj if is_demo
and the org doesn't already have a demo proj

* If org already has a demo proj, just go there

* Add DemoProjectButton

* Don't show ingestion details if it's a demo team

* Don't show ingestion flow on demo project
I doubt people will land here, but just in case

I also renamed the ingestionLogic file name since we renamed the
logic itself previously

* Fix a couple ts errors

* Fix and write new pytests

* Don't change test strings

* Add a story for the snack

* Minor fixes

* Don't set completed_snippet_onboarding
just deal with it otherwise

* Remove the demo data option from platforms

* Change CTA to reflect existing demo project

* Only make the first button primary

* Fix ts error

* feat: prevent billing for events in demo projects (#12924)

* Don't include events in a demo proj in billing

* filter demo teams from usage reports

* Fix ts error

* Make sure demo teams actually aren't included

* take a stab at a test for this

* fix test

Co-authored-by: Emanuele Capparelli <k@emkpp.com>

* Enable master project demo data on Cloud too

* Use proper python

Co-authored-by: Michael Matloka <dev@twixes.com>

* Address review suggestions

* Remove color option from ProjectName
It was the same for all uses

Co-authored-by: Emanuele Capparelli <k@emkpp.com>
Co-authored-by: Michael Matloka <dev@twixes.com>
2022-11-29 10:45:04 -08:00
Alex Gyujin Kim
35eb2cdf53
feat(recordings): [frontend] add sidebar metadata icons to playlist items (#12369)
Co-authored-by: Ben White <ben@posthog.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-10-24 16:10:46 +00:00
Ben White
85a178b2b9
feat: Added person properties expander to Meta area (#12294) 2022-10-18 15:07:45 -04:00
Ben White
e33a2be8f8
feat: Revamped Recordings list (#12213)
Co-authored-by: Alex Kim <alexgkim205@gmail.com>
2022-10-13 19:56:10 +00:00
Ben White
eef9d64343
feat: Fully rollout V3 Player (#12207) 2022-10-13 09:34:35 +02:00
Alex Gyujin Kim
28357e2657
feat(recordings): make console log details expandable (#11692)
Co-authored-by: Ben White <ben@benjackwhite.co.uk>
2022-09-16 10:09:14 -04:00
Ben White
6a41e9c2a2
fix: AuthorizedUrls length in modal (#11673) 2022-09-06 10:34:48 +01:00
Ben White
8ec0d693b7
feat: Persons Modal V2 (#11432) 2022-09-02 11:17:29 +02:00
Ben White
8c765d2c3c
fix: Instance Settings visuals (#11323) 2022-08-16 14:12:58 +00:00
Michael Matloka
04d520731c
fix(navigation): Fix usage of li in Pinned dashboards dropdown (#11228) 2022-08-10 15:39:39 +02:00
Michael Matloka
ba2544effd
fix(tailwind): Restore support for cursor-pointer and add others (#11208)
* fix(tailwind): Restore support for `cursor-pointer` and add others

* Fxi tpo
2022-08-09 15:36:13 +00:00
Ben White
893c483adf
feat: LemonButton refactor (#11093) 2022-08-08 08:27:00 +02:00
Ben White
78bfb1917f
feat: Replace some styles with classes (#11073) 2022-08-02 09:10:15 +02:00
Ben White
8c42c7090f
feat: Extended utility classes and updated color palette (#11047) 2022-08-01 14:09:44 +00:00