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…
Key outcomes from the roadmap session: • Mobile app deferred to Q4 — not enough bandwidth • Focus this quarter: core UX polish and performan…
Every action should be reachable without a mouse: • Cmd+K → command palette • J / K → navigate between dumps • E → edit focused dump • D → d…
'use client'; function DeleteButton({ id }: { id: string }) { const [isPending, startTransition] = useTransition(); return ( <button disabled={isPending} onCl…