mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-14 22:12:18 -06:00
feat: Improve notifications, add donation button, improved asn form field
This commit is contained in:
11
lib/features/notifications/models/notification_actions.dart
Normal file
11
lib/features/notifications/models/notification_actions.dart
Normal file
@@ -0,0 +1,11 @@
|
||||
import 'package:json_annotation/json_annotation.dart';
|
||||
|
||||
enum NotificationResponseButtonAction {
|
||||
openCreatedDocument,
|
||||
acknowledgeCreatedDocument;
|
||||
}
|
||||
|
||||
@JsonEnum()
|
||||
enum NotificationResponseOpenAction {
|
||||
openDownloadedDocumentPath;
|
||||
}
|
||||
Reference in New Issue
Block a user