👁️
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

use new animation for card adding

+2 -1
+1 -1
src/components/deck/DraggableCard.tsx
··· 90 90 > 91 91 <div 92 92 ref={highlightRef} 93 - className="absolute inset-0 rounded bg-[var(--highlight-color)] opacity-0 pointer-events-none" 93 + className="absolute inset-0 rounded bg-amber-100 dark:bg-slate-700 opacity-0 pointer-events-none" 94 94 /> 95 95 <div className="flex items-center gap-2"> 96 96 <span className="text-gray-600 dark:text-gray-400 font-mono text-xs w-4 text-right flex-shrink-0">
+1
src/routes/profile/$did/deck/$rkey/index.tsx
··· 282 282 error: (err) => `Failed to add card: ${err.message}`, 283 283 }, 284 284 ); 285 + handleCardsChanged(new Set([cardId])); 285 286 }; 286 287 287 288 const handleDragEnd = (event: DragEndEvent) => {