added server and realm tabs to inventory screen

This commit is contained in:
Evan Carroll 2026-01-16 16:47:30 -06:00
parent ee425e224e
commit acab2f017d
12 changed files with 647 additions and 151 deletions

View file

@ -709,6 +709,7 @@ pub fn RealmPage() -> impl IntoView {
set_inventory_open.set(false);
})
ws_sender=ws_sender_for_inv
realm_slug=Signal::derive(move || slug.get())
/>
}
}