You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tui-rs/src/widgets
Oleks (オレクス) a346704cdc
feat(block): add option to center and right align the title (#462)
* Added ability to set title alignment, added tests, modified blocks example to show the feature

* Added test for inner with title in block

* Updated block example to show center alignment

* Formatting fixed

* Updated tests to use lamdas and be more concise. Updated title alignmnet code to be more straightforward and have correct behavior when placing title in the center without left border
3 years ago
..
canvas feat(widgets/canvas): added type Block in canvas markers (#350) 4 years ago
barchart.rs fix(widgets/barchart): fix chart filled more than actual (#383) 4 years ago
block.rs feat(block): add option to center and right align the title (#462) 3 years ago
chart.rs fix(widgets/block): make Block::inner return more accurate results on small areas 4 years ago
clear.rs feat: add missing `Clone` and `Copy` on types 4 years ago
gauge.rs chore: fix clippy warnings 3 years ago
list.rs feat(widgets/listitem): derive PartialEq 4 years ago
mod.rs refactor(widgets/table): more flexible table 4 years ago
paragraph.rs refactor: implement cascading styles 4 years ago
reflow.rs fix(widgets/paragraph): handle trailing nbsp in wrapped text (#405) 4 years ago
sparkline.rs refactor: implement cascading styles 4 years ago
table.rs doc: Add doctests that shows how Text can be created from Cow<str> 3 years ago
tabs.rs refactor: implement cascading styles 4 years ago