You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a grpc/react-query for this to connect the backend call for ListNotifications to the frontend
Make the menu component, there will be different notification list items like friend request, etc (see below) so likely you want to have the custom list items and a default one.
Add icon to navigation and connect it up
write some tests
NOTE: Backend might not have everything we need, that's okay for now. Just do what we have, if you notice something missing make a note what and we can create a new ticket (or feel free to make the ticket).
DESIGN
Desktop - friend request example
Desktop - notification settings hover/click example
Mobile example
The text was updated successfully, but these errors were encountered:
We want to make it easier for users to see when an action related to them happens. There is a backend api for this you can connect to:
rpc ListNotifications(ListNotificationsReq) returns (ListNotificationsRes);
Acceptance Criteria
ListNotifications
to the frontendNOTE: Backend might not have everything we need, that's okay for now. Just do what we have, if you notice something missing make a note what and we can create a new ticket (or feel free to make the ticket).
DESIGN
Desktop - friend request example
Desktop - notification settings hover/click example
Mobile example
The text was updated successfully, but these errors were encountered: