1da1a63566
Fixes 22 Detekt warnings across the codebase: - Remove 7 unused imports from UI components - Add @Suppress annotations for 4 preview functions - Define constants for 5 magic numbers - Optimize state reads with derivedStateOf (2 fixes) - Add @Suppress for long parameter list - Move WidgetSizeClass to separate file - Reformat long line in NoteEditorScreen - Suppress unused parameter and property annotations - Suppress WebDavSyncService method length/complexity with TODO for v1.9.0 refactoring Test results: - detekt: 0 warnings - lintFdroidDebug: 0 errors - Build successful Progress v1.8.0: 0 Lint errors + 0 Detekt warnings complete