From d1d654ebac2d51e3841675faeb56480e440f622f Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Tue, 5 Mar 2024 18:08:09 +0100 Subject: Initial commit --- frontend/src/lib/components/Card.svelte | 106 ++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 frontend/src/lib/components/Card.svelte (limited to 'frontend/src/lib/components/Card.svelte') diff --git a/frontend/src/lib/components/Card.svelte b/frontend/src/lib/components/Card.svelte new file mode 100644 index 0000000..2384799 --- /dev/null +++ b/frontend/src/lib/components/Card.svelte @@ -0,0 +1,106 @@ + + + + + + + {#if details.cover} + + {/if} + {#if !coverOnly} +
+
+

+ {details.title} +

+ {#if details.subtitle} +

+ {details.subtitle} +

+ {/if} + {#if details.favourite} +
+ +
+ {/if} +
+ +
+ +
+
+ {/if} +
+ + -- cgit v1.2.3-2-gb3c3