feat: Update translations, add pdf view to document edit page

This commit is contained in:
Anton Stubenbord
2023-10-24 15:37:43 +02:00
parent 652abb6945
commit cb4839f5a3
40 changed files with 804 additions and 609 deletions

View File

@@ -70,7 +70,9 @@ class _AppLogsPageState extends State<AppLogsPage> {
),
),
appBar: AppBar(
title: Text(S.of(context)!.appLogs(formattedDate)),
title: Text(S
.of(context)!
.appLogs(formattedDate)), //TODO: CHange to App-Logs in german
actions: [
if (state is AppLogsStateLoaded)
IconButton(