mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-06 00:47:09 +00:00
finalize thumbnails and add shared supported_file_types json
This commit is contained in:
@@ -49,7 +49,10 @@
|
||||
{title}:
|
||||
</div>
|
||||
{#if is_valid_function && focussed}
|
||||
<div class={current_valid ? "text-green-400" : "text-red-400"} transition:fade={{ duration: 100 }}>
|
||||
<div
|
||||
class={current_valid ? 'text-green-400' : 'text-red-400'}
|
||||
transition:fade={{ duration: 100 }}
|
||||
>
|
||||
{current_info}
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user