feat(web): Fetch and cache favicons

This commit is contained in:
Paul Delafosse 2021-10-19 15:10:46 +02:00 committed by GitHub
parent 55c1b6e4bd
commit 589dcb1cb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 512 additions and 9 deletions

View file

@ -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;
}