Capture live app screenshots for public docs #94
Labels
No labels
abandoned
active
audit
blocked
data-safety
difficulty:easy
difficulty:hard
difficulty:high
difficulty:medium
docs
done
duplicate
notebook-v0
open
priority:high
ready
release-critical
safe-mode
spec
spec-backlog
subsystem:api
subsystem:backlog
subsystem:bases
subsystem:ci
subsystem:command
subsystem:configuration
subsystem:consolidate
subsystem:dependencies
subsystem:desktop-electron
subsystem:diffmerge
subsystem:docker
subsystem:docs
subsystem:fuzzy
subsystem:graph
subsystem:hotkeys
subsystem:lapis
subsystem:maint
subsystem:maintenance
subsystem:markdown
subsystem:markdown-lint
subsystem:md018
subsystem:notebook
subsystem:notifications
subsystem:opfs
subsystem:package
subsystem:plugin-markdown
subsystem:plugin-tasks
subsystem:plugins
subsystem:registry
subsystem:release
subsystem:renovate
subsystem:restore
subsystem:scripts
subsystem:search
subsystem:settings
subsystem:spec
subsystem:tasks
subsystem:testing
subsystem:ui
subsystem:web
subsystem:workspace
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lapis-notes/lapis#94
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a repeatable screenshot and animated GIF pipeline for the public Lapis Notes documentation site.
Problem
The public site currently uses CSS product-evidence mockups. Those are useful for layout, but the docs need real captures from the app so help pages and the landing page reflect the current UI.
Goal
Capture still screenshots and short animated GIFs from the
e2e-vaultflow and publish them throughpackages/lapis.mdas optimized static assets.Scope
e2e-vaultin a deterministic state.Non-goals
Acceptance Criteria
Implementation Notes
Prefer Playwright-driven captures against the existing smoke/e2e vault setup. Use deterministic viewport sizes and seed data so screenshots do not churn unnecessarily.
Suggested Files or Specs To Inspect
packages/lapis.md/spec.mdpackages/lapis.md/src/pages/index.astropackages/lapis.md/src/content/docs/help/**packages/workspace/e2e/**Validation Commands
pnpm --filter @lapis-notes/lapis.md checkpnpm site:buildpnpm test:smokeFollow-up Tasks
Implementation Summary
Added a deterministic public-site media pipeline, generated landing PNGs and a command-palette GIF, replaced the landing mockups with real captures, and documented the refresh workflow plus filename/size guidance in the package spec and rendered spec page.