Make space reordering discoverable with smoother drag animation #171

Merged
hodlbod merged 6 commits from priyanshu_bharti/flotilla:138-space-reorder-discoverable into dev 2026-04-13 22:38:02 +00:00
Showing only changes of commit d3c1f2a35c - Show all commits
+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"
1
@@ -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"