feat(#153): notification history page (/notifications) #155

Merged
marcel merged 17 commits from feature/153-notification-history into main 2026-03-29 19:12:16 +02:00
Showing only changes of commit c5dffebd0a - Show all commits

View File

@@ -1002,6 +1002,7 @@ export interface components {
/** Format: date-time */
createdAt: string;
actorName?: string;
documentTitle?: string;
};
PageNotificationDTO: {
/** Format: int64 */