Add app screenshots and an interactive tour to the GitHub Pages docs - #46
Merged
Merged
Conversation
- Capture 8 dark-theme screenshots of the demo workspace (dashboard, asset Record tab, asset history, releases list/detail, plan detail, work items, dependencies) at 1440x900@2x - New 'See it in action' tour section on docs/index.html: pill tabs swap the featured screenshot and caption; nav link added - Fix capability lineage badge clipping both ends of long text — the Badge flex container centers overflow, so the summary now truncates in an inner span with a proper ellipsis - Seed two open Auth Service items (ux + tech_debt) so the Record tab's derived known-issues and debt registers demo non-empty Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Y7FhGxYjnJHJ7m9MpH2dgJ
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.
Adds real product screenshots to the docs site, ready to reuse for the public codeplans.ai site.
Screenshots
Eight dark-theme captures of the demo workspace (1440×900 @2x, ~1.7 MB total) under
docs/screenshots/: dashboard, asset Record tab (v0.4.4), asset history with the version ladder, releases list, shipped release detail, code plan detail, work items, and asset dependencies. Taken against the seeded demo dataset, logged in as Alex Chen.Docs site
New "See it in action" tour section on
docs/index.html(with aTournav link): pill-style tabs swap a large framed screenshot and its caption — plain vanilla JS, no dependencies, styled to match the existing dark theme.Fixes surfaced while shooting
inline-flex justify-center overflow-hiddencontainer, so overflowing text was center-clipped with no ellipsis. The origin summary now truncates inside an innerspan.truncatewith a proper trailing ellipsis.uxbug and atech_debtitem) so the Record tab's derived known-issues and debt registers demo non-empty; seed remains idempotent.Tests: 198 passing.
🤖 Generated with Claude Code
https://claude.ai/code/session_01Y7FhGxYjnJHJ7m9MpH2dgJ
Generated by Claude Code