Commit 345a485
authored
4 files changed
+19
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
18 | 26 | | |
19 | 27 | | |
20 | 28 | | |
21 | 29 | | |
22 | 30 | | |
23 | 31 | | |
24 | 32 | | |
25 | | - | |
| 33 | + | |
| 34 | + | |
26 | 35 | | |
| 36 | + | |
27 | 37 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
- .babelrc+2-1
- README.md+15-5
- app/api/gitAPI.js+28
- app/commands/commandBindings/git.js+19-4
- app/components/AceEditor/actions.js+5-13
- app/components/AceEditor/reducer.js+8-11
- app/components/DragAndDrop/actions.js+16
- app/components/DragAndDrop/index.jsx+170
- app/components/DragAndDrop/reducer.js+69
- app/components/FileTree/actions.js+8-24
- app/components/FileTree/reducer.js+59-58
- app/components/Git/actions.js+155-12
- app/components/Git/index.jsx+5-1
- app/components/Git/modals/reset.jsx+117
- app/components/Git/modals/stash.jsx+65
- app/components/Git/modals/unstash.jsx+177
- app/components/Git/reducer.js+61-11
- app/components/MenuBar/menuBarItems.js+15
- app/components/Modal/index.jsx+14-6
- app/components/Modal/modals/index.js+5-2
- app/components/Notification/actions.js+18-5
- app/components/Notification/reducer.js+2-2
- app/components/Pane/PaneAxis.jsx+66-53
- app/components/Pane/PanesContainer.jsx+2-2
- app/components/Pane/actions.js+15-23
- app/components/Pane/reducer.js+132-71
- app/components/Panel/actions.js+9-16
- app/components/Panel/reducer.js+45-46
- app/components/Tab/actions.js+11-40
- app/components/Tab/index.jsx+8-9
- app/components/Tab/reducer.js+80-52
- app/components/Workspace/actions.js+15-6
- app/components/Workspace/index.jsx+2-1
- app/components/Workspace/reducer.js+22-18
- app/containers/IDE.jsx+2-2
- app/containers/Panels.jsx+5-8
- app/containers/Utilities.jsx+3
- app/store.js+6-4
- app/styles/components/DragAndDrop.styl+6
- app/styles/components/Git.styl+45
- app/styles/components/Modal.styl+11
- app/styles/components/PaneView.styl+2-1
- app/styles/components/Workspace.styl+4
- app/styles/components/index.styl+1
- app/styles/main.styl+1
- app/styles/zindex.styl+3
- package.json+4
- yarn.lock+4.8k
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
0 commit comments