Skip to content

develop to main#78

Merged
JosueBrenes merged 15 commits intomainfrom
develop
Mar 11, 2026
Merged

develop to main#78
JosueBrenes merged 15 commits intomainfrom
develop

Conversation

@JosueBrenes
Copy link
Contributor

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

  • Added a robust notifications infrastructure:
    • Defined NotificationType, notification metadata, and canonical labels in types.ts for consistent notification handling and display.
    • Implemented hooks for fetching notifications and unread counts from the ACTA API (useNotifications), marking notifications as read (useNotificationsActions), and polling for real-time updates with toast notifications (useNotificationsRealtime, useNotificationToast). [1] [2] [3] [4]
    • Introduced UI components: NotificationBell for the app header with unread count, and a notifications page with NotificationList. [1] [2]

Credential Templates and Form Improvements

  • Enhanced credential templates:
    • Added new built-in credential templates (Event Attendance, Payment Receipt, KYC Verification, Access Pass, Skill Badge, Warranty) to support more use cases.
    • Added optional iconSrc property to CredentialTemplate type and assigned icons to Escrow and Contributions templates for richer UI. [1] [2] [3]
  • Updated the dynamic credential issue form to render the template icon dynamically based on the new iconSrc property, simplifying and unifying the icon logic.

Dependencies

  • Added @radix-ui/react-popover to dependencies to support the notification popover UI.

@vercel
Copy link
Contributor

vercel bot commented Mar 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
dapp Ready Ready Preview, Comment Mar 11, 2026 2:09pm

Request Review

@JosueBrenes JosueBrenes merged commit 929863a into main Mar 11, 2026
4 checks passed
@coderabbitai
Copy link

coderabbitai bot commented Mar 11, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: a725f931-9915-447d-bf9f-08f8d68eb738

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch develop

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

JosueBrenes added a commit that referenced this pull request Mar 11, 2026
Merge pull request #78 from ACTA-Team/develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants