UX: add proper error message when loading an image fails + add detection for strict tracking protection to show an error message for that; fix #2408

This commit is contained in:
Pieter Vander Vennet 2025-06-07 01:56:15 +02:00
parent 6f66556cf3
commit 45c0f1a8d6
6 changed files with 77 additions and 13 deletions

View file

@ -3,7 +3,7 @@
</script>
<div class="relative h-80 w-60">
<div class="h-full w-full animate-pulse bg-gray-400" />
<div class="h-full w-full animate-pulse interactive" />
<div class="absolute top-0 flex h-full w-full items-center justify-center">
<Loading />
</div>