You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, almost everything in the TUI is clickable and usable with the mouse. This makes it even more confusing, that the commit-tree only supports scrolling, but no clicking of the commits. This should be supported.
Implementation
This is the tricky part, as there are probably many changes that need to be made in how the commit-tree is built and displayed.
The text was updated successfully, but these errors were encountered:
Mouse Input in Commit Tree
Currently, almost everything in the TUI is clickable and usable with the mouse. This makes it even more confusing, that the commit-tree only supports scrolling, but no clicking of the commits. This should be supported.
Implementation
This is the tricky part, as there are probably many changes that need to be made in how the commit-tree is built and displayed.
The text was updated successfully, but these errors were encountered: