update viewer impl

This commit is contained in:
Anton Stubenbord
2024-01-12 22:24:08 +01:00
parent 9bca1cb6ed
commit 49ed8f43b6
12 changed files with 486 additions and 106 deletions

View File

@@ -24,10 +24,9 @@ import 'package:paperless_mobile/routing/routes/labels_route.dart';
import 'package:paperless_mobile/routing/routes/shells/authenticated_route.dart';
typedef ItemBuilder<T> = Widget Function(BuildContext context, T itemData);
class DocumentEditPage extends StatefulWidget {
const DocumentEditPage({
super.key
});
const DocumentEditPage({super.key});
@override
State<DocumentEditPage> createState() => _DocumentEditPageState();