When you paste content into Dump, use a small local model to auto-detect the dump type — note, code, or link — and suggest tags automaticall…
'use client'; function DeleteButton({ id }: { id: string }) { const [isPending, startTransition] = useTransition(); return ( <button disabled={isPending} onCl…