plausible / analytics

Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
https://plausible.io
GNU Affero General Public License v3.0
18.98k stars 1.02k forks source link

Count pending ownership sites towards account usage on the upgrade page #4277

Closed RobertJoonas closed 1 week ago

RobertJoonas commented 1 week ago

Changes

When the user goes to upgrade to a plan, currently we let them upgrade to a suitable plan based on the usage across their owned sites. When the user has pending ownerships however, they might not be able to accept them, even after upgrading to a seemingly suitable plan, which can be annoying/confusing.

Whenever there are pending site ownerships, a message will be shown to the user:

image

Counting the usage from pending ownerships means that we are not letting them upgrade to a plan that would not accommodate all the pending sites. Same goes for warning about losing access to a feature used be a pending ownership site.

Tests

Changelog

Documentation

Dark mode