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 40c8f548db - Show all commits

View File

@@ -49,7 +49,7 @@ 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 */
/** The annotation position/size could not be saved (bounds constraint violated). 400 */
ANNOTATION_UPDATE_FAILED,
// --- Transcription Blocks ---