-
Notifications
You must be signed in to change notification settings - Fork 8
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
Notifications page #288
Notifications page #288
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@itexpert120 quick question, do we show custom notifications? specially the builddao custom notification? |
We can create custom notification and add support for it in our gateway |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please create a ticket to support custom notifications in the feed.
Left a comment
LGTM
if (!accountId) { | ||
return "Sign in with NEAR Wallet"; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we show a login button to navigate them to join
page?
Like we do for feed I guess
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this sounds like a nice addition
@itexpert120 If we can resolve merge conflict, add the login button for join page when not logged in, and create the ticket for supporting custom notification for buildhub.near, this looks good to me! |
Resolved |
* Useless fallback * Add notifications page * Resolve comments * fmt * Prompt for login on notifications page
Resolves #282
2024-05-09.07-58-33.mp4