Recipes
Worked examples for the most common data sources and layout tweaks.
- git logShell out to git and parse the output.
- GitHub APIMap REST /repos/{owner}/{repo}/commits to Commit[].
- isomorphic-gitRead commits in-browser from a cloned repo.
- Working tree rowShow uncommitted work as a synthetic top row.
- Custom columnsPair the gutter with your own table layout.
- Commit detail drawerRender a right-side drawer with a render-prop; minimal and decoupled-controlled examples.
- Filtering commitsHide commits with a predicate; edges rewrite through the hidden DAG.