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

Pop out of Threads Activity Centre #12136

Merged
merged 75 commits into from
Feb 7, 2024

Commits on Jan 3, 2024

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

Commits on Jan 4, 2024

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

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    8f633bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c241a1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    927eeb6 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Update supportedLevels

    florianduros committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    007c4f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f9a9d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d40d2c View commit details
    Browse the repository at this point in the history
  4. css lint

    florianduros committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f04f591 View commit details
    Browse the repository at this point in the history
  5. i18n lint

    florianduros committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    6115607 View commit details
    Browse the repository at this point in the history
  6. Fix labs subsection test

    florianduros committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c83559b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    531e10a View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    b226a08 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'florianduros/threads/labs-flag' into florianduros/threa…

    …ds/pop-out-panel
    
    # Conflicts:
    #	src/i18n/strings/en_EN.json
    florianduros committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    94ace6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3734924 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aefe979 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7f43af View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    8a5d875 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84d371f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    b120df6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27d21b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0943a1c View commit details
    Browse the repository at this point in the history
  4. Remove unused class

    florianduros committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c06a6ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eca98b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Make threads activity centre labs flag split out unread counts

    Just shows notif & unread counts for main thread if the TAC is enabled.
    dbkr committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    5b854dc View commit details
    Browse the repository at this point in the history
  2. Fix tests

    dbkr committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    ba9ad07 View commit details
    Browse the repository at this point in the history
  3. Simpler fix

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

Commits on Jan 19, 2024

  1. Open thread panel when thread clicke in Threads Activity Centre

    Hopefully this is a sensible enough way. The panel will stay open of
    course (ie. if you go to a different room & come back), but that's the
    nature of the right panel.
    dbkr committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    141cb35 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12161 from matrix-org/dbkr/open_threadpanel

    Open thread panel when thread clicked in Threads Activity Centre
    dbkr authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    662c946 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Dynamic state of room

    florianduros committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    dc954c5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12156 from matrix-org/dbkr/split_unread_counts

    Make threads activity centre labs flag split out unread counts
    dbkr authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    1e4b378 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a72dd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f30e62d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3478500 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c66da31 View commit details
    Browse the repository at this point in the history
  7. Add doc

    florianduros committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4a9619b View commit details
    Browse the repository at this point in the history
  8. Use the StatelessNotificationBadge component in ThreadsActivityCentre

    and re-use the existing NotificationLevel
    dbkr committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9db452c View commit details
    Browse the repository at this point in the history
  9. Remove unused style

    dbkr committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8d803b3 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #12167 from matrix-org/dbkr/use_stateless_notifica…

    …tion_badge
    
    Use the StatelessNotificationBadge component in ThreadsActivityCentre
    dbkr authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    09d2691 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    3279050 View commit details
    Browse the repository at this point in the history
  2. Add room sorting

    florianduros committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    777e7f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d33ffbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6683d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67550c1 View commit details
    Browse the repository at this point in the history
  6. Fix tests

    dbkr committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c9eccdc View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    d56b703 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2802f7a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

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

Commits on Jan 29, 2024

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

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    49b4aee View commit details
    Browse the repository at this point in the history
  2. Add IndicatorIcon to the TAC button (#12182)

    Add `IndicatorIcon` to the TAC button
    florianduros authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ccda3bc View commit details
    Browse the repository at this point in the history
  3. Threads don't have activity if the room is muted

    This makes it match the computation in determineUnreadState.
    Ideally this logic should all be in one place.
    dbkr committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    1ea0291 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Merge pull request #12192 from matrix-org/dbkr/honour_muted_unread

    Threads don't have activity if the room is muted
    dbkr authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    daebac6 View commit details
    Browse the repository at this point in the history
  2. Re-use doesRoomHaveUnreadThreads for useRoomThreadNotifications

    This incorporates the logic of not showing unread dots if the room
    is muted
    dbkr committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    41d392f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #12195 from matrix-org/dbkr/reuse_unread_threads

    Re-use doesRoomHaveUnreadThreads for useRoomThreadNotifications
    dbkr authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    6872cc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    872af63 View commit details
    Browse the repository at this point in the history
  5. Fox position & size of dot on the tac button

    IndicatorIcon doesn't like having the size of its icon adjusted and
    we probably shouldn't do it anyway: better to specify to the component
    what size we want it.
    dbkr committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    7e94ab0 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' into florianduros/threads/pop-out-panel

    # Conflicts:
    #	src/hooks/room/useRoomThreadNotifications.ts
    florianduros committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    97c92dd View commit details
    Browse the repository at this point in the history
  7. Merge pull request #12199 from matrix-org/dbkr/fix_tac_dot_position

    Fix position & size of dot on the tac button
    dbkr authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    19c9fcf View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. TAC: Utils tests (#12200)

    * Add tests for `doesRoomHaveUnreadThreads`
    * Add tests for `getThreadNotificationLevel`
    florianduros authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    48b4a04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5d9c33 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Add snapshot test

    dbkr committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    6b0e759 View commit details
    Browse the repository at this point in the history
  2. Fix narrow hover background on TAC button

    Make the button 32x32 (and the inner icon 24x24)
    dbkr committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    3dc60a6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #12212 from matrix-org/dbkr/tac_fix_narrow_hover

    Fix narrow hover background on TAC button
    dbkr authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7fb8349 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #12207 from matrix-org/dbkr/tac_test

    Add test for the ThreadsActivityCentre component
    dbkr authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f9608c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5f2876 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Add caption for empty TAC

    dbkr committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b934950 View commit details
    Browse the repository at this point in the history
  2. s/tac/threads_activity_centre/

    dbkr committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f144a8f View commit details
    Browse the repository at this point in the history
  3. Fix i18n & add tests

    dbkr committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    9c024c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Merge pull request #12226 from matrix-org/dbkr/tac_empty_caption

    Add caption for empty TAC
    dbkr authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    f63abc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b70511 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    c97e9e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ad891b View commit details
    Browse the repository at this point in the history
  3. Fox comments

    florianduros committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    d8d7217 View commit details
    Browse the repository at this point in the history