feat: implement notifications system with API endpoints for fetching and marking notifications as read

This commit is contained in:
2025-12-02 11:06:31 +01:00
parent fae7615818
commit 9b84c6b9e8
8 changed files with 694 additions and 13 deletions

View File

@@ -28,7 +28,10 @@ const translations = {
notifications: {
title: "Powiadomienia",
noNotifications: "Brak powiadomień",
placeholder: "To jest miejsce na przyszłe powiadomienia"
placeholder: "To jest miejsce na przyszłe powiadomienia",
markAllRead: "Oznacz wszystkie jako przeczytane",
loading: "Ładowanie...",
justNow: "Przed chwilą"
},
// Common UI elements