-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
display an amount of chats with unread messages (#2317)
* added method of unreadMessages in chat * Removed question mark in translation * Add applications count example endpoint, state, badges for cabinet * Add provider.service tests * Update chat.state.ts * Update uk.json * Changed endpoint, refactored application service docs, moved method to application service, add tests * Made pendingApplications as search response, add role check * Add null-safety for template * Add test * Add support icon & fixed notification badge style * Add unreadNotificationsCount support * Removed notifications-list amount test assertions since it's managed by notifications.component * Add accepted for selection notification declination * Fixed fetching of pending application after application update and badge empty bug * Fixed changing notifications amount by tab navigation * Test enhancement * Resolved code review comments * Removed unused imports in personal-cabinet.component --------- Co-authored-by: doliinyk <denysoliinyk@outlook.com> Co-authored-by: Denys Oliinyk <68949838+doliinyk@users.noreply.github.com>
- Loading branch information
1 parent
6315311
commit f4112a7
Showing
22 changed files
with
502 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 13 additions & 5 deletions
18
src/app/shared/components/notifications/notifications.component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.