Open
Description
I noticed that the responsiveness of GitUp becomes terrible when i use it on a large repo, for instance when i want to prepare a set of patches to the linux kernel. (This often involves some splitting and swapping). I think this is due to the re-rendering of the entire tree upon each change, while i'm only interested in the very top of it. Would it perhaps be possible to limit this view to show only commits up to a specific point in the history in order to increase the speed into usable levels?