Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,6 @@ Git Diff Review gives you the **pull-request review experience, locally**:
- **Native and local.** A fast Electron + Vue interface backed by a Go engine that
reads Git directly and stores your reviews in local SQLite.

## See it in action

| | |
| --- | --- |
| ![File navigation and status badges](docs/images/file-navigation.png) | ![Split diff view](docs/images/split-view.png) |
| **Walk every changed file** with status, counts, and viewed tracking. | **Read split or unified diffs** with syntax highlighting. |
| ![Review notes and inline comments](docs/images/review-notes.png) | ![AI walkthrough](docs/images/walkthrough.png) |
| **Leave notes and inline comments** as you review. | **Generate an AI walkthrough** to get oriented fast. |

> Screenshots live in [`docs/images/`](docs/images/). See that folder's README for
> what each capture should show.

## Install

> **macOS on Apple Silicon.** The app is currently in beta and distributed
Expand Down
10 changes: 3 additions & 7 deletions docs/images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ captures here using the exact filenames below so the README renders them
automatically. Use PNG, retina resolution (capture at 2x), and a light UI theme
for consistency.

| File | What it should show |
| --------------------- | ------------------------------------------------------------------------------ |
| `hero.png` | The main review window: file list, a split diff, branch/commit bar, toolbar. |
| `file-navigation.png` | The changed-files sidebar with status badges, +/- counts, and viewed checkboxes. |
| `split-view.png` | A diff in split (or unified) view with syntax highlighting. |
| `review-notes.png` | A review summary and/or an inline comment on a line. |
| `walkthrough.png` | The "Generate walkthrough" AI feature in use. |
| File | What it should show |
| ---------- | ---------------------------------------------------------------------------- |
| `hero.png` | The main review window: file list, a split diff, branch/commit bar, toolbar. |

Until a file is added, its link in the README will show as a broken image — that
is expected and resolves the moment the PNG lands here.
Binary file removed docs/images/file-navigation.png
Binary file not shown.
Binary file removed docs/images/review-notes.png
Binary file not shown.
Binary file removed docs/images/split-view.png
Binary file not shown.
Binary file removed docs/images/walkthrough.png
Binary file not shown.
Loading