refactor: cleanup struct fields, resolve clippy lints, resolve/ignore svelte lints, checks error on warn

This commit is contained in:
2026-01-14 22:55:40 -06:00
parent e83133cfcc
commit 89e1ab097d
50 changed files with 276 additions and 1114 deletions
-3
View File
@@ -10,9 +10,6 @@ pub const THUMB_WIDTH: u32 = 300;
pub const MEDIUM_WIDTH: u32 = 800;
pub const FULL_WIDTH: u32 = 1600;
/// Quality setting for WebP encoding (0-100)
const WEBP_QUALITY: u8 = 85;
/// Result of processing an uploaded image
#[derive(Debug)]
pub struct ProcessedImage {