Messages: mark all as read

Discussion in 'Suggestions' started by TheDespaxas, Aug 6, 2021.

  1. TheDespaxas

    TheDespaxas Really Really Experienced

    Self explanatory.

    3000 notifications red dots disappear if you look at the the notification button funny, but I just spent 15 minutes scrolling down through hundreds of messages including some nearly a year old to find the ones with a background a tiny bit darker white than the others to find the 40+ ones I had skipped (90%+ discord server invite requests or various spammy stuff)

    Proposal, the same button as on the story map to make all messages show as read and remove the old message notifications.

    Secondary point that I'm too lazy to make another suggestion for.
    Either more contrast between read and unread messages or display a red 1 on the unread ones so that you can't miss them.

    Drop mic,

    Constructive ranting out!
     
    insertnamehere likes this.
  2. gene.sis

    gene.sis CHYOA Guru

    That bothers me as well.

    As a workaround, I use a CSS addon with the following changes
    Code:
    .conversation-list ol>li.unread {
      background: #999999;
    }
    
    .dropdown-messages ol>li.unread {
      background: #999999;
    }
    
    /* Conversations highlighting more visible */