Commit 8be59ef
committed
Refit graph view when filtering
When filtering the nodes displayed on the visualisation graph, re-"fit"
the view so that all nodes that are visible after the filter has been
applied are fit within the viewport.
The filter is now applied 500ms after the user finishes typing. This
avoids queueing up multiple "fits" as the user types, while still
providing a reasonable feedback response to their typing.1 parent 5344d50 commit 8be59ef
1 file changed
Lines changed: 14 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
65 | 74 | | |
66 | 75 | | |
67 | 76 | | |
| |||
172 | 181 | | |
173 | 182 | | |
174 | 183 | | |
| 184 | + | |
175 | 185 | | |
176 | 186 | | |
177 | 187 | | |
| |||
263 | 273 | | |
264 | 274 | | |
265 | 275 | | |
| 276 | + | |
266 | 277 | | |
267 | 278 | | |
268 | | - | |
269 | | - | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
270 | 282 | | |
271 | 283 | | |
272 | 284 | | |
| |||
0 commit comments