diff --git a/README.md b/README.md index 661a6ac4..5d6aaea3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/images/README.md b/docs/images/README.md index 1311eaed..727762d2 100644 --- a/docs/images/README.md +++ b/docs/images/README.md @@ -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. diff --git a/docs/images/file-navigation.png b/docs/images/file-navigation.png deleted file mode 100644 index d3a618ac..00000000 Binary files a/docs/images/file-navigation.png and /dev/null differ diff --git a/docs/images/review-notes.png b/docs/images/review-notes.png deleted file mode 100644 index a715ff2b..00000000 Binary files a/docs/images/review-notes.png and /dev/null differ diff --git a/docs/images/split-view.png b/docs/images/split-view.png deleted file mode 100644 index 80961966..00000000 Binary files a/docs/images/split-view.png and /dev/null differ diff --git a/docs/images/walkthrough.png b/docs/images/walkthrough.png deleted file mode 100644 index 2ee7cf9c..00000000 Binary files a/docs/images/walkthrough.png and /dev/null differ