[PR #829] [MERGED] Discard note app mode #936

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/829
Author: @Rokt33r
Created: 3/6/2021
Status: Merged
Merged: 3/6/2021
Merged by: @Rokt33r

Base: masterHead: discard-note-app-mode


📝 Commits (10+)

  • 3c8a230 Discard note list view
  • fd95bd2 Discard reddot
  • 2fafc63 Stop creating the default local space and handle create-local-space event
  • 0226fe3 Add create local space button in cooperate page
  • aa54466 Add handler for did-fail-load event of webview
  • b273e2c Add create local space link and cancel signing in link
  • ec2d789 Add connection refused error handler for teams create page
  • adbeb02 Fix app navigator behavior
  • 72f45d9 Make header draggable for desktop app
  • 5c04ad3 Upgrade mdi/js

📊 Changes

23 files changed (+734 additions, -606 deletions)

View changed files

📝 package-lock.json (+3 -3)
📝 package.json (+1 -1)
📝 src/cloud/components/organisms/Onboarding/UsagePage.tsx (+22 -3)
📝 src/cloud/components/organisms/RightSideTopBar/styled.ts (+1 -0)
📝 src/cloud/components/organisms/Sidebar/SidebarTeamPickerContext.tsx (+13 -1)
📝 src/cloud/components/organisms/Sidebar/SidebarTeamSwitch.tsx (+1 -0)
📝 src/components/App.tsx (+56 -100)
📝 src/components/PreferencesModal/GeneralTab.tsx (+0 -20)
📝 src/components/Router.tsx (+2 -9)
📝 src/components/atoms/BoostHubWebview.tsx (+18 -0)
src/components/organisms/AppModeModal.tsx (+0 -133)
📝 src/components/organisms/AppNavigator.tsx (+18 -28)
📝 src/components/organisms/BoostHubSignInForm.tsx (+29 -1)
src/components/organisms/CloudIntroModal.tsx (+375 -0)
📝 src/components/organisms/NoteContextView.tsx (+94 -0)
📝 src/components/pages/BoostHubTeamsCreatePage.tsx (+68 -10)
src/components/pages/NotePage.tsx (+0 -291)
📝 src/components/pages/WikiNotePage.tsx (+4 -0)
📝 src/index.tsx (+3 -1)
src/lib/cloudIntroModal.ts (+18 -0)

...and 3 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/829 **Author:** [@Rokt33r](https://github.com/Rokt33r) **Created:** 3/6/2021 **Status:** ✅ Merged **Merged:** 3/6/2021 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `discard-note-app-mode` --- ### 📝 Commits (10+) - [`3c8a230`](https://github.com/BoostIO/BoostNote-App/commit/3c8a230c4e40f6d9173f9ddd26bbb774051dabaf) Discard note list view - [`fd95bd2`](https://github.com/BoostIO/BoostNote-App/commit/fd95bd2a5ac563c9121777ddc306940e939e9ca0) Discard reddot - [`2fafc63`](https://github.com/BoostIO/BoostNote-App/commit/2fafc63ca3a751cc0f6558edf74d15c5117460c6) Stop creating the default local space and handle create-local-space event - [`0226fe3`](https://github.com/BoostIO/BoostNote-App/commit/0226fe31111e90356799c999dd6a0b7bfbe78895) Add create local space button in cooperate page - [`aa54466`](https://github.com/BoostIO/BoostNote-App/commit/aa5446670651a4f113b8f7e4cc2ef0c6c734d2be) Add handler for did-fail-load event of webview - [`b273e2c`](https://github.com/BoostIO/BoostNote-App/commit/b273e2cd805be05ac0f4baae40276f104f331367) Add create local space link and cancel signing in link - [`ec2d789`](https://github.com/BoostIO/BoostNote-App/commit/ec2d78998cb5b325006f755b36ced8b54589ac8d) Add connection refused error handler for teams create page - [`adbeb02`](https://github.com/BoostIO/BoostNote-App/commit/adbeb02c0aa30f533113f3fafd17cedc6d7bf83c) Fix app navigator behavior - [`72f45d9`](https://github.com/BoostIO/BoostNote-App/commit/72f45d94aa006504e8abb3cc6d364c33d99dfc88) Make header draggable for desktop app - [`5c04ad3`](https://github.com/BoostIO/BoostNote-App/commit/5c04ad349d04c685aad8fffbce212d7dba8cadc5) Upgrade mdi/js ### 📊 Changes **23 files changed** (+734 additions, -606 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3 -3) 📝 `package.json` (+1 -1) 📝 `src/cloud/components/organisms/Onboarding/UsagePage.tsx` (+22 -3) 📝 `src/cloud/components/organisms/RightSideTopBar/styled.ts` (+1 -0) 📝 `src/cloud/components/organisms/Sidebar/SidebarTeamPickerContext.tsx` (+13 -1) 📝 `src/cloud/components/organisms/Sidebar/SidebarTeamSwitch.tsx` (+1 -0) 📝 `src/components/App.tsx` (+56 -100) 📝 `src/components/PreferencesModal/GeneralTab.tsx` (+0 -20) 📝 `src/components/Router.tsx` (+2 -9) 📝 `src/components/atoms/BoostHubWebview.tsx` (+18 -0) ➖ `src/components/organisms/AppModeModal.tsx` (+0 -133) 📝 `src/components/organisms/AppNavigator.tsx` (+18 -28) 📝 `src/components/organisms/BoostHubSignInForm.tsx` (+29 -1) ➕ `src/components/organisms/CloudIntroModal.tsx` (+375 -0) 📝 `src/components/organisms/NoteContextView.tsx` (+94 -0) 📝 `src/components/pages/BoostHubTeamsCreatePage.tsx` (+68 -10) ➖ `src/components/pages/NotePage.tsx` (+0 -291) 📝 `src/components/pages/WikiNotePage.tsx` (+4 -0) 📝 `src/index.tsx` (+3 -1) ➕ `src/lib/cloudIntroModal.ts` (+18 -0) _...and 3 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:23:53 +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#936
No description provided.