[PR #816] [MERGED] Subscription changes #923

Closed
opened 2026-03-03 00:23:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/816
Author: @Davy-c
Created: 3/2/2021
Status: Merged
Merged: 3/2/2021
Merged by: @Davy-c

Base: masterHead: feat/change-subscription


📝 Commits (6)

📊 Changes

15 files changed (+1176 additions, -899 deletions)

View changed files

📝 src/cloud/api/teams/subscription/index.ts (+2 -0)
📝 src/cloud/api/teams/subscription/update.ts (+17 -2)
📝 src/cloud/components/atoms/Link/CustomLink.tsx (+15 -2)
src/cloud/components/molecules/SubscriptionForm/UpdateBillingPromo.tsx (+111 -0)
📝 src/cloud/components/molecules/SubscriptionForm/index.tsx (+16 -44)
📝 src/cloud/components/organisms/FreeTrialPopup/index.tsx (+3 -1)
📝 src/cloud/components/organisms/Modal/contents/Doc/GuestsModal/index.tsx (+8 -4)
src/cloud/components/organisms/Subscription/PlanTables.tsx (+420 -0)
src/cloud/components/organisms/Subscription/SubscriptionManagement.tsx (+497 -0)
📝 src/cloud/components/organisms/Topbar/Controls/ControlsContextMenu/DocContextMenu/index.tsx (+9 -3)
📝 src/cloud/components/organisms/settings/SubscriptionTab.tsx (+38 -418)
📝 src/cloud/components/organisms/settings/UpgradeTab.tsx (+18 -418)
📝 src/cloud/lib/stripe.ts (+2 -2)
📝 src/cloud/lib/subscription.ts (+7 -1)
📝 src/cloud/pages/[teamId]/uploads.tsx (+13 -4)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/816 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 3/2/2021 **Status:** ✅ Merged **Merged:** 3/2/2021 **Merged by:** [@Davy-c](https://github.com/Davy-c) **Base:** `master` ← **Head:** `feat/change-subscription` --- ### 📝 Commits (6) - [`03f89bf`](https://github.com/BoostIO/BoostNote-App/commit/03f89bf284cef8105c1e90a290846665cbdd73d9) fix pricing tables - [`971c153`](https://github.com/BoostIO/BoostNote-App/commit/971c153c6f9ef7f04de0daa58694ec10075eb1bb) ui changes - [`bb62a8e`](https://github.com/BoostIO/BoostNote-App/commit/bb62a8e0e43ed88b79ae5f13d8ddfad4088ed9bd) ui change for revision in context - [`e6a69f4`](https://github.com/BoostIO/BoostNote-App/commit/e6a69f47d88ca46a6a55ea01e3acdf05dd59793f) fix ui for guests - [`fb74203`](https://github.com/BoostIO/BoostNote-App/commit/fb74203baad79fd08f7bc4686cd1dd851c163835) promo code fixes - [`5d52410`](https://github.com/BoostIO/BoostNote-App/commit/5d524100161cd057a7c412609a1147b12cd5160f) rename ### 📊 Changes **15 files changed** (+1176 additions, -899 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/api/teams/subscription/index.ts` (+2 -0) 📝 `src/cloud/api/teams/subscription/update.ts` (+17 -2) 📝 `src/cloud/components/atoms/Link/CustomLink.tsx` (+15 -2) ➕ `src/cloud/components/molecules/SubscriptionForm/UpdateBillingPromo.tsx` (+111 -0) 📝 `src/cloud/components/molecules/SubscriptionForm/index.tsx` (+16 -44) 📝 `src/cloud/components/organisms/FreeTrialPopup/index.tsx` (+3 -1) 📝 `src/cloud/components/organisms/Modal/contents/Doc/GuestsModal/index.tsx` (+8 -4) ➕ `src/cloud/components/organisms/Subscription/PlanTables.tsx` (+420 -0) ➕ `src/cloud/components/organisms/Subscription/SubscriptionManagement.tsx` (+497 -0) 📝 `src/cloud/components/organisms/Topbar/Controls/ControlsContextMenu/DocContextMenu/index.tsx` (+9 -3) 📝 `src/cloud/components/organisms/settings/SubscriptionTab.tsx` (+38 -418) 📝 `src/cloud/components/organisms/settings/UpgradeTab.tsx` (+18 -418) 📝 `src/cloud/lib/stripe.ts` (+2 -2) 📝 `src/cloud/lib/subscription.ts` (+7 -1) 📝 `src/cloud/pages/[teamId]/uploads.tsx` (+13 -4) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:23:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#923
No description provided.