Docs/dolt plan clarifications #1

Merged
dennisthiessen merged 34 commits from docs/dolt-plan-clarifications into main 2026-07-23 13:27:08 +02:00
Showing only changes of commit 480baf762f - Show all commits
+4 -1
View File
@@ -109,7 +109,10 @@ function Case({ title, data }: { title: string; data: FundamentalResponse }) {
}
createRoot(document.getElementById('root')!).render(
<div className="mx-auto max-w-md space-y-8 p-4">
<div className="mx-auto max-w-3xl space-y-8 p-6">
<p className="text-[11px] uppercase tracking-widest text-gray-500">
Desktop width (~768px, two columns). Resize the browser to ~390px to check mobile (single column).
</p>
<Case title="Full" data={full} />
<Case title="Partial · insufficient peers" data={partial} />
<Case title="Empty" data={empty} />