Skip to content

Commit 8ca1f35

Browse files
committed
docs: drop the banner screenshot assets
The six PNGs were committed only to embed in the PR description. The Storybook stories they were captured from are the reproducible artifact and stay.
1 parent bc0b5cf commit 8ca1f35

7 files changed

Lines changed: 4 additions & 3 deletions

File tree

-38 KB
Binary file not shown.
-31.7 KB
Binary file not shown.
-35.8 KB
Binary file not shown.
-32.5 KB
Binary file not shown.
-33.6 KB
Binary file not shown.
-36.4 KB
Binary file not shown.

src/platform/workspace/composables/useBillingBanner.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ export interface BillingBannerInputs {
2525
}
2626

2727
// The single billing banner slot, in priority order: paused > paymentFailed >
28-
// outOfCredits > ending. Gated on the team PLAN, not the workspace type: a team
29-
// workspace can sit on a personal-tier legacy plan, and a personal workspace can
30-
// hold a team plan.
28+
// outOfCredits > ending. Gated on the team PLAN, because plan and workspace type
29+
// are independent axes: a team workspace can sit on a personal-tier legacy plan
30+
// today, and personal workspaces are due to gain team plans (BE-1526), at which
31+
// point a workspace-type gate would hide the banner from real team subscribers.
3132
export function deriveBillingBanner(
3233
inputs: BillingBannerInputs
3334
): BillingBannerKind | null {

0 commit comments

Comments
 (0)