wip: toggling visibility of newly added download

This commit is contained in:
2025-06-04 22:12:06 -05:00
parent b6bc1645b4
commit 5ca0cd651d
5 changed files with 55 additions and 14 deletions

View File

@@ -5,7 +5,7 @@
<turbo-stream action="append" target="active_downloads">
<template>
<twig:DownloadListRow download="{{ entity }}" />
<twig:DownloadListRow download="{{ entity }}" isBroadcasted="true" />
</template>
</turbo-stream>
{% endblock %}
@@ -35,7 +35,7 @@
<turbo-stream action="prepend" target="complete_downloads">
<template>
<twig:DownloadListRow download="{{ entity }}" />
<twig:DownloadListRow download="{{ entity }}" :isBroadcasted="true" />
</template>
</turbo-stream>
{% endif %}