Files
zodia/tools/gen_baseline
Bendik Aagaard LynghaugandClaude Sonnet 5 641d2fe496 fix: Sky feed stale readings, redesign reading editor + peer tab header
Sky feed cards resolved their reading text from a static bundled
baseline file instead of the real community database — publishing a
reading never updated the card, in the same session or after a
restart. transit_ticker.rs now reads through the store first
(resolve_top_body), and FeedView::push updates an already-rendered
card in place instead of dropping the fresher payload.

Redesigned the reading detail editor: single-key pages get one
consolidated header (wrapping kind+title, every action as an
icon+tooltip button) and a full-width writer's-layout card instead of
a boxed form. The call button is wired to live editor-presence so it's
actually disabled (with an explanation) when no one else is present,
instead of silently no-oping on click.

Peer pages' Their Chart/Synastry/Messages tab switcher now hides
itself while a reading editor is pushed on top of the active tab,
matching how Chart/Sky's own pill filters already disappear on push.

Merged InterpKey::PlacementSign/PlacementHouse into one Placement key
(sign + house together) — one community reading per planet instead of
two. gen_baseline updated for the new merged baseline section.

Chart/Sky category filters moved into the title bar as pill buttons
(Houses/Balance dropped the search box, only Placements/Aspects need
it). Screenshot capture now renders an 800x600 window at a real 2x
scale factor instead of an oversized 1x window, and the driver script
no longer races navigation/quit against the still-in-flight async
snapshot render.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-14 21:10:05 +02:00
..