Logo
Explore Help
Register Sign In
immich-app/immich
1
0
Fork 0
You've already forked immich
mirror of https://github.com/immich-app/immich.git synced 2025-12-24 01:11:32 +03:00
Code Issues Packages Projects Releases 18 Wiki Activity
Files
72ab664936926a62c82b1ec46a0c51dc663991d8
immich/web/src/lib/components/sharedlinks-page/covers/no-cover.svelte

17 lines
378 B
Svelte
Raw Normal View History

feat(web): add cover images to individual shares (#9988) * feat(web): add cover images to individual shares * Update wording in share modal * Use translation function * Add and use new translations * Fix formatting * Update with suggestions * Update test language * Update test and language file per suggestions * Fix formatting * Remove unused translation
2024-06-14 18:16:48 -05:00
<script lang="ts">
export let alt = '';
export let preload = false;
let className = '';
export { className as class };
</script>
<enhanced:img
{alt}
feat(web): improve shared link management on mobile (#11720) * feat(web): improve shared link management on mobile * fix format
2024-08-13 16:37:47 +02:00
class="z-0 rounded-xl object-cover aspect-square {className}"
feat(web): add cover images to individual shares (#9988) * feat(web): add cover images to individual shares * Update wording in share modal * Use translation function * Add and use new translations * Fix formatting * Update with suggestions * Update test language * Update test and language file per suggestions * Fix formatting * Remove unused translation
2024-06-14 18:16:48 -05:00
data-testid="album-image"
draggable="false"
loading={preload ? 'eager' : 'lazy'}
sizes="min(271px,186px)"
src="$lib/assets/no-thumbnail.png"
/>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 74ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API