Skip to content

v0.1.8 — No more white page

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Aug 23:58
· 1 commit to main since this release

AI Integrator v0.1.8 — No more white page

Small follow-up to 0.1.7, from the first round of hands-on testing.

The page never goes white

A native browser page paints above every piece of the app's own HTML. So when something has to be drawn over its slot — the compact deck being dragged, the address field's suggestions, a dialog — the page has to stand down for a moment and its still shows in its place. Until now that still was taken once, at load; if that capture missed (it did on some Macs), the slot went white.

  • The surface now takes a fresh still the moment the address field takes focus, so typing shows the page as it is under the suggestions.
  • While the page stands down it is re-captured every couple of seconds (browser_tab_poster_refresh, from the tab's own camera, parked or not), so a page that keeps moving reads as near-live rather than frozen.

The deck goes anywhere

The compact deck no longer glides away from the page when you drop it there. It rests wherever you put it, the browser pane included; while it sits on the page, the page stands down under it (still refreshing) and comes back live the moment you move the deck off.

Notes

  • Everything from the v0.1.6 and v0.1.7 notes still applies.