[PR #963] [MERGED] 7 days coupon #1043

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/963
Author: @Davy-c
Created: 5/24/2021
Status: Merged
Merged: 5/24/2021
Merged by: @Davy-c

Base: ui-settings-tmpHead: feat/7days


📝 Commits (8)

📊 Changes

32 files changed (+1481 additions, -899 deletions)

View changed files

📝 package-lock.json (+8 -0)
📝 package.json (+1 -0)
📝 src/cloud/components/Application.tsx (+34 -3)
📝 src/cloud/components/molecules/SubscriptionForm/UpdateBillingEmailForm.tsx (+35 -18)
📝 src/cloud/components/molecules/SubscriptionForm/UpdateBillingMethodForm.tsx (+39 -45)
📝 src/cloud/components/molecules/SubscriptionForm/UpdateBillingPromo.tsx (+37 -12)
📝 src/cloud/components/molecules/SubscriptionForm/index.tsx (+117 -224)
📝 src/cloud/components/organisms/FreeTrialPopup/index.tsx (+16 -7)
src/cloud/components/organisms/Modal/contents/DiscountModal.tsx (+184 -0)
📝 src/cloud/components/organisms/Subscription/PlanTables.tsx (+293 -287)
src/cloud/components/organisms/Subscription/SubscriptionCostSummary.tsx (+143 -0)
📝 src/cloud/components/organisms/Subscription/SubscriptionManagement.tsx (+144 -187)
📝 src/cloud/components/organisms/settings/SettingsComponent.tsx (+9 -4)
📝 src/cloud/components/organisms/settings/SubscriptionTab.tsx (+0 -1)
📝 src/cloud/components/organisms/settings/TeamSubLimit.tsx (+28 -3)
📝 src/cloud/components/organisms/settings/UpgradeTab.tsx (+62 -31)
📝 src/cloud/interfaces/analytics/mixpanel.ts (+2 -0)
📝 src/cloud/interfaces/db/subscription.ts (+1 -0)
📝 src/cloud/interfaces/db/team.ts (+1 -0)
📝 src/cloud/lib/consts.ts (+3 -0)

...and 12 more files

📄 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/963 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 5/24/2021 **Status:** ✅ Merged **Merged:** 5/24/2021 **Merged by:** [@Davy-c](https://github.com/Davy-c) **Base:** `ui-settings-tmp` ← **Head:** `feat/7days` --- ### 📝 Commits (8) - [`3242198`](https://github.com/BoostIO/BoostNote-App/commit/3242198c9fb0b2376e39486a18ea9b671a82c260) tmp - [`7242caa`](https://github.com/BoostIO/BoostNote-App/commit/7242caac77f6e21a6ac7fae3f1421860e53414e7) tmp - plans renewal - [`d741a97`](https://github.com/BoostIO/BoostNote-App/commit/d741a970bb0b7d340bf2bbad4d21221a6bc2ddde) discount and upgrade tab - [`6db93e5`](https://github.com/BoostIO/BoostNote-App/commit/6db93e5eed4da3758bac08b9e912c344723a2389) front end - [`ad83620`](https://github.com/BoostIO/BoostNote-App/commit/ad8362046614a430139a068c24a7fce93db648a2) fix trial alert - [`962d332`](https://github.com/BoostIO/BoostNote-App/commit/962d332d41c1231b73233b5b464001f2e2c5317c) remove full width in forms - [`d69443c`](https://github.com/BoostIO/BoostNote-App/commit/d69443c7fb076b4e260c9c0021c80ffd057f330d) front end - [`bf84cf8`](https://github.com/BoostIO/BoostNote-App/commit/bf84cf892df881493c3bfe4a3a089bd434c58040) remove dev stuff ### 📊 Changes **32 files changed** (+1481 additions, -899 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+8 -0) 📝 `package.json` (+1 -0) 📝 `src/cloud/components/Application.tsx` (+34 -3) 📝 `src/cloud/components/molecules/SubscriptionForm/UpdateBillingEmailForm.tsx` (+35 -18) 📝 `src/cloud/components/molecules/SubscriptionForm/UpdateBillingMethodForm.tsx` (+39 -45) 📝 `src/cloud/components/molecules/SubscriptionForm/UpdateBillingPromo.tsx` (+37 -12) 📝 `src/cloud/components/molecules/SubscriptionForm/index.tsx` (+117 -224) 📝 `src/cloud/components/organisms/FreeTrialPopup/index.tsx` (+16 -7) ➕ `src/cloud/components/organisms/Modal/contents/DiscountModal.tsx` (+184 -0) 📝 `src/cloud/components/organisms/Subscription/PlanTables.tsx` (+293 -287) ➕ `src/cloud/components/organisms/Subscription/SubscriptionCostSummary.tsx` (+143 -0) 📝 `src/cloud/components/organisms/Subscription/SubscriptionManagement.tsx` (+144 -187) 📝 `src/cloud/components/organisms/settings/SettingsComponent.tsx` (+9 -4) 📝 `src/cloud/components/organisms/settings/SubscriptionTab.tsx` (+0 -1) 📝 `src/cloud/components/organisms/settings/TeamSubLimit.tsx` (+28 -3) 📝 `src/cloud/components/organisms/settings/UpgradeTab.tsx` (+62 -31) 📝 `src/cloud/interfaces/analytics/mixpanel.ts` (+2 -0) 📝 `src/cloud/interfaces/db/subscription.ts` (+1 -0) 📝 `src/cloud/interfaces/db/team.ts` (+1 -0) 📝 `src/cloud/lib/consts.ts` (+3 -0) _...and 12 more files_ </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:24:23 +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#1043
No description provided.