Improved icon fetching with DriveCache disabled
Some checks failed
Run Integration Tests / test (push) Failing after 37s
Some checks failed
Run Integration Tests / test (push) Failing after 37s
This commit is contained in:
parent
43d7068c7a
commit
b17b9bc05f
6 changed files with 239 additions and 131 deletions
4
templates/text.html
Executable file → Normal file
4
templates/text.html
Executable file → Normal file
|
@ -265,8 +265,8 @@
|
|||
<div class="result_item">
|
||||
<div class="result_header">
|
||||
<div class="favicon-container">
|
||||
<img src="/static/images/placeholder.svg" data-id="{{ .FaviconID }}"
|
||||
data-full="/image/{{ .FaviconID }}_icon.webp" alt="🌐" class="favicon placeholder-img" />
|
||||
<img src="/static/images/globe.svg" data-id="{{ .FaviconID }}"
|
||||
data-full="/image/{{ .FaviconID }}_icon" alt="🌐" class="favicon placeholder-img" />
|
||||
</div>
|
||||
<div class="result-url single-line-ellipsis">
|
||||
{{ .PrettyLink.Domain }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue