Peer Sommerlund

Results 33 comments of Peer Sommerlund

I think the problem is that currently lazyjj does not set a background color, it simply assumes it is black. Therefore a bright background will give bad contrast. I initially...

The current implementation is hardcoded use builtin_log_compact and expect it to have an item height of exactly 2 lines. It does use a ratatui List which allows mixed height items,...

## Proposed fix It is possible to make a PR which enables users to customize the look of the log list. This would happen in - src/ui/log_tab.rs:fn draw() - src/commander/log.rs:fn...

@Cretezy it would be nice to hear your opinion about this.

@dotdash can you rebase this PR? I would like to have this feature (or a similar one) as well. Another option is to add a command to toggle display of...

If you want to look at the change up to the changelog, they are already a separate PR https://github.com/Cretezy/lazyjj/pull/169

I will make a new version of the PR that is less confusing and shorter.

@istudyatuni or @dotdash - I need some help here. To me it seems like clippy stumbles over a line that does not exist. The error report points at line 942,...

Ok, I'll rebase and push again.

> Nice! There's a crash if one tries to rebase a change onto itself, that should have the same check that squash has. I added a proper error message display,...