pp-planer/tests
Thorsten Bus 94170857b6 feat(export): render uploaded slide images as slide content, keep background/keyvisual as background media action
- New SlideMediaElementBuilder converts FOREGROUND (uploaded) image media
  actions into slide-content fill.media elements placed at the top of the
  slide content, so uploaded information/moderation/sermon images render as
  real content rather than a media-layer action.
- Service background and key-visual images remain BACKGROUND media actions on
  the bottom layer; song text and name-tag stay text content elements.
- Wire the builder into ProExportService and ProBundleExportService (after
  generate) and split PlaylistExportService::writeProFile into
  generate -> inject -> write via ProFileWriter so the playlist path applies
  the same rule.
- Parser library unchanged.
- Migrate export tests to the combined rule via a shared InspectsSlideFillMedia
  support trait and add SlideMediaElementTest.
2026-07-07 22:15:12 +02:00
..
e2e fix(export): copyright/blank slides, bundle-relative media, probundle injection, song links 2026-06-21 09:58:55 +02:00
Feature feat(export): render uploaded slide images as slide content, keep background/keyvisual as background media action 2026-07-07 22:15:12 +02:00
fixtures feat(songs): per-song sections + section editing; fix CCLI import bugs 2026-05-31 14:45:47 +02:00
Support feat(export): render uploaded slide images as slide content, keep background/keyvisual as background media action 2026-07-07 22:15:12 +02:00
Unit fix(ccli): parse common CCLI metadata 2026-05-10 18:54:33 +02:00
Pest.php feat(songs): per-song sections + section editing; fix CCLI import bugs 2026-05-31 14:45:47 +02:00
TestCase.php feat: Laravel 12 scaffolding with Breeze Vue + Docker setup 2026-03-01 19:25:32 +01:00