-
Notifications
You must be signed in to change notification settings - Fork 269
Commit febb6ee
committed
feat: Mark "filter commit" in the view to Make the UI experience better
- Add commit filtering by SHA patterns and track filtered head commits.
- Add property to track if commit is a filter head in commit model.
- Add filter support to commit graph by introducing a new DotType and handling filter head commits.
- Enhance commit querying by adding support for solo commit filters in the history view.
- Add new filter dot type visualization to the commit graph.1 parent 0db270b commit febb6ee
File tree
5 files changed
+19
-3
lines changed- src
- Commands
- Models
- ViewModels
- Views
5 files changed
+19
-3
lines changedLines changed: 5 additions & 1 deletion
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 |
| |
8 | 9 |
| |
9 | 10 |
| |
10 | - | ||
11 | + | ||
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
17 | + | ||
16 | 18 |
| |
17 | 19 |
| |
18 | 20 |
| |
| |||
70 | 72 |
| |
71 | 73 |
| |
72 | 74 |
| |
75 | + | ||
73 | 76 |
| |
74 | 77 |
| |
75 | 78 |
| |
| |||
143 | 146 |
| |
144 | 147 |
| |
145 | 148 |
| |
149 | + | ||
146 | 150 |
| |
147 | 151 |
| |
148 | 152 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 | + | ||
45 | 46 |
| |
46 | 47 |
| |
47 | 48 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 | + | ||
56 | 57 |
| |
57 | 58 |
| |
58 | 59 |
| |
| |||
157 | 158 |
| |
158 | 159 |
| |
159 | 160 |
| |
160 | - | ||
161 | + | ||
162 | + | ||
163 | + | ||
161 | 164 |
| |
162 | 165 |
| |
163 | 166 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1342 | 1342 |
| |
1343 | 1343 |
| |
1344 | 1344 |
| |
1345 | - | ||
1345 | + | ||
1346 | + | ||
1347 | + | ||
1346 | 1348 |
| |
1347 | 1349 |
| |
1348 | 1350 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
230 | 230 |
| |
231 | 231 |
| |
232 | 232 |
| |
233 | + | ||
234 | + | ||
235 | + | ||
236 | + | ||
237 | + | ||
238 | + | ||
233 | 239 |
| |
234 | 240 |
| |
235 | 241 |
| |
|
0 commit comments