aboutsummaryrefslogtreecommitdiff
path: root/src/services/NotificationService.ts
AgeCommit message (Collapse)Author
2021-06-09Cleanup codeIvan Chen
2021-06-09Update src/services/NotificationService.tsbrian-tagg
Co-authored-by: Ivan Chen <ivan.if.chen@gmail.com>
2021-06-08Integrate with backendBrian Kim
2021-06-07Basic integration with APIBrian Kim
2021-05-24Fix yarn lint issuesShravya Ramesh
2020-12-29[TMA-461] Notifications Screen (#151)Ivan Chen
* renamed ProfileStack to MainStack, created initial notifications data type * cleaned up code * added notifications to redux * finished sectioned list * updated types to make more sense * finished sectioned notifications by date * updated notification type and tested mock backend integration * finished read or unread logic * minor changes * another minor fix * finished integration * moved stuff * added ability to navigate to user profile Co-authored-by: Husam Salhab <47015061+hsalhab@users.noreply.github.com>