Files
beaver-land/static/shots/PROVENANCE.md
T

10 lines
1.1 KiB
Markdown

Screenshots of the admin SPA (beaver-gateway `t/smoke` stand, fictional fixtures), the Obsidian plugin (beaver-plugin-obsidian preview scenes) and beaver-calendar (preview fixtures, the vault only lends its theme). No real data. Every shot comes as a `-light` / `-dark` pair; the docs pick the one matching their theme.
Regenerate (each repo's preview server must be up):
- admin: `bun t/smoke/shot.ts out.png /admin/... 1440 900 light|dark`; the Context tab is `/admin/conversations/<id>?view=context` (the open tab lives in the URL).
- plugin: `bun preview/shot.ts out.png "http://localhost:4174/#thread" 1100 700` (tab), `340 720` (column), `#context` at `1100 760`; add `-light` to the scene for the light theme.
- calendar: `node preview/shot.mjs out.png 'http://localhost:4173/?groupBy=due&railCollapsed=1'` (list) and `'…?railCollapsed=1#cal'` (the Calendar tab on the fixtures' busiest month) at `1100 720`; the light theme by swapping `body.theme-dark` for `theme-light` in `PROBE`.
Then `cwebp -q 82`. See beaver-land/scripts/sync-content.mjs for the content pipeline.