Bianca Yang
Bianca Yang
## Problem [Mocks](https://github.com/PostHog/posthog/issues/19509) https://github.com/PostHog/posthog/assets/21014901/9b7cb4ec-458b-4dac-bb55-877698124459 ## Changes 👉 *Stay up-to-date with [PostHog coding conventions](https://posthog.com/docs/contribute/coding-conventions) for a smoother review.* ## How did you test this code?
## Problem Two changes: 1. Add a dismissKey to the usage exceeded alert banner. I think it's annoying to have it be persistent. 1a. Along with this change, tweaked the...
## Changes Adds back the annual pricing toggle and annual plan discount when users estimate >$1,667k monthly / >$20k annual spend in the pricing calculator. https://github.com/PostHog/posthog.com/assets/21014901/3e0cdd6a-90cc-45f8-9cd0-49d9c188e6b0 ## Checklist - [...
## Problem Also change the bottom banner to a collapse Ties in with billing changes: https://github.com/PostHog/billing/pull/573 https://github.com/PostHog/billing/pull/583 https://github.com/PostHog/posthog/assets/21014901/14167528-1ecb-42b7-a99e-c92a85ee293f ## Changes 👉 _Stay up-to-date with [PostHog coding conventions](https://posthog.com/docs/contribute/coding-conventions) for a smoother...
## Problem [A customer](https://posthoghelp.zendesk.com/agent/tickets/12864) noticed a discrepancy between the billing gauge's "current" usage numbers and the usage table's current usage statistics. This was occurring because we were only updating the...
## Problem We've decided to use 'subscribe'. ## 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?...
## Problem The billing changes must go in first: https://github.com/PostHog/billing/pull/583 There's a limitation in the [unsubscription flow](https://github.com/PostHog/billing/pull/573) where we may not be able to pay the invoice created for the...
## 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 The toggle is gated behind a 50% flag. https://us.posthog.com/project/2/experiments/33719 ## 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...
## Problem I'm going to deprecate this in stages. This PR mainly removed frontend references to available_features and switched to using hasAvailableFeature when feature checks are necessary. The next PR...