| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Recaptures 89 images against a v1.44.0 build and fixes the prose each one turned out to contradict. The pass kept finding text that no longer matched the app rather than images that were merely old: - account creation described an "Enable premium" / "Restore synced database" toggle pair that does not exist; it is a four step stepper - the customized event chip is gone, 1.44 marks the event with a pencil badge and a tooltip, and the mark matters because a redecode skips customized events - the manual price icon marks the derived total as well as the price, so a balance row carries it twice - oracle caches are managed from Manage Prices, not from settings - the address book entry is reused across chains by picking All Supported Chains, not by a toggle that was removed - the RPC node table gained a Connectivity column - the CoinLedger importer was undocumented - a GIF that no longer matched the app is replaced by two stills Framing follows the same rule throughout: crop to the subject, and crop overlays to their own bounds rather than to the page behind them. Several images needed the drawer collapsed or a taller viewport so a table did not silently lose its last column. Some pages were only reachable with staged data. Where that happened the data is one a user could genuinely create, and the recipe is recorded alongside the image. The add-validator dialog is the exception: it cannot be opened by clicking in 1.44, so its state was forced. Filed as rotki/rotki#13027. Drop that image and the two steps above it if this merges first.
| Back | FazBrowse Home | New Git URL |
Second pass over the legacy image corpus. 89 images reshot against a v1.44.0 build, one animation retired, and the prose the audit found wrong corrected alongside the pictures it belongs to. 14 images remain stale, and all but a handful are genuinely unreachable rather than merely unfinished.
The pattern worth knowing
The audit kept turning up text that no longer matched the app, not images that were merely old. A screenshot pass is a prose audit; roughly a quarter of what was inspected documented behaviour that had changed or gone.
Technique
Crop to the subject, and crop overlays to their own bounds rather than to the page behind them. Several images needed the drawer collapsed or a taller viewport so a table did not silently lose its last column — the 1400px viewport clips wide cards, and the lost column is invisible unless you go looking.
Callouts are drawn from each target's own bounding box rather than painted onto pixels, so they move when the UI moves. Where a numbered list was involved, one image per step usually beat numerals.
The global search GIF is replaced by two stills. An animation cannot be diffed against the app, which is exactly how a wrong claim survived on that page. Also drops 636 KB.
One image was re-cropped rather than reshot (redecode_status): its content was already correct for 1.44 and only the scrim padding was wrong. Cropping is not fabrication; reshooting it would have required a destructive purge of decoded events.
Staged data
Some pages could not be reached with the account as it stood. Where data was staged it is data a user could genuinely create, and the recipe is recorded next to the image:
One image is ahead of the code
staking/eth2_add_validator cannot be opened by clicking in 1.44. The Validators tab seeds a chain without choosing one, so the form falls through to the generic account branch and the public-key / index / ownership fields never render. Filed as rotki/rotki#13027 with the cause traced to a specific commit; the backend is fine.
Its state was forced from devtools to capture the form the page describes. If this merges before that fix, drop that image and the two prose steps above it — they cannot be followed until then. Everything else here stands on its own.
What remains stale, and why