ratatui-org / ratatui

Rust library that's all about cooking up terminal user interfaces (TUIs) 👨‍🍳🐀
https://ratatui.rs
MIT License
8.96k stars 274 forks source link

feat!: Make Stylize's `.bg(color)` generic #1103

Closed kdheepak closed 1 month ago

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 94.3%. Comparing base (f429f68) to head (839c134).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1103 +/- ## ===================================== Coverage 94.3% 94.3% ===================================== Files 60 60 Lines 14757 14757 ===================================== Hits 13917 13917 Misses 840 840 ```

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

kdheepak commented 2 months ago

This should be merged before v0.27.0

kdheepak commented 1 month ago

This should be ready to merge now.