Streamlined grpc auth

Added ShareX Destiation on client
This commit is contained in:
2025-05-21 22:07:57 -04:00
parent acd30750a9
commit 7061b4c313
14 changed files with 155 additions and 46 deletions
+4 -7
View File
@@ -6,12 +6,9 @@ pub fn Home() -> Element {
let query = use_signal(|| "".to_string());
rsx! {
div {
id: "content",
Search {
query: query
},
MediaGrid { query: query.cloned() }
}
Search {
query: query
},
MediaGrid { query: query.cloned() }
}
}