[PR #1184] [MERGED] 1317/plan changes #1190

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/1184
Author: @Davy-c
Created: 9/15/2021
Status: Merged
Merged: 9/17/2021
Merged by: @Davy-c

Base: masterHead: 1317/plan-changes


📝 Commits (10+)

📊 Changes

26 files changed (+339 additions, -225 deletions)

View changed files

📝 src/cloud/api/teams/docs/import.ts (+0 -2)
📝 src/cloud/api/teams/files/index.ts (+0 -3)
📝 src/cloud/components/AnnouncementAlert.tsx (+74 -106)
📝 src/cloud/components/DocPage/DocContextMenuActions.tsx (+2 -24)
📝 src/cloud/components/DocPage/index.tsx (+3 -1)
📝 src/cloud/components/Editor/index.tsx (+18 -1)
📝 src/cloud/components/Modal/contents/Doc/RevisionsModal/RevisionModalNavigator.tsx (+60 -1)
📝 src/cloud/components/Modal/contents/Doc/RevisionsModal/index.tsx (+1 -38)
📝 src/cloud/components/Router.tsx (+2 -1)
📝 src/cloud/components/Subscription/PlanTables.tsx (+24 -4)
📝 src/cloud/components/Subscription/SubscriptionManagement.tsx (+1 -1)
📝 src/cloud/components/TeamInvitesSection.tsx (+4 -14)
📝 src/cloud/components/settings/MembersTab.tsx (+71 -12)
📝 src/cloud/lib/i18n/enUS.ts (+2 -1)
📝 src/cloud/lib/i18n/fr.ts (+2 -1)
📝 src/cloud/lib/i18n/ja.ts (+2 -1)
📝 src/cloud/lib/i18n/types.ts (+1 -0)
📝 src/cloud/lib/i18n/zhCN.ts (+2 -1)
📝 src/cloud/lib/stores/teamStorage/types.ts (+1 -0)
📝 src/cloud/lib/subscription.ts (+24 -1)

...and 6 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/1184 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 9/15/2021 **Status:** ✅ Merged **Merged:** 9/17/2021 **Merged by:** [@Davy-c](https://github.com/Davy-c) **Base:** `master` ← **Head:** `1317/plan-changes` --- ### 📝 Commits (10+) - [`f770fa3`](https://github.com/BoostIO/BoostNote-App/commit/f770fa35717fd3143e7aa0e0302723e54e898389) revision days - [`4856189`](https://github.com/BoostIO/BoostNote-App/commit/4856189f5a90b95afd8550f23e302703353b2508) storage space - [`02d9176`](https://github.com/BoostIO/BoostNote-App/commit/02d91763595ff0262a2a5bce1db9fdf86cbb37e0) uploDS - [`a315dab`](https://github.com/BoostIO/BoostNote-App/commit/a315dabf60faea69a01e3d76e26dc67d594ffded) fix revision history and plan tables - [`fc4fb88`](https://github.com/BoostIO/BoostNote-App/commit/fc4fb889742eb5c6d828ee30003f367d95b8de55) fix invite section - [`2d5c23b`](https://github.com/BoostIO/BoostNote-App/commit/2d5c23bac753a7123b5774ac46efd34aa9960c4b) feedbacks and router fixes - [`b76049f`](https://github.com/BoostIO/BoostNote-App/commit/b76049f535fe70f40036aa3341020618eed6cbb7) history changes + doc page fix - [`63d4e8f`](https://github.com/BoostIO/BoostNote-App/commit/63d4e8fb41d53b6afc2d7be2971fb751dfd5dd5e) same editable rules for mobile - [`61dce82`](https://github.com/BoostIO/BoostNote-App/commit/61dce826aa6c0fc0f7c17d1d83dfa47da4b82396) invite section default - [`0ad748e`](https://github.com/BoostIO/BoostNote-App/commit/0ad748e6416e548644f992a7ac9defe37c4b92d0) revision modal position ### 📊 Changes **26 files changed** (+339 additions, -225 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/api/teams/docs/import.ts` (+0 -2) 📝 `src/cloud/api/teams/files/index.ts` (+0 -3) 📝 `src/cloud/components/AnnouncementAlert.tsx` (+74 -106) 📝 `src/cloud/components/DocPage/DocContextMenuActions.tsx` (+2 -24) 📝 `src/cloud/components/DocPage/index.tsx` (+3 -1) 📝 `src/cloud/components/Editor/index.tsx` (+18 -1) 📝 `src/cloud/components/Modal/contents/Doc/RevisionsModal/RevisionModalNavigator.tsx` (+60 -1) 📝 `src/cloud/components/Modal/contents/Doc/RevisionsModal/index.tsx` (+1 -38) 📝 `src/cloud/components/Router.tsx` (+2 -1) 📝 `src/cloud/components/Subscription/PlanTables.tsx` (+24 -4) 📝 `src/cloud/components/Subscription/SubscriptionManagement.tsx` (+1 -1) 📝 `src/cloud/components/TeamInvitesSection.tsx` (+4 -14) 📝 `src/cloud/components/settings/MembersTab.tsx` (+71 -12) 📝 `src/cloud/lib/i18n/enUS.ts` (+2 -1) 📝 `src/cloud/lib/i18n/fr.ts` (+2 -1) 📝 `src/cloud/lib/i18n/ja.ts` (+2 -1) 📝 `src/cloud/lib/i18n/types.ts` (+1 -0) 📝 `src/cloud/lib/i18n/zhCN.ts` (+2 -1) 📝 `src/cloud/lib/stores/teamStorage/types.ts` (+1 -0) 📝 `src/cloud/lib/subscription.ts` (+24 -1) _...and 6 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:25:03 +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#1190
No description provided.