[PR #1103] [MERGED] V1 Removal #1152

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/1103
Author: @Davy-c
Created: 8/23/2021
Status: Merged
Merged: 8/25/2021
Merged by: @Davy-c

Base: masterHead: refactoring/v1-removal


📝 Commits (10+)

📊 Changes

594 files changed (+7659 additions, -14901 deletions)

View changed files

📝 src/cloud/api/feedback/index.ts (+1 -1)
📝 src/cloud/api/teams/open-invites/index.ts (+6 -7)
📝 src/cloud/api/users/index.ts (+1 -1)
📝 src/cloud/components/AnnouncementAlert.tsx (+28 -28)
📝 src/cloud/components/App.tsx (+1 -1)
📝 src/cloud/components/AppFeedbackForm/index.tsx (+9 -9)
📝 src/cloud/components/Application.tsx (+21 -83)
src/cloud/components/ApplicationContent.tsx (+23 -0)
src/cloud/components/ApplicationPage.tsx (+24 -0)
src/cloud/components/ApplicationTopbar.tsx (+228 -0)
📝 src/cloud/components/BottomBarButton.tsx (+3 -3)
📝 src/cloud/components/CloudGlobalSearch.tsx (+15 -15)
📝 src/cloud/components/CloudModal.tsx (+3 -3)
📝 src/cloud/components/CodeMirrorStyle.tsx (+1 -1)
📝 src/cloud/components/Comments/CommentInput.tsx (+5 -5)
📝 src/cloud/components/Comments/CommentList.tsx (+4 -4)
📝 src/cloud/components/Comments/CommentManager.tsx (+10 -10)
📝 src/cloud/components/Comments/ThreadActionButton.tsx (+4 -4)
📝 src/cloud/components/Comments/ThreadItem.tsx (+4 -4)
📝 src/cloud/components/Comments/ThreadList.tsx (+3 -3)

...and 80 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/1103 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 8/23/2021 **Status:** ✅ Merged **Merged:** 8/25/2021 **Merged by:** [@Davy-c](https://github.com/Davy-c) **Base:** `master` ← **Head:** `refactoring/v1-removal` --- ### 📝 Commits (10+) - [`0434ab3`](https://github.com/BoostIO/BoostNote-App/commit/0434ab3901f28b9971e8c5d3954275f01c41c393) initial - [`76e0a88`](https://github.com/BoostIO/BoostNote-App/commit/76e0a8800d43c5090ae4ee3ae6c4d6c41a465e74) cleanup doc page - [`e16f8ac`](https://github.com/BoostIO/BoostNote-App/commit/e16f8ac541b912f95edfcef191140e6a015699fb) move up application layout into router - [`00b3375`](https://github.com/BoostIO/BoostNote-App/commit/00b337567e41409b6f1486677855e9eeb8c1190f) after rebase - [`bc94f39`](https://github.com/BoostIO/BoostNote-App/commit/bc94f390092a0c7d78c8a8dd460c4a0baadd83ea) fix templates modal height - [`53f5fc9`](https://github.com/BoostIO/BoostNote-App/commit/53f5fc90dd7ee2eab57b2b77a8e8b0aa09f7ced5) fix feedbacks - [`0bf6542`](https://github.com/BoostIO/BoostNote-App/commit/0bf654224ad4a21201d6e3ca22102aa79e9daac1) searchable list and invites store - [`2e1331a`](https://github.com/BoostIO/BoostNote-App/commit/2e1331a74bcbc93fa6813669b1ffb1e04174ee22) remove event - [`3bd8100`](https://github.com/BoostIO/BoostNote-App/commit/3bd81008c8a08575f7b24e34c622da3b63a2c463) fix mobile - [`0e2497a`](https://github.com/BoostIO/BoostNote-App/commit/0e2497ab60c9913642b60e2a37a892964ebe34dd) fix workspace context and remove team delete page ### 📊 Changes **594 files changed** (+7659 additions, -14901 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/api/feedback/index.ts` (+1 -1) 📝 `src/cloud/api/teams/open-invites/index.ts` (+6 -7) 📝 `src/cloud/api/users/index.ts` (+1 -1) 📝 `src/cloud/components/AnnouncementAlert.tsx` (+28 -28) 📝 `src/cloud/components/App.tsx` (+1 -1) 📝 `src/cloud/components/AppFeedbackForm/index.tsx` (+9 -9) 📝 `src/cloud/components/Application.tsx` (+21 -83) ➕ `src/cloud/components/ApplicationContent.tsx` (+23 -0) ➕ `src/cloud/components/ApplicationPage.tsx` (+24 -0) ➕ `src/cloud/components/ApplicationTopbar.tsx` (+228 -0) 📝 `src/cloud/components/BottomBarButton.tsx` (+3 -3) 📝 `src/cloud/components/CloudGlobalSearch.tsx` (+15 -15) 📝 `src/cloud/components/CloudModal.tsx` (+3 -3) 📝 `src/cloud/components/CodeMirrorStyle.tsx` (+1 -1) 📝 `src/cloud/components/Comments/CommentInput.tsx` (+5 -5) 📝 `src/cloud/components/Comments/CommentList.tsx` (+4 -4) 📝 `src/cloud/components/Comments/CommentManager.tsx` (+10 -10) 📝 `src/cloud/components/Comments/ThreadActionButton.tsx` (+4 -4) 📝 `src/cloud/components/Comments/ThreadItem.tsx` (+4 -4) 📝 `src/cloud/components/Comments/ThreadList.tsx` (+3 -3) _...and 80 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:52 +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#1152
No description provided.