Conversation
Merge pull request #75 from ACTA-Team/develop
feat: add more built-in credential templates
Feat/notification module
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Merge pull request #78 from ACTA-Team/develop
This pull request introduces a comprehensive notifications system for the dashboard, including notification types, hooks for fetching and managing notifications, UI components for displaying notifications and real-time updates, and improvements to credential templates and form rendering. The main themes are the addition of a full-featured notifications infrastructure and enhancements to the credential issuing experience.
Notifications System
NotificationType, notification metadata, and canonical labels intypes.tsfor consistent notification handling and display.useNotifications), marking notifications as read (useNotificationsActions), and polling for real-time updates with toast notifications (useNotificationsRealtime,useNotificationToast). [1] [2] [3] [4]NotificationBellfor the app header with unread count, and a notifications page withNotificationList. [1] [2]Credential Templates and Form Improvements
iconSrcproperty toCredentialTemplatetype and assigned icons to Escrow and Contributions templates for richer UI. [1] [2] [3]iconSrcproperty, simplifying and unifying the icon logic.Dependencies
@radix-ui/react-popoverto dependencies to support the notification popover UI.