✨ update justfile
🐛 fix theming 📝 change some wording
This commit is contained in:
@@ -42,6 +42,10 @@ impl Component for App {
|
||||
type Message = Msg;
|
||||
type Properties = ();
|
||||
|
||||
fn create(_ctx: &Context<Self>) -> Self {
|
||||
Self { node_ref: NodeRef::default(), navbar_active: false }
|
||||
}
|
||||
|
||||
fn update(&mut self, _ctx: &Context<Self>, msg: Self::Message) -> bool {
|
||||
match msg {
|
||||
Msg::ToggleNavbar => {
|
||||
@@ -51,10 +55,6 @@ impl Component for App {
|
||||
}
|
||||
}
|
||||
|
||||
fn create(_ctx: &Context<Self>) -> Self {
|
||||
Self { node_ref: NodeRef::default(), navbar_active: false }
|
||||
}
|
||||
|
||||
fn view(&self, _ctx: &Context<Self>) -> Html {
|
||||
html! {
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user