README screenshots: real app captures replace the placeholders#26
Merged
Conversation
Replace the three "screenshot coming soon" cards with real captures of the v1.0.2 build: the Ghost Risk panel, the Find Jobs list, and the Apply view paused at the confirm gate. The shots are staged with fictional demo data (Contoso, Northwind, Woodgrove, Tailspin) so no real company sits next to a risk band and no personal data appears. Every state shown is one the shipping scorer can produce, including the Neutral-with-evidence card, since Elevated is not reachable with a single probabilistic signal. Also drop the stale swap-this-image comments, point the release badge at the live latest release instead of a hardcoded v1.0.1, and base CyberComboBox on HandyControl's dark template: the default WPF chrome rendered the Apply view's mode dropdown light-on-light and unreadable, which the screenshots exposed. Closes #16 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #16. This was the last item before flipping the repo public.
What changed
assets/ghost-score.png: the Ghost Risk panel on the Apply view, a HIGH band with its evidence lines.assets/find-jobs.png: Find Jobs results with a risk band on every posting, including one flagged HIGH and one that stays OK while still showing its evidence.assets/apply-copilot.png: the Apply view stopped at the Confirm / Cancel gate.CyberComboBoxnow bases on the HandyControl dark template the app already ships.About the data in the shots
The screenshots are the real app, staged with fictional demo data instead of live results:
Staging was a temporary env-gated hook on this machine only; it is not part of the diff. The diff ships the images, the README text, and the combo style fix.
Verified
dotnet build -c Releaseclean.🤖 Generated with Claude Code