feat: Show editor name in transcription read mode status bar #192
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The transcription read mode status bar (#177) shows "Zuletzt bearbeitet: {time}" but not the user name. The
TranscriptionBlockAPI response includesupdatedByas a UUID, but resolving it to a display name requires either:/api/documents/{id}/transcription-blocksendpoint to includeupdatedByNamein the responseAcceptance criteria
updatedBygracefully (e.g., show only the date)Context
Deferred from #177 to keep the initial read mode implementation lean.