wip: toggling visibility of newly added download
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user