add add relay GUI

This commit is contained in:
Ken Sedgwick
2025-01-18 12:53:30 -08:00
parent 366ca24ac1
commit e436be400e
6 changed files with 121 additions and 18 deletions

View File

@@ -291,7 +291,7 @@ fn render_nav_body(
}
Route::Relays => {
let manager = RelayPoolManager::new(ctx.pool);
RelayView::new(manager).ui(ui);
RelayView::new(manager, &mut app.view_state.id_string_map).ui(ui);
None
}
Route::ComposeNote => {