ratatui/tests
Florian Dehau 0ffea495b1 refactor: implement cascading styles
- merge `Style` and `StyleDiff` together. `Style` now is used to activate or deactivate certain
style rules not to overidden all of them.
- update all impacted widgets, examples and tests.
2020-07-17 20:58:20 +02:00
..
terminal.rs refactor(tests): rename integration tests to be able to call group of tests 2020-05-21 21:59:39 +02:00
widgets_block.rs refactor: implement cascading styles 2020-07-17 20:58:20 +02:00
widgets_chart.rs feat(text): add new text primitives 2020-07-10 22:59:24 +02:00
widgets_gauge.rs feat(terminal): Add after-draw() cursor control to Frame (#91) (#309) 2020-06-15 22:57:23 +02:00
widgets_list.rs refactor: implement cascading styles 2020-07-17 20:58:20 +02:00
widgets_paragraph.rs feat(text): add new text primitives 2020-07-10 22:59:24 +02:00
widgets_table.rs feat(terminal): Add after-draw() cursor control to Frame (#91) (#309) 2020-06-15 22:57:23 +02:00
widgets_tabs.rs feat(text): add new text primitives 2020-07-10 22:59:24 +02:00