Commit 38e8f63
Finishing sprint 3 (#34) with cleanup
* Disabled debug button
* Renamed nodes' types
* Added type updating upon loading mind maps
* Swapped Open / Save buttons.
Closes #26
* Renamed popups with BibEntry to BibTex
Closes #28
* Replaced disabling dropdown buttons
Instead their options will be disabled so that the menus can be hidden upon clicking elsewhere.
Closes #23
* Update README.md
added newer screenshot and expanded "try it out" section with gg.cmd tool instructions
* add shortcut cheat sheet
* add link to shortcuts cheat sheet
* Add ctrl + S for saving and added gg.cmd to gitignore
* Add CTRL + S
* Reworked disabling dropdowns' buttons
Their menus will be closed upon toggling anytime so that you can disable dropdowns in a tidy way.
Closes #23 (for real)
* Implemented ModalDesigner
This allows to switch bootstrap modals' layouts more generalized
* Extracted default mind maps and options
* Fixed minor bugs with extracted options
* Refactored HTTPClient default return value
The return struct contains now the code and the value of related request
* Cleaned HTTPClient
Fixed comments and added edge case handling if no citation keys were selected
* Moved rest of buttons into "General Manipulation" region
Undo / Redo / Debug buttons' click handlers are now defined in "General Element Manipulation" region
* Cleaned main.js
Fixed comments and added edge case handling if no lists of things were retrieved. Also some console logging (~ UwU)~
* Added more shortcuts
There're now shortcuts for saving and adding BibEntry / PDF nodes as children. These shortcuts work, if jsMind is active.
Closes #27
* Added cutting long nodes' topics
If there's too much text, it will be simply cut at the max length with '...'
Relates to #32
* Created a "Connection Failed" page
This shows a couple of hints about how to start the server and has a retry button. However, it's still not working with electron.
Refers to #33
* Applied suggestions to README.md
Co-authored-by: Oliver Kopp <kopp.dev@gmail.com>
* Added shortcuts documentation
Refers to #27
* fixed comments
---------
Co-authored-by: Robert Koch <Robert.Koch@Student.HTW-Berlin.de>
Co-authored-by: Oliver Kopp <kopp.dev@gmail.com>1 parent f37d2b6 commit 38e8f63
File tree
15 files changed
+881
-358
lines changed- http
- src
- jsmind/src
- mindPresets
- modals
- pages
15 files changed
+881
-358
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
| 5 | + | |
4 | 6 | | |
5 | | - | |
6 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
7 | 14 | | |
8 | 15 | | |
9 | | - | |
10 | 16 | | |
11 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
12 | 79 | | |
13 | 80 | | |
14 | 81 | | |
| |||
39 | 106 | | |
40 | 107 | | |
41 | 108 | | |
42 | | - | |
| 109 | + | |
43 | 110 | | |
44 | 111 | | |
45 | 112 | | |
46 | 113 | | |
47 | 114 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 8 | | |
13 | 9 | | |
14 | 10 | | |
15 | 11 | | |
16 | | - | |
| 12 | + | |
17 | 13 | | |
18 | 14 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
23 | 19 | | |
24 | 20 | | |
25 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
47 | | - | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | | - | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | | - | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
57 | 62 | | |
58 | 63 | | |
59 | 64 | | |
| |||
85 | 90 | | |
86 | 91 | | |
87 | 92 | | |
88 | | - | |
| 93 | + | |
89 | 94 | | |
90 | 95 | | |
91 | 96 | | |
| |||
95 | 100 | | |
96 | 101 | | |
97 | 102 | | |
98 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
99 | 107 | | |
100 | 108 | | |
101 | 109 | | |
| |||
104 | 112 | | |
105 | 113 | | |
106 | 114 | | |
107 | | - | |
108 | | - | |
109 | | - | |
| 115 | + | |
110 | 116 | | |
111 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
112 | 124 | | |
113 | 125 | | |
114 | 126 | | |
115 | 127 | | |
116 | 128 | | |
117 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
118 | 132 | | |
119 | 133 | | |
120 | 134 | | |
| |||
129 | 143 | | |
130 | 144 | | |
131 | 145 | | |
132 | | - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
133 | 150 | | |
134 | 151 | | |
135 | 152 | | |
| |||
143 | 160 | | |
144 | 161 | | |
145 | 162 | | |
146 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
147 | 167 | | |
148 | 168 | | |
149 | 169 | | |
| |||
156 | 176 | | |
157 | 177 | | |
158 | 178 | | |
159 | | - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
160 | 183 | | |
161 | 184 | | |
162 | 185 | | |
| |||
166 | 189 | | |
167 | 190 | | |
168 | 191 | | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
173 | 198 | | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
174 | 205 | | |
175 | 206 | | |
176 | 207 | | |
177 | 208 | | |
178 | 209 | | |
179 | 210 | | |
180 | | - | |
181 | | - | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
182 | 216 | | |
183 | 217 | | |
184 | 218 | | |
| |||
193 | 227 | | |
194 | 228 | | |
195 | 229 | | |
196 | | - | |
197 | | - | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
198 | 235 | | |
199 | 236 | | |
200 | 237 | | |
| |||
208 | 245 | | |
209 | 246 | | |
210 | 247 | | |
211 | | - | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
212 | 252 | | |
213 | 253 | | |
214 | 254 | | |
| |||
229 | 269 | | |
230 | 270 | | |
231 | 271 | | |
232 | | - | |
233 | | - | |
| 272 | + | |
234 | 273 | | |
235 | | - | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
0 commit comments