QuokkaStake / tmtop

A top-like chain consensus and chain info visualizer for all Tendermint chains.
58 stars 34 forks source link

feature request: show most recent steps on the left hand side #24

Closed PFC-developer closed 3 months ago

PFC-developer commented 3 months ago

feature request: show most recent steps on the left hand side

freak12techno commented 3 months ago

@PFC-developer can you elaborate on what do you mean by that?

PFC-developer commented 3 months ago

so when you press the 'tab' button the rounds go from left to right, with new rounds being created off the page potentially. I'd like the new rounds to be on the left hand side.

ie.

validator | round n | round n-1 | round n-2

instead of

validator | round 0 | round 1 | ...
freak12techno commented 3 months ago

@PFC-developer ah, so basically invert rounds horizontally?

PFC-developer commented 3 months ago

yep

freak12techno commented 3 months ago

Makes sense. As of now, tmtop has this feature on the latest round mode, when you press T, it'd transpose the validators list so they'd fill columns first instead of rows. I was thinking of using the same hotkey to switch. Do you think that this would be nice? Also, thanks for raising this, I already can see a case where this might be useful.

freak12techno commented 3 months ago

@PFC-developer can you check the linked PR and verify if it works for you? (still need to add help/readme entries, but the main job should be done) basically, build from branch, press Tab to enter the all rounds mode, press T to transpose

PFC-developer commented 3 months ago

looks good.