mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 14:07:59 -06:00
feat: Finalize bulk edits and reworked form fields
This commit is contained in:
@@ -36,3 +36,9 @@ extension DateHelpers on DateTime {
|
||||
yesterday.year == year;
|
||||
}
|
||||
}
|
||||
|
||||
extension StringNormalizer on String {
|
||||
String normalized() {
|
||||
return trim().toLowerCase();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user