theseus/bundled-addons/screenshot
Local Dev 71b803e020 fix(theseus/screenshot): 0.5.1 — hide "Loading capture" for real + centre the tool bar
Two things the shipped 0.5.0 got wrong:

- `.empty { display: flex }` overrode the plain `[hidden]` attribute the
  init flow sets after the image draws, so the "Loading capture…" pill
  stayed visible on top of the finished capture. Global rule
  `[hidden] { display: none !important }` takes it out.

- Tool bar was left-aligned; older editor iterations grouped the drawing
  tools / swatches / widths / undo-redo in the centre of the bar, which
  read better in a narrow sidebar. Adds `.toolbar { justify-content: center }`;
  the topbar's back / max / sound / name / save / copy stay edge-anchored.

Version bump so the OTA update endpoint picks it up on the next tick.
2026-09-09 02:33:45 +02:00
..
addon.json fix(theseus/screenshot): 0.5.1 — hide "Loading capture" for real + centre the tool bar 2026-09-09 02:33:45 +02:00
editor.css fix(theseus/screenshot): 0.5.1 — hide "Loading capture" for real + centre the tool bar 2026-09-09 02:33:45 +02:00
editor.html feat(theseus/screenshot): 0.5.0 — sidebar-first editor, direct save/copy, sounds 2026-09-09 00:56:41 +02:00
editor.js feat(theseus/screenshot): 0.5.0 — sidebar-first editor, direct save/copy, sounds 2026-09-09 00:56:41 +02:00
index.js feat(theseus/screenshot): 0.5.0 — sidebar-first editor, direct save/copy, sounds 2026-09-09 00:56:41 +02:00
panel-preload.js feat(theseus/screenshot): bundled screenshot add-on (visible / full page / region) 2026-09-07 00:18:48 +02:00
panel.html feat(theseus/screenshot): 0.5.0 — sidebar-first editor, direct save/copy, sounds 2026-09-09 00:56:41 +02:00