feat: filter source tags from gallery items, refine date/video overlays

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-19 23:57:11 -04:00
parent 64b13ac490
commit f65e40b711
3 changed files with 22 additions and 6 deletions
-1
View File
@@ -169,7 +169,6 @@
if (img.is_video) {
const play = document.createElement('div');
play.className = 'play-overlay';
play.textContent = '▶';
item.appendChild(play);
}