mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-15 16:12:20 -06:00
Removed suggestions from inbox, added translations, added paging to inbox, visual updates, changed default matching algorithm to auto
This commit is contained in:
@@ -21,7 +21,7 @@ abstract class Label extends Equatable implements Comparable {
|
||||
@JsonKey()
|
||||
final String? match;
|
||||
@JsonKey()
|
||||
final MatchingAlgorithm? matchingAlgorithm;
|
||||
final MatchingAlgorithm matchingAlgorithm;
|
||||
@JsonKey()
|
||||
final bool? isInsensitive;
|
||||
@JsonKey()
|
||||
@@ -30,8 +30,8 @@ abstract class Label extends Equatable implements Comparable {
|
||||
const Label({
|
||||
required this.id,
|
||||
required this.name,
|
||||
required this.matchingAlgorithm,
|
||||
this.match,
|
||||
this.matchingAlgorithm,
|
||||
this.isInsensitive,
|
||||
this.documentCount,
|
||||
this.slug,
|
||||
|
||||
Reference in New Issue
Block a user