feat: support for drawing

This commit is contained in:
Lewis Wynne 2026-04-09 22:17:01 +01:00
parent 5be082a6a0
commit 7663237f57
6 changed files with 378 additions and 3 deletions

View file

@ -132,6 +132,10 @@ mod tests {
captcha_answer: String::new(),
captcha_exact: false,
captcha_casesensitive: false,
enable_drawings: false,
label_drawing: "Draw (optional):".into(),
canvas_width: 400,
canvas_height: 200,
template: None,
separator: "---".into(),
style: String::new(),
@ -152,6 +156,7 @@ mod tests {
name: name.into(),
date: date.into(),
website: String::new(),
drawing: String::new(),
status: Status::Approved,
},
body: body.into(),