mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
update page meta on Titan input request
This commit is contained in:
parent
6e6c038593
commit
8534e5c510
1 changed files with 51 additions and 39 deletions
|
|
@ -87,7 +87,8 @@ impl Gemini {
|
||||||
feature,
|
feature,
|
||||||
cancellable,
|
cancellable,
|
||||||
),
|
),
|
||||||
"titan" => self.subject.page.input.set_new_titan({
|
"titan" => {
|
||||||
|
self.subject.page.input.set_new_titan({
|
||||||
let client = self.client.clone();
|
let client = self.client.clone();
|
||||||
let subject = self.subject.clone();
|
let subject = self.subject.clone();
|
||||||
let redirects = self.redirects.clone();
|
let redirects = self.redirects.clone();
|
||||||
|
|
@ -127,7 +128,18 @@ impl Gemini {
|
||||||
}
|
}
|
||||||
todo!()*/
|
todo!()*/
|
||||||
}
|
}
|
||||||
}),
|
});
|
||||||
|
|
||||||
|
self.subject.page.title.replace("Titan input".into());
|
||||||
|
self.subject
|
||||||
|
.page
|
||||||
|
.navigation
|
||||||
|
.request
|
||||||
|
.widget
|
||||||
|
.entry
|
||||||
|
.set_progress_fraction(0.0);
|
||||||
|
self.subject.tab_page.set_loading(false);
|
||||||
|
}
|
||||||
_ => panic!(), // unexpected
|
_ => panic!(), // unexpected
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue