Line numbers
Hi, thank you for this cool project!
What do you think about having line numbers in the file view and diff view? I saw that the blame component already has it. Is there a reason why the others don’t display line numbers?
Do you think this feature is straightforward enough for a first contribution? I guess one could roughly follow the code for the blame component to implement this for the file view?
the diff calculation and rendering will get an overhaul when I switch it to an external diffing solution. I think this will be a smart addition once that happens. I would not try to work it into the current mess
is the file view also planned for an overhaul? I saw that ratatui Spans are used atm which are deprecated.
Spans were just renamed to Row. Gitui was adapted accordingly.
This issue has been automatically marked as stale because it has not had any activity half a year. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.