mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-06 09:15:48 -06:00
feat: extract snippets into widgets, code cleanup document details
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
part of 'documents_cubit.dart';
|
||||
|
||||
@JsonSerializable()
|
||||
class DocumentsState extends PagedDocumentsState {
|
||||
class DocumentsState extends DocumentPagingState {
|
||||
@JsonKey(includeFromJson: false, includeToJson: false)
|
||||
final List<DocumentModel> selection;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user