1 file changed
+1
-1
lines changed- .eslintrc+6-2
- app/api/fileAPI.js+11
- app/commands/commandBindings/file.js+8-8
- app/commands/commandBindings/misc.js+7-1
- app/commands/keymaps.js+2
- app/components/Breadcrumbs/index.jsx+21-8
- app/components/DragAndDrop/index.jsx+2-3
- app/components/EditorWrapper/index.jsx+27-36
- app/components/EditorWrapper/reducer.js-1
- app/components/Extensions/actions.js+68
- app/components/Extensions/index.jsx+93
- app/components/Extensions/reducer.js+46
- app/components/FileTree/actions.js+3-13
- app/components/FileTree/index.jsx+3-1
- app/components/Git/GitBranchWidget.jsx+3-2
- app/components/Git/actions.js+3-3
- app/components/MarkdownEditor/index.jsx-1
- app/components/Menu/Menu.jsx+52
- app/components/Menu/MenuItem.jsx+64
- app/components/Menu/index.jsx+1-108
- app/components/Modal/FilePalette/component.jsx+150
- app/components/Modal/FilePalette/index.js+2
- app/components/Modal/actions.js+14
- app/components/Modal/index.jsx+7-1
- app/components/Modal/modals/index.js+2
- app/components/Modal/reducer.js+15
- app/components/Pane/Pane.jsx+49
- app/components/Pane/PaneAxis.jsx+23-135
- app/components/Pane/PanesContainer.jsx+2-1
- app/components/Pane/actions.js+60-1
- app/components/Pane/reducer.js+195-218
- app/components/Pane/selectors.js+98
- app/components/Setting/reducer.js+25-1
- app/components/Tab/TabBar.jsx+150
- app/components/Tab/TabContainer.jsx+55
- app/components/Tab/TabContent.jsx+47
- app/components/Tab/actions.js+11-3
- app/components/Tab/index.js+3
- app/components/Tab/index.jsx-147
- app/components/Tab/reducer.js+198-190
- app/components/Tab/selectors.js+31
- app/components/ThemeProvider.js-42
- app/config.js+3-1
- app/containers/Root/actions.js+16-2
- app/containers/Root/index.jsx+27-6
- app/index.js+5
- app/store.js+26-6
- app/styles/components/Git.styl+39
- app/styles/components/Modal.styl+2-1
- app/styles/variables.styl+8-1
- app/utils/createI18n.js+23-6
- app/utils/extensionReducers.js+9
- app/utils/extensions.js+25
- app/utils/immutableUpdate.js+38
- app/utils/index.js+3
- app/utils/model.js+7
- package.json+1
- yarn.lock+6
0 commit comments