David Newell
David Newell
## Problem Fixes for the Proxy UI Follow on to https://github.com/PostHog/posthog/pull/22292
## Problem Towards https://github.com/PostHog/posthog/issues/13624 ## Changes Replace more `DatePicker` components ## Does this work well for both Cloud and self-hosted? Yes ## How did you test this code? Checking snapshots
## Problem towards https://github.com/PostHog/posthog/issues/13624 ## Changes |Before|After| |----|----| | | |
## Problem https://posthoghelp.zendesk.com/agent/tickets/13270 A customer reported that their transparent canvas had a black background during playback. This is because we switched to `image/jpeg` in https://github.com/PostHog/posthog/pull/21944 to take advantage of compression...
## Problem Helps to cleanup a lot in https://github.com/PostHog/posthog/pull/23330 For a query like this: ``` source: { kind: NodeKind.EventsQuery, select: [ 'any(properties) as "columns.context.error"', 'properties.$exception_type', `sparkline(reverse(arrayMap(x -> countEqual(groupArray(dateDiff('hour', now() -...
## Problem Does what it says on the tin really ## Changes related followup to https://github.com/PostHog/posthog/pull/23323
## Problem TODO ## Changes 👉 _Stay up-to-date with [PostHog coding conventions](https://posthog.com/docs/contribute/coding-conventions) for a smoother review._ ## Does this work well for both Cloud and self-hosted? ## How did you...
## Problem ## Changes 👉 _Stay up-to-date with [PostHog coding conventions](https://posthog.com/docs/contribute/coding-conventions) for a smoother review._ ## Does this work well for both Cloud and self-hosted? ## How did you test...
## Problem Simplify colors ## Changes Removed unnecessary derived colors ## Does this work well for both Cloud and self-hosted? Yes ## How did you test this code? Seeing snapshot...
## Changes rrweb moved to vite bundling so the patch file will look different this time around Previous patch file: https://github.com/PostHog/posthog-js/blob/v1.141.4/patches/rrweb%402.0.0-alpha.13.patch ---- I skipped the patch replacing the inline worker...