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

Add Element call related functionality to new room header #12091

Merged
merged 27 commits into from
Jan 31, 2024

Commits on Jan 17, 2024

  1. New room header

     - add chat button during call
     - close lobby button in lobby
     - join button if session exists
     - allow to toggle call <-> timeline during call with call button
    
    Compound style for join button in call notify toast.
    
    Signed-off-by: Timo K <toger5@hotmail.de>
    toger5 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    fac8317 View commit details
    Browse the repository at this point in the history
  2. dont show start call, join button in video rooms.

    Signed-off-by: Timo K <toger5@hotmail.de>
    toger5 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    7c328fe View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Make active call check based on participant count

    Not based on available call object
    
    Signed-off-by: Timo K <toger5@hotmail.de>
    toger5 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    fe0472e View commit details
    Browse the repository at this point in the history
  2. fix room header tests

    Signed-off-by: Timo K <toger5@hotmail.de>
    toger5 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    d11c4a7 View commit details
    Browse the repository at this point in the history
  3. fix room header tests

    Signed-off-by: Timo K <toger5@hotmail.de>
    toger5 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    d5a2525 View commit details
    Browse the repository at this point in the history
  4. remove chat button test for displaying.

    Chat button display logic is now part of the RoomHeader.
    
    Signed-off-by: Timo K <toger5@hotmail.de>
    toger5 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    0aa5e00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    770e191 View commit details
    Browse the repository at this point in the history
  6. remove duplicate notification Tread icon

    Signed-off-by: Timo K <toger5@hotmail.de>
    toger5 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    992f43e View commit details
    Browse the repository at this point in the history
  7. remove obsolete jest snapshot

    Signed-off-by: Timo K <toger5@hotmail.de>
    toger5 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    a94b95a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ca170d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Update src/components/views/rooms/RoomHeader.tsx

    Co-authored-by: Robin <robin@robin.town>
    toger5 and robintown authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    9fd8dbf View commit details
    Browse the repository at this point in the history
  2. update isECWidget logic

    Signed-off-by: Timo K <toger5@hotmail.de>
    toger5 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    5d1d1b8 View commit details
    Browse the repository at this point in the history
  3. remove dead code

    Signed-off-by: Timo K <toger5@hotmail.de>
    toger5 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    9ec0913 View commit details
    Browse the repository at this point in the history
  4. refactor call options

    Add menu to choose if there are multiple options
    
    Signed-off-by: Timo K <toger5@hotmail.de>
    toger5 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    dc1c028 View commit details
    Browse the repository at this point in the history
  5. join ec when clicking join button (dont start jitsi)

    Use icon buttons
    don't show call icon when join button is visible
    
    Signed-off-by: Timo K <toger5@hotmail.de>
    toger5 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    076df3b View commit details
    Browse the repository at this point in the history
  6. refactor isViewingCall

    Signed-off-by: Timo K <toger5@hotmail.de>
    toger5 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    0fa4ee7 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'develop' into toger5/call-new-room-header

    Signed-off-by: Timo K <toger5@hotmail.de>
    toger5 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    9d46c49 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. fix room header tests

    Signed-off-by: Timo K <toger5@hotmail.de>
    toger5 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    7f2d311 View commit details
    Browse the repository at this point in the history
  2. fix header snapshot

    Signed-off-by: Timo K <toger5@hotmail.de>
    toger5 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    2b6cb96 View commit details
    Browse the repository at this point in the history
  3. sonar proposals

    Signed-off-by: Timo K <toger5@hotmail.de>
    toger5 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    887cfaf View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Merge branch 'develop' into toger5/call-new-room-header

    Signed-off-by: Timo K <toger5@hotmail.de>
    toger5 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    f8f105e View commit details
    Browse the repository at this point in the history
  2. fix event shiftKey may be undefined

    Signed-off-by: Timo K <toger5@hotmail.de>
    toger5 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    aeecf8d View commit details
    Browse the repository at this point in the history
  3. more lobby time before timeout

    only await sticky promise on becoming sticky.
    
    Signed-off-by: Timo K <toger5@hotmail.de>
    toger5 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    5373658 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. don't allow starting new calls if there is an ongoing other call.

    Signed-off-by: Timo K <toger5@hotmail.de>
    toger5 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    0498e74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    479b4b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. review

    Signed-off-by: Timo K <toger5@hotmail.de>
    toger5 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5ac670c View commit details
    Browse the repository at this point in the history
  2. fix translation typo

    Signed-off-by: Timo K <toger5@hotmail.de>
    toger5 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    2f6dfde View commit details
    Browse the repository at this point in the history