move columns ui

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-01-09 12:42:37 -05:00
parent 6647e7dc3f
commit 1d6da3ba0d
3 changed files with 228 additions and 11 deletions

View File

@@ -447,6 +447,7 @@ pub fn render_nav(
get_active_columns_mut(ctx.accounts, &mut app.decks_cache),
ctx.accounts.get_selected_account().map(|a| &a.pubkey),
nav.routes(),
col,
)
.show(ui),
NavUiType::Body => render_nav_body(ui, app, ctx, nav.routes().last().expect("top"), col),