-
Notifications
You must be signed in to change notification settings - Fork 19
add notifications #837
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
add notifications #837
Conversation
18faf03 to
5cb876c
Compare
2eb6808 to
2b708fe
Compare
0x70b1a5
left a comment
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.
just add the wrap-anywhere class to the notif body to prevent long strings from messing up layout
| <p className="text-sm font-medium text-gray-900 dark:text-white"> | ||
| {notification.title} | ||
| </p> | ||
| <p className="text-sm text-gray-600 dark:text-gray-400 mt-1"> |
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.
add wrap-anywhere
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.
done in 748954e
Problem
Want to be able to web push notifications. Resolves #767
Solution
Add them
Testing
Try sending notifs with the chat app on desktop and mobile PWA
hyperware-ai/chat#2
Docs Update
None
Notes
None