19051aec3e
This implements a simple strategy to optimistically insert cards in columns without waiting for the column refresh. Cards will be placed at the top respecting golden cards. This uses sorting by "created at" with sorting by "updated at" for the _Not now_ column, so that the treatment everywhere is homogenous.
7 lines
264 B
Plaintext
7 lines
264 B
Plaintext
<div class="cards__list" data-drag-drop-item-container>
|
|
<div class="blank-slate blank-slate--drag card card--hide-unless-empty">
|
|
<p>Drag cards here</p>
|
|
</div>
|
|
<div class="blank-slate blank-slate--empty card--hide-unless-empty">No cards here</div>
|
|
</div>
|