feat(web): Fetch and cache favicons
This commit is contained in:
parent
55c1b6e4bd
commit
589dcb1cb3
6 changed files with 512 additions and 9 deletions
|
|
@ -53,7 +53,7 @@ pub async fn main() {
|
|||
app.search(search).await;
|
||||
app.active.set(false);
|
||||
crate::send(&mut app.out, PluginResponse::Finished).await;
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
@ -165,7 +165,8 @@ impl SearchContext {
|
|||
},
|
||||
..Default::default()
|
||||
}),
|
||||
).await;
|
||||
)
|
||||
.await;
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue