[PR #1036] [MERGED] Sidebar changes #1103

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

📋 Pull Request Information

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

Base: masterHead: feat/new-sidebar


📝 Commits (10+)

📊 Changes

77 files changed (+2718 additions, -3450 deletions)

View changed files

📝 package-lock.json (+20 -4)
📝 package.json (+1 -0)
src/cloud/api/pages/teams/uploads.ts (+0 -26)
src/cloud/api/uploads/index.ts (+15 -0)
📝 src/cloud/components/Application.tsx (+141 -558)
📝 src/cloud/components/Router.tsx (+0 -6)
📝 src/cloud/components/molecules/ContentManager/index.tsx (+2 -2)
📝 src/cloud/components/molecules/NewDocButton.tsx (+32 -84)
📝 src/cloud/components/molecules/WorkspaceExplorer/styled.ts (+10 -10)
src/cloud/components/organisms/CloudGlobalSearch.tsx (+237 -0)
📝 src/cloud/components/organisms/FolderPage/index.tsx (+1 -1)
📝 src/cloud/components/organisms/ImportFlow/index.tsx (+64 -75)
📝 src/cloud/components/organisms/ImportFlow/molecules/ImportFlowDestination.tsx (+24 -17)
src/cloud/components/organisms/ImportFlow/molecules/ImportFlowSources.tsx (+175 -0)
src/cloud/components/organisms/Modal/contents/Import/ImportModalGuide.tsx (+0 -289)
src/cloud/components/organisms/Modal/contents/Import/ImportModalHeader.tsx (+0 -60)
src/cloud/components/organisms/Modal/contents/Import/ImportModalSelectSource.tsx (+0 -121)
src/cloud/components/organisms/Modal/contents/Import/ImportModalUpload.tsx (+0 -8)
src/cloud/components/organisms/Modal/contents/Import/ImportProgressBar.tsx (+0 -28)
src/cloud/components/organisms/Modal/contents/Import/SourceButton.tsx (+0 -30)

...and 57 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/1036 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 7/5/2021 **Status:** ✅ Merged **Merged:** 7/6/2021 **Merged by:** [@Davy-c](https://github.com/Davy-c) **Base:** `master` ← **Head:** `feat/new-sidebar` --- ### 📝 Commits (10+) - [`84fbe79`](https://github.com/BoostIO/BoostNote-App/commit/84fbe793e5b1de19949040d89ee80064222e3729) header - [`6a56f46`](https://github.com/BoostIO/BoostNote-App/commit/6a56f4621190b967cdcbee217569d617dd33ae2c) fix header - [`14e9b43`](https://github.com/BoostIO/BoostNote-App/commit/14e9b43177ed2935783388fe3be757db7fb90195) change vertical scroller position - [`c45f506`](https://github.com/BoostIO/BoostNote-App/commit/c45f506dcd747b1be8c61c3174bb3b9cc3a7b88c) category style - [`a97e989`](https://github.com/BoostIO/BoostNote-App/commit/a97e9897f66a36750e564d87dea6528a263e5816) change tree item style - [`229b44d`](https://github.com/BoostIO/BoostNote-App/commit/229b44d11124ba25ac18e6348e04840ebe979cce) remove more - [`79ae4c4`](https://github.com/BoostIO/BoostNote-App/commit/79ae4c4601990a011b31c1e449185810215c80d8) secondary links - [`ebfeeea`](https://github.com/BoostIO/BoostNote-App/commit/ebfeeeab0b0dd35b378192927e685eaf2948b9af) search - [`aa9007f`](https://github.com/BoostIO/BoostNote-App/commit/aa9007f316813baa8278cfe046b97b944d18fde4) cloud tree active with search - [`fbbe3a1`](https://github.com/BoostIO/BoostNote-App/commit/fbbe3a1cfa34c0a6552128849b8f26db0ff3d954) remove search by default ### 📊 Changes **77 files changed** (+2718 additions, -3450 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+20 -4) 📝 `package.json` (+1 -0) ➖ `src/cloud/api/pages/teams/uploads.ts` (+0 -26) ➕ `src/cloud/api/uploads/index.ts` (+15 -0) 📝 `src/cloud/components/Application.tsx` (+141 -558) 📝 `src/cloud/components/Router.tsx` (+0 -6) 📝 `src/cloud/components/molecules/ContentManager/index.tsx` (+2 -2) 📝 `src/cloud/components/molecules/NewDocButton.tsx` (+32 -84) 📝 `src/cloud/components/molecules/WorkspaceExplorer/styled.ts` (+10 -10) ➕ `src/cloud/components/organisms/CloudGlobalSearch.tsx` (+237 -0) 📝 `src/cloud/components/organisms/FolderPage/index.tsx` (+1 -1) 📝 `src/cloud/components/organisms/ImportFlow/index.tsx` (+64 -75) 📝 `src/cloud/components/organisms/ImportFlow/molecules/ImportFlowDestination.tsx` (+24 -17) ➕ `src/cloud/components/organisms/ImportFlow/molecules/ImportFlowSources.tsx` (+175 -0) ➖ `src/cloud/components/organisms/Modal/contents/Import/ImportModalGuide.tsx` (+0 -289) ➖ `src/cloud/components/organisms/Modal/contents/Import/ImportModalHeader.tsx` (+0 -60) ➖ `src/cloud/components/organisms/Modal/contents/Import/ImportModalSelectSource.tsx` (+0 -121) ➖ `src/cloud/components/organisms/Modal/contents/Import/ImportModalUpload.tsx` (+0 -8) ➖ `src/cloud/components/organisms/Modal/contents/Import/ImportProgressBar.tsx` (+0 -28) ➖ `src/cloud/components/organisms/Modal/contents/Import/SourceButton.tsx` (+0 -30) _...and 57 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:39 +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#1103
No description provided.