-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add scrolling to layers pane #478
base: main
Are you sure you want to change the base?
Conversation
Any news about it ? Latest docker image still have the issue :( |
Thanks Luka, Sorry but I don't find the "how to do" such build, do you have any help link ? Thanks |
@rroblik currently the simplest way to do it would to have |
Fixes wagoodman#469 Fixes wagoodman#494 Fixes wagoodman#540 Refs wagoodman#473 Refs wagoodman#478 Refs wagoodman#520 Co-authored-by: st-gr <[email protected]>
Fixes wagoodman#469 Fixes wagoodman#494 Fixes wagoodman#540 Refs wagoodman#473 Refs wagoodman#478 Refs wagoodman#520 Co-authored-by: st-gr <[email protected]>
I was able to build dive from source using the Makefile:
The build artifacts should be under |
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