ratatui/examples/demo2/tabs
EdJoPaTo 366c2a0e6d
perf(block): use Block::bordered (#1041)
`Block::bordered()` is shorter than
`Block::new().borders(Borders::ALL)`, requires one less import
(`Borders`) and in case `Block::default()` was used before can even be
`const`.
2024-05-02 03:09:48 -07:00
..
about.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
email.rs feat: replace Rect::split with Layout::areas and spacers (#904) 2024-02-01 20:26:35 -08:00
recipe.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
traceroute.rs perf(block): use Block::bordered (#1041) 2024-05-02 03:09:48 -07:00
weather.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00