feat(spaces): smooth reorder animation

This commit is contained in:
2026-04-08 20:52:39 +05:30
committed by hodlbod
parent 9f386f6968
commit 9453bff297
+2
View File
@@ -1,5 +1,6 @@
<script lang="ts">
import {onMount, tick} from "svelte"
import {flip} from "svelte/animate"
import {derived as _derived} from "svelte/store"
import {dec, insertAt, removeAt, sleep} from "@welshman/lib"
import type {RelayProfile} from "@welshman/util"
@@ -247,6 +248,7 @@
<Divider>Your spaces</Divider>
{#each filteredUserUrls as url (url)}
<div
animate:flip={{duration: 250}}
class:opacity-60={draggedUrl === url}
draggable="true"
role="listitem"