eric
|
2c345f21ed
|
search, sources, sidebar overlay
|
2024-11-14 14:31:24 -05:00 |
|
eric
|
086ad9adc3
|
Merge branch 'dw-editor-logic-refactor' into dw-sidebar-integration
|
2024-11-14 09:57:34 -05:00 |
|
eric
|
5d9ccf5ee4
|
type
|
2024-11-14 09:53:11 -05:00 |
|
eric
|
c589212e2b
|
use existing sidebar
|
2024-11-13 17:50:56 -05:00 |
|
eric
|
3c868b5e93
|
restore errors
|
2024-11-13 11:06:10 -05:00 |
|
eric
|
352e83873c
|
fix logics
|
2024-11-12 15:23:20 -05:00 |
|
eric
|
14a443b358
|
types
|
2024-11-11 19:27:50 -05:00 |
|
eric
|
2bc978bfeb
|
types
|
2024-11-11 16:47:58 -05:00 |
|
eric
|
673bd1615b
|
add export
|
2024-11-11 16:16:38 -05:00 |
|
eric
|
8756f45081
|
merge main
|
2024-11-11 16:06:54 -05:00 |
|
David Newell
|
a7e35f51f5
|
chore: upgrade rrweb to alpha.17 (#25736)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Paul D'Ambra <paul@posthog.com>
|
2024-11-11 21:03:45 +00:00 |
|
eric
|
a465cdc6f2
|
remove flag from alt logic
|
2024-11-11 16:00:38 -05:00 |
|
Eric Duong
|
6be1ada7d1
|
feat(data-warehouse): new SQL layout (#25686)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-11-11 15:30:08 -05:00 |
|
Phani Raj
|
3398d37dfa
|
feat(experiments): Add type to experiment created event (#26123)
Adds the experiment type to the experiment created event
|
2024-11-11 11:58:56 -08:00 |
|
Zach Waterfield
|
86ad70bf06
|
fix: saml invite flow (#26097)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-11-11 13:12:12 -05:00 |
|
Haven
|
f72f25cd21
|
fix(flags): allow feature flags to be restored, block editing deleted flags (#26083)
|
2024-11-11 09:55:15 -08:00 |
|
Haven
|
bb95a8515c
|
fix(flags): fix state error when toggling flag values in list (#26118)
|
2024-11-11 17:04:18 +00:00 |
|
Ross
|
cf5dfefc99
|
feat(data-warehouse): Allow saving of BI breakdown insights (#26113)
|
2024-11-11 15:02:38 +00:00 |
|
Ioannis J
|
a30212f93e
|
feat(autocapture): adjust verbs to account for mobile support (#25763)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-11-11 14:45:13 +02:00 |
|
Paul D'Ambra
|
520801f45b
|
feat: remove og lts recording storage (#25945)
|
2024-11-11 12:41:21 +00:00 |
|
Thomas Obermüller
|
9bd920ad4d
|
fix(paths): gracefully handle nulls for local cleaning filters (#26085)
|
2024-11-11 13:04:04 +01:00 |
|
Thomas Obermüller
|
75dfb502b0
|
feat(trends): improve filtering trends results (#26104)
|
2024-11-11 13:03:55 +01:00 |
|
Ioannis J
|
cf8911d2f3
|
feat(autocapture): add iOS link to autocapture settings (#25996)
|
2024-11-11 12:23:43 +02:00 |
|
Daniel Bachhuber
|
9630c6ddac
|
chore(onboarding): Improve language on product multi-select (#26102)
|
2024-11-08 22:45:42 +00:00 |
|
eric
|
8f82a65fd2
|
saving view
|
2024-11-08 17:40:57 -05:00 |
|
eric
|
b19619c2d2
|
add state updaet
|
2024-11-08 17:37:07 -05:00 |
|
eric
|
a008e95b8f
|
refactor logic
|
2024-11-08 17:33:58 -05:00 |
|
Daniel Bachhuber
|
6b8d93e274
|
fix(experiments): Always show the 'View recordings' button (#26100)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-11-08 21:04:50 +00:00 |
|
Phani Raj
|
e28af1586c
|
fix(Feature flags): use response.results when showing feature flags in an infinite list (#26099)
Use response.results, if the groupType is feature flags, since the response value changed recently.
|
2024-11-08 14:06:26 -06:00 |
|
Ross
|
e79c306316
|
feat(data-warehouse): BI breakdowns (#26025)
|
2024-11-08 16:29:05 +00:00 |
|
Raquel Smith
|
08386e433a
|
feat: add recordings buttons to feature flags (#26072)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-11-07 17:28:23 -08:00 |
|
eric
|
eb016dccdd
|
restore some styles for now
|
2024-11-07 18:32:35 -05:00 |
|
eric
|
9343d24dad
|
merge main
|
2024-11-07 18:29:07 -05:00 |
|
eric
|
b8c982e84f
|
Merge branch 'dw-editor-layout' of github.com:PostHog/posthog into dw-editor-layout
|
2024-11-07 18:22:18 -05:00 |
|
eric
|
5294ee155f
|
fix styling
|
2024-11-07 18:21:41 -05:00 |
|
Haven
|
06d0115d05
|
feat(flags): Feature flag UI pagination + server-side filtering (#26041)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dylan Martin <dylan@posthog.com>
|
2024-11-07 14:01:59 -08:00 |
|
Daniel Bachhuber
|
a1e2a95fd6
|
feat(flags): Add SDK icons and sort alphabetically (#26078)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-11-07 13:08:11 -08:00 |
|
github-actions
|
2a2595519d
|
Update UI snapshots for chromium (2)
|
2024-11-07 20:47:44 +00:00 |
|
eric
|
bae8cbed06
|
merge master
|
2024-11-07 15:28:06 -05:00 |
|
eric
|
37fdc292ee
|
working query results
|
2024-11-07 15:25:58 -05:00 |
|
Raquel Smith
|
ad2e1ff1e7
|
feat: add button to experiments to view recordings for a variant (#26066)
|
2024-11-07 19:17:52 +00:00 |
|
Paul D'Ambra
|
512d8bd70a
|
fix: cannot launch wildcarded domains (#26077)
|
2024-11-07 18:14:55 +00:00 |
|
Daniel Bachhuber
|
fc6a908a54
|
feat(experiments): Add more sample code snippets (#26063)
|
2024-11-07 09:52:35 -08:00 |
|
Sandy Spicer
|
fb2873100c
|
fix: funnel breakdown limit (#26037)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-11-07 08:35:38 -08:00 |
|
Zach Waterfield
|
1695c0d178
|
chore: improve hogfetti position / unsubscribe modal (#26049)
|
2024-11-07 11:04:00 -05:00 |
|
Paul D'Ambra
|
4045a1bac9
|
feat: the best ever use of ai (#26046)
|
2024-11-07 15:45:16 +00:00 |
|
Zach Waterfield
|
4186edfb49
|
fix: add backend validation for project limits (#25959)
|
2024-11-07 10:42:46 -05:00 |
|
Daniel Bachhuber
|
92b8b4699f
|
feat(experiments): Consolidate create experiment to one form (#26051)
Co-authored-by: Juraj Majerik <juro.majerik@gmail.com>
|
2024-11-07 14:28:02 +00:00 |
|
Marius Andra
|
8aff38ebc3
|
fix(toolbar): remove jsURL (#26061)
|
2024-11-07 15:10:27 +01:00 |
|
Daniel Bachhuber
|
ff2271bf87
|
feat(experiments): Refactor experiment view into two tabs (#26034)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-11-07 03:44:34 -08:00 |
|