Outerline 1.0-51

Summary

Build 51 combines crash-hardening and UI correctness updates for editor and sidebar interactions with liquid-glass consistency polish for toast notifications and the external-document library panel.

Fixes

  • Removed Share service entries from the editor context menu to avoid NSSharingServicePicker / ShareKit crash paths seen in TestFlight logs.
  • Removed Font menu entries from the editor context menu (font changes are not supported from this menu).
  • Fixed starred sidebar drag/reorder row foreground colors so star icon and title text stay synchronized across dark mode, light mode, and selected states.

Improvements

  • Expanded context-menu sanitization to filter unsupported system-provided items in one place, with separator cleanup to keep layout stable.
  • Updated ToastView to use shared paletteSurface glass styling instead of a standalone material background.
  • Updated ExternalDocumentLibraryPanel to use shared paletteSurface styling, replacing bespoke card material treatment.
  • Unified toast and external-document panel visuals with the app's existing palette-surface glass language, reducing visual drift between editor overlays.