feat(#61): line-by-line projector mode with parallel translations - #90
Open
TheMaestr-o wants to merge 1 commit into
Open
feat(#61): line-by-line projector mode with parallel translations#90TheMaestr-o wants to merge 1 commit into
TheMaestr-o wants to merge 1 commit into
Conversation
Implement line-by-line display mode for Projector with bilingual support. - New line-by-line projector mode: current line full-size, next line preview, previous line dimmed - ×1 (solo) and ×2 (flow) modes for flexible display - Bilingual translation support: singable (full-size) and reference (dimmed) - PresenterDashboard redesign: controls below slide strip - Admin UI for language/translation_type per song part - Keyboard shortcuts: ←→ (navigate), B (blank), F (fullscreen), 1/2 (lines) - BroadcastChannel sync for two-window presenter setup - Migration 0011: Add `language` and `translation_type` to `song_parts` - `buildLineSlides()` and `swapPrimaryLang()` in format.ts for line interleaving - `SongPartDto` extended with new fields - SongEditor redesigned with translation editor - Language + translation type selectors per part - Admin API routes: POST/PATCH song parts now accept language/translationType - Updated docs/schema.md with new song_parts fields - Updated docs/api.md with new endpoint parameters - Added i18n strings in de.json and en.json - Removed ci.yml branch pollution (keep main, develop only) - Fixed admin API_URL to use env var instead of hardcoded localhost - Localized all PresenterDashboard strings - Fixed prettier formatting in api.ts - Updated screenshot baselines for new Projector and PresenterDashboard UI Closes #61 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
theDeniZ
force-pushed
the
feat/61-projector-line-by-line
branch
from
August 14, 2026 19:34
1048a48 to
5a31ffb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
lineMode,lineIndex,linesPerSlide,transition,showTranslation,showPartLabel,blank,primaryLang,allCaps)→/↓/Spacenext,←/↑prev,1/2lines per slide,Escapeexitlanguageandtranslation_typecolumns onsong_partsCloses #61