-
Notifications
You must be signed in to change notification settings - Fork 269
Commit 5996ab5
committed
feat: remember the multi selected commit if avalible
- it is usefull for multi selection.
- like two revision compare, it will keep those selection for compare while filter changed1 parent 6764fc7 commit 5996ab5
File tree
4 files changed
+48
-0
lines changed- src
- ViewModels
- Views
4 files changed
+48
-0
lines changedLines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | + | ||
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
| |||
44 | 45 |
| |
45 | 46 |
| |
46 | 47 |
| |
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
47 | 54 |
| |
48 | 55 |
| |
49 | 56 |
| |
| |||
191 | 198 |
| |
192 | 199 |
| |
193 | 200 |
| |
201 | + | ||
202 | + | ||
203 | + | ||
204 | + | ||
205 | + | ||
206 | + | ||
207 | + | ||
194 | 208 |
| |
195 | 209 |
| |
196 | 210 |
| |
| |||
402 | 416 |
| |
403 | 417 |
| |
404 | 418 |
| |
419 | + | ||
405 | 420 |
| |
406 | 421 |
| |
407 | 422 |
| |
|
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
349 | 349 |
| |
350 | 350 |
| |
351 | 351 |
| |
352 | + | ||
353 | + | ||
354 | + | ||
355 | + | ||
356 | + | ||
357 | + | ||
352 | 358 |
| |
353 | 359 |
| |
354 | 360 |
| |
| |||
1307 | 1313 |
| |
1308 | 1314 |
| |
1309 | 1315 |
| |
1316 | + | ||
1317 | + | ||
1310 | 1318 |
| |
1311 | 1319 |
| |
1312 | 1320 |
| |
| |||
1345 | 1353 |
| |
1346 | 1354 |
| |
1347 | 1355 |
| |
1356 | + | ||
1357 | + | ||
1348 | 1358 |
| |
1349 | 1359 |
| |
1350 | 1360 |
| |
| |||
2031 | 2041 |
| |
2032 | 2042 |
| |
2033 | 2043 |
| |
2044 | + | ||
2034 | 2045 |
| |
2035 | 2046 |
| |
2036 | 2047 |
| |
|
Lines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
125 | + | ||
126 | + | ||
127 | + | ||
128 | + | ||
129 | + | ||
130 | + | ||
131 | + | ||
132 | + | ||
133 | + | ||
125 | 134 |
| |
126 | 135 |
| |
127 | 136 |
| |
| |||
145 | 154 |
| |
146 | 155 |
| |
147 | 156 |
| |
157 | + | ||
158 | + | ||
159 | + | ||
160 | + | ||
161 | + | ||
162 | + | ||
163 | + | ||
164 | + | ||
165 | + | ||
166 | + | ||
167 | + | ||
168 | + | ||
148 | 169 |
| |
149 | 170 |
| |
150 | 171 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
838 | 838 |
| |
839 | 839 |
| |
840 | 840 |
| |
841 | + | ||
841 | 842 |
| |
842 | 843 |
| |
843 | 844 |
| |
|
0 commit comments