add sensor values

This commit is contained in:
Romulus21
2024-12-06 23:58:13 +01:00
parent ba67b0becd
commit f12ab66d55
10 changed files with 199 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
use leptos::*;
//use leptos_meta::*;
use leptos_meta::*;
use leptos_router::*;
#[server(GetLinksAction, "/api", "GetJson")]
@@ -70,6 +70,7 @@ pub fn Links() -> impl IntoView {
};
view! {
<Title text="Liens"/>
<ul class="flex flex-wrap gap-5 m-5 justify-center">
<Suspense fallback=move || view! {<p>"Loading Comments from the article"</p> }>
<ErrorBoundary fallback=|_| {