docs: real screenshots in README + SCREENSHOTS gallery#48
Conversation
Replaces the SVG-mockup placeholder guidance with six actual screenshots captured from v0.15.4 on Windows 11: - profiles-tab.png (hero: status dots, drive chip, themed gauge, 4-button card) - tray-menu.png + tray-menu-tooltip.png - tray-profile-submenu.png (full per-profile detail + actions) - add-cloud-remote.png (nine providers) - settings-tab.png Changes: - docs/SCREENSHOTS.md rewritten as a captioned gallery pointing at docs/screenshots/. - README gains a Screenshots section (profiles tab, tray menu, add cloud remote) with a link to the full gallery. - Fixed stale "Four tabs" -> "Five tabs" (Activity tab added in v0.12.0) and refreshed the per-tab descriptions to match the current UI (status dots, filters, colour-coded activity). Docs-only; no CHANGELOG bump so this doesn't cut a redundant binary release. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request updates the documentation to reflect the addition of a fifth tab ("Activity") in the main window and replaces placeholder mockup instructions in docs/SCREENSHOTS.md with actual screenshots and descriptions of the Pixelpipe UI. The review feedback suggests adding a missing reference to the tray menu tooltip screenshot, hyphenating "dark-themed" for grammatical consistency, and aligning the alt text of the cloud remote screenshot with the section header and README.md.
| diagnostics-repair.png | ||
| bandwidth-menu.png | ||
| ``` | ||
|  |
There was a problem hiding this comment.
The PR description mentions that tray-menu-tooltip.png was captured as one of the six screenshots, but it is currently not referenced or displayed in the screenshots gallery. Consider adding it under the Tray menu section to showcase the live status tooltip.
|  | |
|  | |
| Hovering over the tray icon displays a live status tooltip: | |
|  |
| 3. `P:\` visible in This PC. | ||
| 4. Diagnostics / repair window. | ||
| 5. Bandwidth limit submenu. | ||
| The dashboard. Each profile is a card with a status dot, drive-letter chip, mounted/unmounted pill, a dark themed storage gauge, live transfer-quota / session / speed numbers, and the four primary actions (Mount / Full cache / Unmount / Open). The status strip across the top shows global status, rclone, WinFsp, and transfer-quota chips — each with its own colour dot. |
There was a problem hiding this comment.
Hyphenate "dark themed" to "dark-themed" when used as a compound modifier before the noun "storage gauge" to maintain grammatical consistency.
| The dashboard. Each profile is a card with a status dot, drive-letter chip, mounted/unmounted pill, a dark themed storage gauge, live transfer-quota / session / speed numbers, and the four primary actions (Mount / Full cache / Unmount / Open). The status strip across the top shows global status, rclone, WinFsp, and transfer-quota chips — each with its own colour dot. | |
| The dashboard. Each profile is a card with a status dot, drive-letter chip, mounted/unmounted pill, a dark-themed storage gauge, live transfer-quota / session / speed numbers, and the four primary actions (Mount / Full cache / Unmount / Open). The status strip across the top shows global status, rclone, WinFsp, and transfer-quota chips — each with its own colour dot. |
|
|
||
| Nine first-class providers plus custom rclone remotes. OAuth providers (Drive, OneDrive, Dropbox, Box) complete sign-in through the rclone config terminal; the rest collect credentials in an in-app form and never put secrets on the command line. | ||
|
|
||
|  |
There was a problem hiding this comment.
Summary
Wires the six v0.15.4 screenshots you captured into the README and turns the placeholder `docs/SCREENSHOTS.md` into a real captioned gallery.
Docs-only. No CHANGELOG bump on purpose — the README renders from the repo on GitHub, and bumping the version would cut a binary release identical to v0.15.4.
Test plan
🤖 Generated with Claude Code