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

@@ -14,6 +14,17 @@
export let itemsPerRow
export let items
/* Migtation Notes
* Requirements
* - Parent Components must be already Migrated
* - TODO: Job.root.svelte, Node.root.svelte
*
* How-To
* - Define "Plot-Slotcode" as SV5 Snippet with argument "item" in parent (!)
* - Pass new snippet as argument/prop to here
* - @render snippet in items-loop with argument == item
*/
</script>
<Row cols={{ xs: 1, sm: 2, md: 3, lg: itemsPerRow}}>