ratatui/examples/demo2
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
..
tabs perf(block): use Block::bordered (#1041) 2024-05-02 03:09:48 -07:00
app.rs refactor(example): remove pointless new method (#1038) 2024-04-16 21:02:39 +03:00
big_text.rs refactor: unused_imports (#974) 2024-03-03 21:41:21 -08:00
colors.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
destroy.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
errors.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
main.rs refactor(example): remove pointless new method (#1038) 2024-04-16 21:02:39 +03:00
tabs.rs feat(examples): add demo2 example (#500) 2023-09-21 01:47:23 -07:00
term.rs docs(examples): refactor demo2 (#836) 2024-01-24 11:44:16 -08:00
theme.rs feat(demo2): add destroy mode to celebrate commit 1000! (#809) 2024-01-13 15:13:50 -08:00