title bar
add title bar to columns with title specific to the column type. also add column deletion button Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
@@ -370,9 +370,7 @@ mod preview {
|
||||
impl DesktopSidePanelPreview {
|
||||
fn new() -> Self {
|
||||
let mut app = test_data::test_app();
|
||||
app.columns
|
||||
.columns_mut()
|
||||
.push(Column::new(vec![Route::accounts()]));
|
||||
app.columns.add_column(Column::new(vec![Route::accounts()]));
|
||||
DesktopSidePanelPreview { app }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user