drewdeponte / git-ps-rs

Official git-ps Rust implementation - the future of git-ps
https://git-ps.sh
MIT License
78 stars 8 forks source link

Add visualization of patch series on the left #252

Closed drewdeponte closed 10 months ago

drewdeponte commented 10 months ago

When you have a decent number of patches in a series in a stack that has other patches/patch series. It gets to be difficult to visually track the top most and bottom most patch in a patch series from the right side to the left side.

So this issue is to figure out some way to visualize the patch series on the left so that it makes it easier to visually track from the top and bottom most patch in a patch series to the indexes on the left.

drewdeponte commented 10 months ago

Given that the goal of this was to help visual tracking from right side to left side. I addressed it by adding the alternating in background color for patch series. Therefore, I am going to close this issue.

Alizter commented 10 months ago

I've seen the tweaks and I think they are a pleasant improvement. image