Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make a create notification page #165

Open
dvishal485 opened this issue Aug 26, 2024 · 0 comments
Open

Make a create notification page #165

dvishal485 opened this issue Aug 26, 2024 · 0 comments

Comments

@dvishal485
Copy link
Member

dvishal485 commented Aug 26, 2024

Create notification page with the following fields:

https://github.com/dtutimes/main-website-v2/blob/c17c8b691bf9ed1991d7ee1409910c93199d8651/src/types/notification.ts

export interface ClientNotificationAction {
  action: string;
  link: string;
}

export interface ClientNotification {
  title: string;
  description: string;
  actions: ClientNotificationAction[];
  link?: string;
}
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

No branches or pull requests

1 participant