Dismiss Notifications does not erase the notifications from the list entirely

It may be a good option. Anyway currently you could do that using simple CSS customisation below

.user-menu .notifications .read {
  display: none;
}
11 Likes