diff --git a/client/src/components/browser.rs b/client/src/components/browser.rs index e64ebea..ef46a00 100644 --- a/client/src/components/browser.rs +++ b/client/src/components/browser.rs @@ -60,185 +60,187 @@ pub fn Browser() -> impl IntoView { view! {
Name | -Host | -Players | -Card Packs | -- |
---|---|---|---|---|
{&game.name} | -{&game.host} | -- {&game.players.to_string()} - | -- {&game.packs.len().to_string()} - | -- - - | -
Name | +Host | +Players | +Card Packs | ++ | {&game.name} | +{&game.host} | ++ {&game.players.to_string()} + | ++ {&game.packs.len().to_string()} + | ++ + + | + + } } - }) - .collect_view() - }} - -
---|