[PR #940] [MERGED] Cloud/private folder #1021

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

📋 Pull Request Information

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

Base: masterHead: cloud/private-folder


📝 Commits (4)

📊 Changes

16 files changed (+234 additions, -101 deletions)

View changed files

📝 src/cloud/api/teams/docs/index.ts (+2 -0)
📝 src/cloud/api/teams/workspaces/index.ts (+3 -3)
📝 src/cloud/components/Application.tsx (+112 -1)
📝 src/cloud/components/molecules/Editor/index.tsx (+5 -60)
📝 src/cloud/components/organisms/Modal/contents/Doc/RevisionsModal/RevisionModalDetail.tsx (+0 -2)
📝 src/cloud/components/organisms/Topbar/Controls/ControlsContextMenu/DocContextMenu/DynamicExports.tsx (+1 -1)
📝 src/cloud/interfaces/db/doc.ts (+1 -0)
📝 src/cloud/interfaces/db/revision.ts (+0 -1)
📝 src/cloud/interfaces/db/workspace.ts (+1 -0)
📝 src/cloud/lib/export.ts (+4 -8)
📝 src/cloud/lib/hooks/useCloudDnd.ts (+2 -0)
📝 src/cloud/lib/hooks/useCloudUI.tsx (+10 -14)
📝 src/cloud/lib/hooks/useCloudUpdater.ts (+43 -1)
📝 src/cloud/lib/mappers/topbarBreadcrumbs.ts (+2 -2)
📝 src/cloud/lib/utils/patterns.ts (+2 -3)
📝 src/shared/components/organisms/Sidebar/molecules/SidebarTree.tsx (+46 -5)

📄 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/940 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 5/3/2021 **Status:** ✅ Merged **Merged:** 5/3/2021 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `cloud/private-folder` --- ### 📝 Commits (4) - [`a8a6a07`](https://github.com/BoostIO/BoostNote-App/commit/a8a6a071e8bf5aa43007a797b969f80992b8f11c) remove title from rev - [`2712941`](https://github.com/BoostIO/BoostNote-App/commit/271294161d47ac1a861d6b3419efdfcbf38646f8) added back doc rename into sidebar - [`d6f0035`](https://github.com/BoostIO/BoostNote-App/commit/d6f0035f5e05e81a4ae79fc6f739f7c6a6e48c36) default UI - [`c32ea45`](https://github.com/BoostIO/BoostNote-App/commit/c32ea459e2605a8c8575e784e004d519fc426088) hide personal team ### 📊 Changes **16 files changed** (+234 additions, -101 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/api/teams/docs/index.ts` (+2 -0) 📝 `src/cloud/api/teams/workspaces/index.ts` (+3 -3) 📝 `src/cloud/components/Application.tsx` (+112 -1) 📝 `src/cloud/components/molecules/Editor/index.tsx` (+5 -60) 📝 `src/cloud/components/organisms/Modal/contents/Doc/RevisionsModal/RevisionModalDetail.tsx` (+0 -2) 📝 `src/cloud/components/organisms/Topbar/Controls/ControlsContextMenu/DocContextMenu/DynamicExports.tsx` (+1 -1) 📝 `src/cloud/interfaces/db/doc.ts` (+1 -0) 📝 `src/cloud/interfaces/db/revision.ts` (+0 -1) 📝 `src/cloud/interfaces/db/workspace.ts` (+1 -0) 📝 `src/cloud/lib/export.ts` (+4 -8) 📝 `src/cloud/lib/hooks/useCloudDnd.ts` (+2 -0) 📝 `src/cloud/lib/hooks/useCloudUI.tsx` (+10 -14) 📝 `src/cloud/lib/hooks/useCloudUpdater.ts` (+43 -1) 📝 `src/cloud/lib/mappers/topbarBreadcrumbs.ts` (+2 -2) 📝 `src/cloud/lib/utils/patterns.ts` (+2 -3) 📝 `src/shared/components/organisms/Sidebar/molecules/SidebarTree.tsx` (+46 -5) </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:17 +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#1021
No description provided.