From 3418ebf4db2375e0dfe2343da57d674e1f4fd57f Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Mon, 26 Dec 2022 23:11:11 -0500 Subject: Add table navigation bar --- webapp/src/components/table.rs | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'webapp/src/components') diff --git a/webapp/src/components/table.rs b/webapp/src/components/table.rs index 403ee8d..bd49b10 100644 --- a/webapp/src/components/table.rs +++ b/webapp/src/components/table.rs @@ -87,12 +87,18 @@ impl OnlineTableInner { html! { <>
+ {center}
-

{format!("This is table {}", ctx.props().table.id)}

- } } -- cgit v1.2.3