Connect to aoba grpc server and retreive data
This commit is contained in:
@@ -5,7 +5,6 @@ use dioxus::prelude::*;
|
||||
pub fn Home() -> Element {
|
||||
rsx! {
|
||||
div { id: "content",
|
||||
"This is home"
|
||||
Search { },
|
||||
MediaGrid { }
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ pub fn Login() -> Element {
|
||||
id: "centralModal",
|
||||
form{
|
||||
Input { type : "text", name: "username", label: "Username" },
|
||||
Input{ type : "password", name: "password", label: "Password" },
|
||||
Input { type : "password", name: "password", label: "Password" },
|
||||
Button{text: "Login!"}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user