Ocideck/lib/services
Brenno de Winter 2c4a6f7358
Some checks failed
CI / Format · Analyze · Test (push) Has been cancelled
CI / Format · Analyze · Test (pull_request) Has been cancelled
Sync presenter annotations live, keep styling out of saved .md
Presentation fixes:
- Mirror the in-progress pen/highlighter stroke to the audience window
  live (new 'inkLive' channel) so highlights appear as they are drawn,
  not only after the pen lifts.
- Cover the macOS menu bar on the beamer: raise the audience window
  above .mainMenu level so the Apple/Wi-Fi strip no longer shows during
  a presentation.

Styling no longer lives in the file:
- generateDeck no longer embeds the ThemeProfile; a saved .md holds only
  content. The profile is inlined only for the transient audience-window
  payload (inlineStyleProfile: true), never to disk.
- On open, the app applies the active style profile (FileService.openDeck
  / activeProfileFor, DeckNotifier.loadDeck); applyMarkdown preserves the
  current profile.

Quality pass / tests green:
- Complete the consent-screen translations (English plus 7 missing
  strings per other language).
- Pass the consent gate in widget/ui-scale tests by seeding the consent
  key, so the app shell renders.
- Update markdown round-trip tests for the new default and add coverage
  for live stroke streaming and styling-free saves.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-11 19:25:05 +02:00
..
annotation_codec.dart Add project docs, EUPL licence, and open-source licence check 2026-06-07 12:19:56 +02:00
caption_service.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
description_service.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
export_service.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00
file_service.dart Sync presenter annotations live, keep styling out of saved .md 2026-06-11 19:25:05 +02:00
image_dedup_service.dart Add image-library dedupe and untagged filter, UI text scaling, table paste 2026-06-11 13:36:44 +02:00
image_reference_service.dart Add image-library dedupe and untagged filter, UI text scaling, table paste 2026-06-11 13:36:44 +02:00
image_service.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00
markdown_service.dart Sync presenter annotations live, keep styling out of saved .md 2026-06-11 19:25:05 +02:00
marp_html_service.dart Refine code slides: title outside the panel, fit-to-space, font choice 2026-06-08 14:28:04 +02:00
recovery_service.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
slide_rasterizer.dart feat: polish app icons and presentation exports 2026-06-05 00:02:51 +02:00