Manage application statuses within vacancy
Vacancy name
dispatch('close')}>
{#each states as state, i} {#if state}
{ dragover(ev, i) }} on:drop|preventDefault={() => { move(i) }} on:dragstart={() => { dragStateInitialPosition = selected = i dragState = states[i]._id }} on:dragend={() => { selected = undefined }} >
{ showPopup(ColorsPopup, {}, elements[i], (result) => { if (result) state.color = result }) }} />
{ showPopup(StatusesPopup, { kanban, state, spaceClass }, ev.target, (result) => { if (result) console.log('StatusesPopup:', result) }) }} >
{/if} {/each}