feat(ui): Edit series support

This commit is contained in:
2024-12-02 15:31:12 -07:00
parent adb1f07fd0
commit 188d781b0d
9 changed files with 345 additions and 48 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ mod tests {
assert_eq!(Size::Small.to_percent(), (40, 40));
assert_eq!(Size::Medium.to_percent(), (60, 60));
assert_eq!(Size::Large.to_percent(), (75, 75));
assert_eq!(Size::Long.to_percent(), (65, 80));
assert_eq!(Size::Long.to_percent(), (65, 75));
}
#[test]