Original PR: https://github.com/dani-garcia/vaultwarden/pull/370 Author: @BlackDex Created: 1/27/2019 Status: ✅ Merged Merged: 1/27/2019 Merged by: @dani-garcia
Base: master ← Head: favicons
master
favicons
9657463
da068a4
4de16b2
5 files changed (+304 additions, -10 deletions)
📝 Cargo.lock (+124 -0) 📝 Cargo.toml (+5 -0) 📝 src/api/icons.rs (+172 -10) 📝 src/error.rs (+2 -0) 📝 src/main.rs (+1 -0)
Cargo.lock
Cargo.toml
src/api/icons.rs
src/error.rs
src/main.rs
Changed the favicon downloader to use the main html page with <link rel="*icon*"> selection.
<link rel="*icon*">
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/370
Author: @BlackDex
Created: 1/27/2019
Status: ✅ Merged
Merged: 1/27/2019
Merged by: @dani-garcia
Base:
master← Head:favicons📝 Commits (3)
9657463Added better favicon downloader.da068a4Moved function call to get_icon_url to prevent error bubbeling4de16b2Removed unwrap and added ?📊 Changes
5 files changed (+304 additions, -10 deletions)
View changed files
📝
Cargo.lock(+124 -0)📝
Cargo.toml(+5 -0)📝
src/api/icons.rs(+172 -10)📝
src/error.rs(+2 -0)📝
src/main.rs(+1 -0)📄 Description
Changed the favicon downloader to use the main html page with
<link rel="*icon*">selection.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.