Small migrations and added migration note

This commit is contained in:
Christoph Kluge
2025-06-13 14:39:55 +02:00
parent ad108b285f
commit 27ec445e54
4 changed files with 97 additions and 72 deletions

View File

@@ -17,11 +17,14 @@
Icon
} from "@sveltestrap/sveltestrap";
export let cJobs;
export let showLinks = false;
export let renderCard = false;
export let width = "auto";
export let height = "400px";
/* Svelte 5 Props */
let {
cJobs,
showLinks = false,
renderCard = false,
width = "auto",
height = "400px",
} = $props();
</script>
{#if renderCard}