Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Mark as Unread #12254

Merged
merged 39 commits into from
Mar 19, 2024
Merged

Mark as Unread #12254

merged 39 commits into from
Mar 19, 2024

Commits on Feb 15, 2024

  1. Support the mark as unread flag

    dbkr committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    cc7065a View commit details
    Browse the repository at this point in the history
  2. Add mark as unread menu option

    and make clering notifications also clear the unread flag
    dbkr committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    eb58431 View commit details
    Browse the repository at this point in the history
  3. Mark as read on viewing room

    dbkr committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    e87b938 View commit details
    Browse the repository at this point in the history
  4. Tests

    dbkr committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    7da410d View commit details
    Browse the repository at this point in the history
  5. Remove random import

    dbkr committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    6a98b43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5474696 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    2d00c14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca88013 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0afc9be View commit details
    Browse the repository at this point in the history
  4. New icon for mark as unread

    dbkr committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    3be0a5d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    406fbee View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    dc17850 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    31e3c67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6515e49 View commit details
    Browse the repository at this point in the history
  3. Cast to boolean before checking

    to avoid setting state unnecessarily
    dbkr committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    4bc6ea8 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Typo

    Co-authored-by: Richard van der Hoff <[email protected]>
    dbkr and richvdh authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ad3dfd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e161e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f057de8 View commit details
    Browse the repository at this point in the history
  4. Doc const exports

    dbkr committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    2ced1d6 View commit details
    Browse the repository at this point in the history
  5. Remove listener on destroy

    dbkr committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    86870d2 View commit details
    Browse the repository at this point in the history
  6. Add playwright test

    dbkr committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    716a2e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Clearer language, hopefully

    dbkr committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    523b142 View commit details
    Browse the repository at this point in the history
  2. Move comment

    dbkr committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d8aca51 View commit details
    Browse the repository at this point in the history
  3. Add reference to the MSC

    Co-authored-by: Richard van der Hoff <[email protected]>
    dbkr and richvdh authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b556a92 View commit details
    Browse the repository at this point in the history
  4. Expand on function doc

    dbkr committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e0bd722 View commit details
    Browse the repository at this point in the history
  5. Remove empty beforeEach

    dbkr committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    17eb159 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae809dc View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Fix basdges to not display dots in room sublists again

    and hopefully rename the forceDot option to something that better
    indicates what it does, and add tests.
    dbkr committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ff7d281 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50ba376 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    f88a53f View commit details
    Browse the repository at this point in the history
  2. Missing word (several times...)

    dbkr committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    60f8fc7 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    25e1722 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b418dc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Better description in doc comment

    Co-authored-by: Richard van der Hoff <[email protected]>
    dbkr and richvdh authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2454aba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ee353e View commit details
    Browse the repository at this point in the history
  3. Remove duplicate quote

    dbkr committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c4a96ad View commit details
    Browse the repository at this point in the history
  4. Use quotes consistently

    dbkr committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1e50d22 View commit details
    Browse the repository at this point in the history
  5. Better test name

    dbkr committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0eb14a3 View commit details
    Browse the repository at this point in the history
  6. c+p fail

    dbkr committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d18579c View commit details
    Browse the repository at this point in the history