소스 검색

Adds badge context for paid

main
Eric Amodio 1 년 전
부모
커밋
c0d5b6e6fc
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      src/webviews/apps/shared/components/feature-gate-badge.ts

+ 5
- 0
src/webviews/apps/shared/components/feature-gate-badge.ts 파일 보기

@ -126,6 +126,11 @@ export class FeatureGateBadge extends LitElement {
return html`<span class="badge-footnote"
> Requires a paid subscription for use on privately hosted repos.</span
>`;
case SubscriptionState.Paid:
/* prettier-ignore */
return html`<span class="badge-footnote"
>You have access to features on privately hosted repos and features based on your subscription.</span
>`;
default:
return nothing;
}

불러오는 중...
취소
저장