Text box redesign, floating text control bar, and numerous bug fixes
Some checks failed
Automated Container Build / build-and-push (push) Failing after 3s
CI / Backend (Python) (push) Failing after 16s
CI / Frontend (TypeScript) (push) Failing after 4m50s

This commit is contained in:
Elijah 2026-06-12 20:02:19 -07:00
parent 4cb038ec78
commit bce3c1b420
9 changed files with 433 additions and 133 deletions

View file

@ -29,6 +29,7 @@ class TextProps(BaseModel):
italic: bool = False
lineHeight: float = 1.2
highlightColor: Optional[str] = None
styles: Optional[dict] = None
class TextAnnotation(AnnotationBase):
type: Literal["text"]