altsem / gitu

A TUI Git client inspired by Magit
MIT License
1.66k stars 87 forks source link

refactor(ui): Add SizedWidget #158

Closed altsem closed 2 months ago

altsem commented 2 months ago

There's a lot of code in the ui module to deal with layouts and widgets of certain size. With this struct it might become simpler.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.40%. Comparing base (01ff16a) to head (319095e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #158 +/- ## ========================================== + Coverage 86.33% 86.40% +0.06% ========================================== Files 55 55 Lines 4390 4412 +22 ========================================== + Hits 3790 3812 +22 Misses 600 600 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.