dive icon indicating copy to clipboard operation
dive copied to clipboard

Add scrolling to layers pane

Open moaimullet opened this issue 2 years ago • 4 comments

Hi,

I made some changes to handle scrolling when the Layers section is active. I learned Go while doing this so I probably did not do everything The Right Way (tm).. You may need to rewrite some of it (not sure if the extra Buffer is needed in LayerSetState for instance). But it seems to work fine.

Regards, Teague

Related issue: #469

moaimullet avatar Sep 27 '23 09:09 moaimullet

Any news about it ? Latest docker image still have the issue :(

rroblik avatar Jan 04 '24 10:01 rroblik

@rroblik build #473 from source, dive hasn't had a new release for a while.

mark2185 avatar Jan 04 '24 11:01 mark2185

Thanks Luka,

Sorry but I don't find the "how to do" such build, do you have any help link ?

Thanks

rroblik avatar Jan 04 '24 13:01 rroblik

@rroblik currently the simplest way to do it would to have golang installed, clone the repo (and checkout that branch), cd into it and run go run main.go <name-of-your-docker-image>.

mark2185 avatar Jan 05 '24 09:01 mark2185