mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[PR #829] [MERGED] Discard note app mode #936
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#936
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:discard-note-app-mode📝 Commits (10+)
3c8a230Discard note list viewfd95bd2Discard reddot2fafc63Stop creating the default local space and handle create-local-space event0226fe3Add create local space button in cooperate pageaa54466Add handler for did-fail-load event of webviewb273e2cAdd create local space link and cancel signing in linkec2d789Add connection refused error handler for teams create pageadbeb02Fix app navigator behavior72f45d9Make header draggable for desktop app5c04ad3Upgrade 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.