aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/menu/notification.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix notification numberChocobozzz2023-02-141-1/+1
|
* Use + when having more than 99 notificationsChocobozzz2023-02-131-1/+1
|
* Fix client lintChocobozzz2021-08-171-4/+4
|
* User dropdown and notifications popover improvements (#3344)Kimsible2020-12-131-0/+107
* hove user dropdown on avatar and username * rename avatar-notification to notification component * use a link on mobile for notification component * add profile user dropdown and mobile notifications link as reusable active link * replace markAllAsRead inbox glyphicon to ok in notification popover * remove keyboard shortcuts from user dropdown on mobile * use common bell icon instead of inbox-full for notifications * remove duplicated notification in user dropdown since the bell appears on the right * adjust sensitive icon in user dropdown * align vertically user buttons popover and dropdown * adjust ellipsis on user display name and username in menu * adjust notification bell for mobile in menu * display background of user dropdown avatar and username for touchscreens * add right arrow indicator on mobile Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>