feat(annotations): resize and move annotations in document view #235

Merged
marcel merged 25 commits from feat/issue-233-annotation-resize-move into main 2026-04-14 14:55:28 +02:00
Showing only changes of commit 26c7181ba4 - Show all commits

View File

@@ -49,6 +49,8 @@ public enum ErrorCode {
// --- Annotations ---
/** The annotation with the given ID does not exist. 404 */
ANNOTATION_NOT_FOUND,
/** The annotation position/size could not be saved. 500 */
ANNOTATION_UPDATE_FAILED,
// --- Transcription Blocks ---
/** The transcription block with the given ID does not exist. 404 */