You've already forked joplin
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user