Ocideck/lib/services
Brenno de Winter 68725341a7 Add image-library dedupe and untagged filter, UI text scaling, table paste
Image library:
- "Clean up duplicates" finds byte-identical images by md5, keeps one
  file per group (preferring the most-used, then the oldest), merges
  the tags/descriptions and captions of the copies, repoints slides in
  open decks and in .md presentations on disk, and deletes the copies
  after a confirmation that lists every group.
- A header toggle filters to images without tags/description, so it is
  easy to see which ones still need attention.
- The delete warning now also lists presentations on disk that still
  reference the image (marked "not open"), next to the open decks.

Editor and accessibility (already in tree):
- Interface text scaling up to 200%, keyboard-operable panel divider,
  keyboard-first add-slide dialog, and screen-reader improvements.
- Paste a spreadsheet/CSV/markdown selection into a table cell to fill
  the whole grid.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 13:36:44 +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 Improve chart rendering and resolve theme logo paths 2026-06-08 12:18:35 +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 Improve presentation editing and playback 2026-06-09 13:28:23 +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