mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:05:55 +00:00
use svg icon for packed article placeholders
This commit is contained in:
@@ -283,7 +283,9 @@ const Article = {
|
||||
row.setAttribute("data-content", row.getAttribute("data-content-original"));
|
||||
row.removeAttribute("data-content-original");
|
||||
|
||||
row.querySelector(".content-inner").innerHTML = " ";
|
||||
row.querySelector(".content-inner").innerHTML = `<div class="text-center">
|
||||
<img class="icon-unpack-pending" src="${App.getInitParam('icon_three_dots')}">
|
||||
</div>`
|
||||
}
|
||||
},
|
||||
view: function (id, no_expand) {
|
||||
|
||||
@@ -534,7 +534,9 @@ const Headlines = {
|
||||
<div class="content" onclick="return Headlines.click(event, ${hl.id}, true);">
|
||||
${Article.renderNote(hl.id, hl.note)}
|
||||
<div class="content-inner" lang="${hl.lang ? hl.lang : 'en'}">
|
||||
<img src="${App.getInitParam('icon_indicator_white')}">
|
||||
<div class="text-center">
|
||||
<img class="icon-unpack-pending" src="${App.getInitParam('icon_three_dots')}">
|
||||
</div>
|
||||
</div>
|
||||
<div class="intermediate">
|
||||
${Article.renderEnclosures(hl.enclosures)}
|
||||
|
||||
Reference in New Issue
Block a user