diff --git a/frontend/src/components/LabelLayoutPreview.vue b/frontend/src/components/LabelLayoutPreview.vue index 4dbec85..4d43902 100644 --- a/frontend/src/components/LabelLayoutPreview.vue +++ b/frontend/src/components/LabelLayoutPreview.vue @@ -79,7 +79,7 @@ } /* Corner badge flagging *why* a layout failed to render - a capacity error (label.js's "bigger - code than the tape allows"/"doesn't fit on this tape") or label-layouts.js's templateContent + code than the tape allows"/"doesn't fit on this tape") or label.js's templateContent throwing "missing data" because a field it needs isn't filled in yet (see redraw()'s catch). Shows the short label directly (e.g. "too big", "missing data") rather than just an icon, so the reason reads at a glance; the full sentence is still the title tooltip. Layered on top of the @@ -113,8 +113,15 @@