Skip to content

Commit

Permalink
update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
hackape committed Dec 16, 2016
1 parent f952316 commit 44ed360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend
Submodule frontend updated 58 files
+6 −2 .eslintrc
+11 −0 app/api/fileAPI.js
+8 −8 app/commands/commandBindings/file.js
+7 −1 app/commands/commandBindings/misc.js
+2 −0 app/commands/keymaps.js
+21 −8 app/components/Breadcrumbs/index.jsx
+2 −3 app/components/DragAndDrop/index.jsx
+27 −36 app/components/EditorWrapper/index.jsx
+0 −1 app/components/EditorWrapper/reducer.js
+68 −0 app/components/Extensions/actions.js
+93 −0 app/components/Extensions/index.jsx
+46 −0 app/components/Extensions/reducer.js
+3 −13 app/components/FileTree/actions.js
+3 −1 app/components/FileTree/index.jsx
+3 −2 app/components/Git/GitBranchWidget.jsx
+3 −3 app/components/Git/actions.js
+0 −1 app/components/MarkdownEditor/index.jsx
+52 −0 app/components/Menu/Menu.jsx
+64 −0 app/components/Menu/MenuItem.jsx
+1 −108 app/components/Menu/index.jsx
+150 −0 app/components/Modal/FilePalette/component.jsx
+2 −0 app/components/Modal/FilePalette/index.js
+14 −0 app/components/Modal/actions.js
+7 −1 app/components/Modal/index.jsx
+2 −0 app/components/Modal/modals/index.js
+15 −0 app/components/Modal/reducer.js
+49 −0 app/components/Pane/Pane.jsx
+23 −135 app/components/Pane/PaneAxis.jsx
+2 −1 app/components/Pane/PanesContainer.jsx
+60 −1 app/components/Pane/actions.js
+195 −218 app/components/Pane/reducer.js
+98 −0 app/components/Pane/selectors.js
+25 −1 app/components/Setting/reducer.js
+150 −0 app/components/Tab/TabBar.jsx
+55 −0 app/components/Tab/TabContainer.jsx
+47 −0 app/components/Tab/TabContent.jsx
+11 −3 app/components/Tab/actions.js
+3 −0 app/components/Tab/index.js
+0 −147 app/components/Tab/index.jsx
+198 −190 app/components/Tab/reducer.js
+31 −0 app/components/Tab/selectors.js
+0 −42 app/components/ThemeProvider.js
+3 −1 app/config.js
+16 −2 app/containers/Root/actions.js
+27 −6 app/containers/Root/index.jsx
+5 −0 app/index.js
+26 −6 app/store.js
+39 −0 app/styles/components/Git.styl
+2 −1 app/styles/components/Modal.styl
+8 −1 app/styles/variables.styl
+23 −6 app/utils/createI18n.js
+9 −0 app/utils/extensionReducers.js
+25 −0 app/utils/extensions.js
+38 −0 app/utils/immutableUpdate.js
+3 −0 app/utils/index.js
+7 −0 app/utils/model.js
+1 −0 package.json
+6 −0 yarn.lock

0 comments on commit 44ed360

Please sign in to comment.