Add container to drop cards when the stream is empty

This commit is contained in:
Jorge Manrubia
2025-12-04 18:07:41 +01:00
parent 3536b6fb32
commit 104bb5faa9
+3
View File
@@ -13,5 +13,8 @@
<%= with_automatic_pagination "the-stream", @page do %>
<%= render "boards/columns/list", cards: page.records, draggable: true %>
<% end %>
<% else %>
<div class="cards__list" data-drag-drop-item-container>
</div>
<% end %>
<% end %>