mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 12:46:42 +01:00
refactor bsp, rebalance color, BIG PLAY BUTTON
This commit is contained in:
parent
dcd6bc24a7
commit
d401870b2d
9 changed files with 215 additions and 152 deletions
|
|
@ -173,14 +173,16 @@ impl Tui {
|
|||
}
|
||||
}
|
||||
|
||||
struct Field(&'static str, String);
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
render!(|self: Field|{
|
||||
Tui::to_east("│", Tui::to_east(
|
||||
Tui::bold(true, self.0),
|
||||
Tui::bg(Color::Rgb(0, 0, 0), self.1.as_str()),
|
||||
))
|
||||
});
|
||||
//struct Field(&'static str, String);
|
||||
|
||||
//render!(|self: Field|{
|
||||
//Tui::to_east("│", Tui::to_east(
|
||||
//Tui::bold(true, self.0),
|
||||
//Tui::bg(Color::Rgb(0, 0, 0), self.1.as_str()),
|
||||
//))
|
||||
//});
|
||||
|
||||
//pub struct TransportView {
|
||||
//pub(crate) state: Option<TransportState>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue