Bigger editor canvas, larger annotation text, plugin UI hidden in captures
- Fullscreen editor: toolbar and Save/Cancel now float above the canvas,
  which takes the entire window (1344x896 vs 1147x765 at 1440x900).
- Extension composer widened to 1100px, drawing area raised to 62vh.
- Text tool renders ~2.4x larger (strokeWidth * 12, min 24px); size
  slider now goes up to 20.
- Screenshots never contain the plugin's own UI: the background hides the
  overlay host around every captureVisibleTab (covers region capture,
  full-page tiles and recorder step screenshots); the region selector
  keeps it hidden for the whole stitch via a refcounted module.
- e2e saves a step screenshot for inspection; fixed its file download to
  resolve attachment id -> file id.

Co-Authored-By: Claude Code <noreply@anthropic.com>
1 parent 208e395 commit fb97444aa6d8ac1e6f1c1fc940bfff94c7bbe13d
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 22 hours ago
Showing 9 changed files
View
packages/extension/e2e.mjs
View
packages/extension/src/background/index.ts
View
packages/extension/src/content/index.ts
View
packages/extension/src/content/overlay/NoteComposer.vue
View
packages/extension/src/content/overlay/RegionSelector.vue
View
packages/extension/src/content/uiVisibility.ts 0 → 100644
View
packages/ui/src/AnnotationEditor.vue
View
packages/ui/src/ScreenshotViewer.vue
View
packages/ui/src/shapeDraw.ts