add dueDate, fix icons, add CSV export, UI fixes

This commit is contained in:
2024-10-06 18:16:48 +02:00
parent fb5b17bc45
commit 0b977603da
39 changed files with 381 additions and 303 deletions
@@ -53,7 +53,7 @@ export class I18nService {
}
get(key, args: string[]): string {
get(key, args: string[] = []): string {
return this.getInternal(key, args, this.i18n, "", true);
}