1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Revert: Mobile: Add note bar (#6772)

Revert commit dfd95f8385
Due to UX issues.
Ref https://discourse.joplinapp.org/t/25775/30
This commit is contained in:
Laurent Cozic
2022-09-30 11:46:26 +01:00
parent afc34b44c8
commit 44e60bdda9
21 changed files with 794 additions and 1144 deletions

View File

@@ -96,7 +96,6 @@ export interface State {
hasEncryptedItems: boolean;
needApiAuth: boolean;
profileConfig: ProfileConfig;
showMobileNotesBar: boolean;
// Extra reducer keys go here:
pluginService: PluginServiceState;
@@ -157,7 +156,6 @@ export const defaultState: State = {
},
backwardHistoryNotes: [],
forwardHistoryNotes: [],
showMobileNotesBar: false,
// pluginsLegacy is the original plugin system, which eventually was used only for GotoAnything.
// GotoAnything should be refactored to part of core and when it's done the pluginsLegacy key can
// be removed. It was originally named "plugins", then renamed "pluginsLegacy" so as not to conflict