draft Titan widget features

This commit is contained in:
yggverse 2025-01-22 07:38:51 +02:00
parent 133d0f39f2
commit c72da12c26
12 changed files with 343 additions and 2 deletions

View file

@ -84,6 +84,7 @@ impl Client {
// route by scheme
Ok(uri) => match uri.scheme().as_str() {
"gemini" => driver.gemini.handle(uri, feature, cancellable),
"titan" => subject.page.input.set_new_titan(|_data| todo!()),
scheme => {
// no scheme match driver, complete with failure message
let status = subject.page.content.to_status_failure();