Feature request: Removing notifications

I see. I’m not sure that’s something that will be picked up soon, but you could very easily achieve something this with a one-line CSS addition:

.quick-access-panel {
  li.notification.read {
    display: none;
  }
}

This way, any read notification would disappear.

2 לייקים