ratatui/tests
Yuri Astrakhan 3f9935bbcc
chore: Minor lints, making Clippy happier (#189)
- `Default::default` is hard to read
- a few `map` -> `map_or`
- simplified `match` -> `let-if`

Signed-off-by: Yuri Astrakhan <YuriAstrakhan@gmail.com>
2023-05-21 20:45:37 -07:00
..
backend_termion.rs feat(terminal)!: add inline viewport (#114) 2023-04-17 14:23:50 +02:00
border_macro.rs feat(border): add border! macro for easy bitflag manipulation (#11) 2023-05-21 15:26:39 -07:00
terminal.rs chore(cargo): update project metadata (#94) 2023-03-17 17:03:49 +01:00
widgets_barchart.rs chore(cargo): update project metadata (#94) 2023-03-17 17:03:49 +01:00
widgets_block.rs feat(block): support placing the title on bottom (#36) 2023-04-13 22:24:31 +02:00
widgets_calendar.rs feat(calendar): add calendar widget (#138) 2023-04-26 23:02:35 +02:00
widgets_canvas.rs chore: Minor lints, making Clippy happier (#189) 2023-05-21 20:45:37 -07:00
widgets_chart.rs chore(cargo): update project metadata (#94) 2023-03-17 17:03:49 +01:00
widgets_gauge.rs chore(cargo): update project metadata (#94) 2023-03-17 17:03:49 +01:00
widgets_list.rs refactor(text): replace Spans with Line (#178) 2023-05-18 20:21:43 +02:00
widgets_paragraph.rs refactor(text): replace Spans with Line (#178) 2023-05-18 20:21:43 +02:00
widgets_table.rs refactor(text): replace Spans with Line (#178) 2023-05-18 20:21:43 +02:00
widgets_tabs.rs refactor(text): replace Spans with Line (#178) 2023-05-18 20:21:43 +02:00