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 */ /** Format: date-time */
createdAt: string; createdAt: string;
actorName?: string; actorName?: string;
documentTitle?: string;
}; };
PageNotificationDTO: { PageNotificationDTO: {
/** Format: int64 */ /** Format: int64 */