[PR #917] [MERGED] Reorganize v2 folder #999

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/917
Author: @Davy-c
Created: 4/22/2021
Status: Merged
Merged: 4/26/2021
Merged by: @Rokt33r

Base: refactoring/step-3Head: reorganize-v2


📝 Commits (8)

📊 Changes

172 files changed (+376 additions, -855 deletions)

View changed files

📝 src/cloud/components/App.tsx (+1 -1)
📝 src/cloud/components/Application.tsx (+22 -22)
📝 src/cloud/components/Router.tsx (+11 -11)
📝 src/cloud/components/atoms/ServiceConnect.tsx (+1 -1)
📝 src/cloud/components/molecules/AppFeedbackForm/index.tsx (+1 -1)
📝 src/cloud/components/molecules/ContentManager/Actions/ContentManagerArchivesBulkActions.tsx (+4 -1)
📝 src/cloud/components/molecules/ContentManager/Actions/ContentManagerBulkActions.tsx (+4 -1)
📝 src/cloud/components/molecules/ContentManager/Rows/ContentManagerDocRow.tsx (+1 -1)
📝 src/cloud/components/molecules/ContentManager/Rows/ContentManagerFolderRow.tsx (+1 -1)
📝 src/cloud/components/molecules/DocShare.tsx (+1 -1)
📝 src/cloud/components/molecules/DocTagsList/TagsAutoCompleteInput.tsx (+1 -1)
📝 src/cloud/components/molecules/DocTagsList/index.tsx (+1 -1)
📝 src/cloud/components/molecules/Editor/index.tsx (+5 -5)
📝 src/cloud/components/molecules/EmojiPicker/index.tsx (+2 -2)
📝 src/cloud/components/molecules/GuestInvitesSection.tsx (+1 -1)
📝 src/cloud/components/molecules/OpenInviteSection.tsx (+2 -2)
📝 src/cloud/components/molecules/ServiceSelector.tsx (+1 -1)
📝 src/cloud/components/molecules/SettingsTeamForm.tsx (+1 -1)
📝 src/cloud/components/molecules/SubscriptionForm/UpdateBillingEmailForm.tsx (+1 -1)
📝 src/cloud/components/molecules/SubscriptionForm/UpdateBillingMethodForm.tsx (+1 -1)

...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/917 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 4/22/2021 **Status:** ✅ Merged **Merged:** 4/26/2021 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `refactoring/step-3` ← **Head:** `reorganize-v2` --- ### 📝 Commits (8) - [`2bb6e9e`](https://github.com/BoostIO/BoostNote-App/commit/2bb6e9efdc8987b6441173178fcd693c9ca7a376) rearrange v2 lib - [`0f52dd3`](https://github.com/BoostIO/BoostNote-App/commit/0f52dd327884e4230be235a0d2834c03576e12e8) move cloud hooks - [`e0df3d0`](https://github.com/BoostIO/BoostNote-App/commit/e0df3d05b3c58b3ea3ae9040a12fc8ff2b651831) v2 atoms - [`bc9af01`](https://github.com/BoostIO/BoostNote-App/commit/bc9af017e37974510e84adbe8922d80089c8e7a0) v2 molecules - [`60ef0bb`](https://github.com/BoostIO/BoostNote-App/commit/60ef0bb67189aefe4779f7dc7f84e634a2fd7af3) v2 organisms - [`b12d88a`](https://github.com/BoostIO/BoostNote-App/commit/b12d88a84fb67d9ab0d90935f9e67fb74bd0a063) v2 templates - [`450483f`](https://github.com/BoostIO/BoostNote-App/commit/450483fe535f5731c3846240fd5af7b5c52780d2) event source - [`99f631a`](https://github.com/BoostIO/BoostNote-App/commit/99f631a92e1d6517db31d3435aa3555ef30196ba) cloud mappers ### 📊 Changes **172 files changed** (+376 additions, -855 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/components/App.tsx` (+1 -1) 📝 `src/cloud/components/Application.tsx` (+22 -22) 📝 `src/cloud/components/Router.tsx` (+11 -11) 📝 `src/cloud/components/atoms/ServiceConnect.tsx` (+1 -1) 📝 `src/cloud/components/molecules/AppFeedbackForm/index.tsx` (+1 -1) 📝 `src/cloud/components/molecules/ContentManager/Actions/ContentManagerArchivesBulkActions.tsx` (+4 -1) 📝 `src/cloud/components/molecules/ContentManager/Actions/ContentManagerBulkActions.tsx` (+4 -1) 📝 `src/cloud/components/molecules/ContentManager/Rows/ContentManagerDocRow.tsx` (+1 -1) 📝 `src/cloud/components/molecules/ContentManager/Rows/ContentManagerFolderRow.tsx` (+1 -1) 📝 `src/cloud/components/molecules/DocShare.tsx` (+1 -1) 📝 `src/cloud/components/molecules/DocTagsList/TagsAutoCompleteInput.tsx` (+1 -1) 📝 `src/cloud/components/molecules/DocTagsList/index.tsx` (+1 -1) 📝 `src/cloud/components/molecules/Editor/index.tsx` (+5 -5) 📝 `src/cloud/components/molecules/EmojiPicker/index.tsx` (+2 -2) 📝 `src/cloud/components/molecules/GuestInvitesSection.tsx` (+1 -1) 📝 `src/cloud/components/molecules/OpenInviteSection.tsx` (+2 -2) 📝 `src/cloud/components/molecules/ServiceSelector.tsx` (+1 -1) 📝 `src/cloud/components/molecules/SettingsTeamForm.tsx` (+1 -1) 📝 `src/cloud/components/molecules/SubscriptionForm/UpdateBillingEmailForm.tsx` (+1 -1) 📝 `src/cloud/components/molecules/SubscriptionForm/UpdateBillingMethodForm.tsx` (+1 -1) _...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:09 +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#999
No description provided.