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

Sort muted rooms to the bottom of their section of the room list #10592

Merged
merged 39 commits into from
May 5, 2023

Commits on Apr 13, 2023

  1. muted-to-the-bottom POC

    Kerry Archibald committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b937438 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. split muted rooms in natural algorithm

    Kerry Archibald committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    5292e47 View commit details
    Browse the repository at this point in the history
  2. add previous event to account data dispatch

    Kerry Archibald committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    07606b1 View commit details
    Browse the repository at this point in the history
  3. add muted to notification state

    Kerry Archibald committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    668cf8e View commit details
    Browse the repository at this point in the history
  4. sort muted rooms to the bottom

    Kerry Archibald committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    6450a73 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. only split muted rooms when sorting is RECENT

    Kerry Archibald committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    94ed2a6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into kerry/sort-muted

    Kerry authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    4352b46 View commit details
    Browse the repository at this point in the history
  3. remove debugs

    Kerry Archibald committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    1b095d3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into kerry/sort-muted

    Kerry authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    3ed9133 View commit details
    Browse the repository at this point in the history
  5. use RoomNotifState better

    Kerry Archibald committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    acb7606 View commit details
    Browse the repository at this point in the history
  6. add default notifications test util

    Kerry Archibald committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    17c72fb View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. test getChangedOverrideRoomPushRules

    Kerry Archibald committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    e638e15 View commit details
    Browse the repository at this point in the history
  2. remove file

    Kerry Archibald committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    cd00719 View commit details
    Browse the repository at this point in the history
  3. test roomudpate in roomliststore

    Kerry Archibald committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    625e286 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. unit test ImportanceAlgorithm

    Kerry Archibald committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    b8cb050 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86194ab View commit details
    Browse the repository at this point in the history
  3. strict fixes

    Kerry Archibald committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    e44f8be View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into kerry/sort-muted

    Kerry authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    b92f410 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4a05d2 View commit details
    Browse the repository at this point in the history
  6. test recent x importance with muted rooms

    Kerry Archibald committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    4028131 View commit details
    Browse the repository at this point in the history
  7. unit test NaturalAlgorithm

    Kerry Archibald committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    f5faa5f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    097b81b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Merge branch 'develop' into kerry/sort-muted

    Kerry authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    1c81d6f View commit details
    Browse the repository at this point in the history
  2. test naturalalgorithm with muted rooms

    Kerry Archibald committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    652a41f View commit details
    Browse the repository at this point in the history
  3. strict fixes

    Kerry Archibald committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    84ea40f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Merge branch 'develop' into kerry/sort-muted

    Kerry Archibald committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    b2e9281 View commit details
    Browse the repository at this point in the history
  2. comments

    Kerry Archibald committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    bbb19f5 View commit details
    Browse the repository at this point in the history
  3. add push rules test utility

    Kerry Archibald committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    6a15a48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33a32f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. strict fixes

    Kerry Archibald committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    bfb9ed6 View commit details
    Browse the repository at this point in the history
  2. more strict

    Kerry Archibald committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    6eb155b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Merge branch 'develop' into kerry/sort-muted

    Kerry Archibald committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    c418923 View commit details
    Browse the repository at this point in the history
  2. tidy comment

    Kerry Archibald committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    0b9997c View commit details
    Browse the repository at this point in the history
  3. document previousevent on account data dispatch event

    Kerry Archibald committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    237b4ca View commit details
    Browse the repository at this point in the history
  4. simplify (?) room mute rule utilities, comments

    Kerry Archibald committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    43f3316 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Merge branch 'develop' into kerry/sort-muted

    Kerry Archibald committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    ca05e61 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

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

Commits on May 5, 2023

  1. remove debug

    Kerry Archibald committed May 5, 2023
    Configuration menu
    Copy the full SHA
    30be86f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    947f994 View commit details
    Browse the repository at this point in the history