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

Only show core navigation elements (call/chat/notification/info) when a widget is maximised #7114

Merged
merged 95 commits into from
Nov 29, 2021

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    0a6c20c View commit details
    Browse the repository at this point in the history
  2. fix linter issues

    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    a9a2c41 View commit details
    Browse the repository at this point in the history
  3. fix style lint issues

    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    cb4ae5f View commit details
    Browse the repository at this point in the history
  4. Update src/components/structures/RoomView.tsx

    Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
    toger5 and jryans committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    e68c8f1 View commit details
    Browse the repository at this point in the history
  5. fix typo

    Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
    toger5 and jryans committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    8608c59 View commit details
    Browse the repository at this point in the history
  6. typo

    Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
    toger5 and jryans committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    bb543a2 View commit details
    Browse the repository at this point in the history
  7. Remove caps "AND "

    Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
    toger5 and jryans committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    4cc316d View commit details
    Browse the repository at this point in the history
  8. fix spelling

    Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
    toger5 and jryans committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    4a3b48d View commit details
    Browse the repository at this point in the history
  9. improove readibility for continue in for

    Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
    toger5 and jryans committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    5d14783 View commit details
    Browse the repository at this point in the history
  10. review fixes

    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    74f9b93 View commit details
    Browse the repository at this point in the history
  11. reuse already added icons

    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    cfbdf40 View commit details
    Browse the repository at this point in the history
  12. more container comment fixes

    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    ffb0af8 View commit details
    Browse the repository at this point in the history
  13. fix app options button

    the button was at the wrong position when feature flag is disabled
    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    1155ae9 View commit details
    Browse the repository at this point in the history
  14. remove error message

    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    cd9d193 View commit details
    Browse the repository at this point in the history
  15. fix issue not beeing able to maximise

    only widgets with a hight index in the list could be maximised
    if another widget was already maximised
    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    a76e7ec View commit details
    Browse the repository at this point in the history
  16. remove maxmimisedDrawer

     -> add the logic to the AppDrawer
    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    04e0b42 View commit details
    Browse the repository at this point in the history
  17. fix centering and overflow of appDrawer

    if maximised and right panel closed
    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    21b9549 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    38f8cfe View commit details
    Browse the repository at this point in the history
  19. right panel chat timeline

    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    4aa18f7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0df2b82 View commit details
    Browse the repository at this point in the history
  21. fix style and compile errors

    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    bddb05f View commit details
    Browse the repository at this point in the history
  22. fix highlighting and labels

    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    2ffd836 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c3a6409 View commit details
    Browse the repository at this point in the history
  24. simplify previous phase access

     - the previous phase is stored inside the RightPanelStore.sharedinstace
     and does not need to be part of the RightPanel
    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    6fb6e6d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    98adc21 View commit details
    Browse the repository at this point in the history
  26. fix linter

    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    7d8879f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1fac898 View commit details
    Browse the repository at this point in the history
  28. hide timeline card button

      - only show the timeline card button if there is a maximised widget.
    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    1bff7f0 View commit details
    Browse the repository at this point in the history
  29. review fixes

    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    0831b60 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    fdf7b9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afef1d0 View commit details
    Browse the repository at this point in the history
  3. change accent-color

    maybe that fixes the github build
    toger5 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    b06490e View commit details
    Browse the repository at this point in the history
  4. another try

    toger5 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    b3c6526 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03ec030 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a23931b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. fix room state always overriding user settings

    (and causing various issues)
    toger5 committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    0bcb881 View commit details
    Browse the repository at this point in the history
  2. fix container border width

    toger5 committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    b1ef33b View commit details
    Browse the repository at this point in the history
  3. change icons, change border width

    use the correct variable for the expan icon
    use a new variable for the container-border-width
    toger5 committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    ba4d09c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26d5cd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a8bba6 View commit details
    Browse the repository at this point in the history
  6. fix style lint

    toger5 committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    6f3a1c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa35b44 View commit details
    Browse the repository at this point in the history
  8. fix bug where a widget can be open twice

    It was possible to open the widget in the right card
    and also have it fullscreen which lead to an infint react loop,
    moving around the persistant iFrame.
    toger5 committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    7f0c5d6 View commit details
    Browse the repository at this point in the history
  9. review fixes

    ( file naming and remove image url variable)
    toger5 committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    a8d2e5e View commit details
    Browse the repository at this point in the history
  10. fix awkward ternary stack

    toger5 committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    3743b74 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c6e9c82 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    704ddc8 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Merge branch 'toger5/maximised_widgets' into toger5/maximised_widgets…

    …_rightPanel_timeline
    toger5 committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    0b9a544 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad183fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3218f3 View commit details
    Browse the repository at this point in the history
  4. clean up TimelinCard class

     and disable RearReceipts
    toger5 committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    6e1f1fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    585ffa8 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    583d754 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d782c06 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'toger5/maximised_widgets_rightPanel_timeline' into toge…

    …r5/maximised_widgets_only_core_nav
    toger5 committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    f8c1388 View commit details
    Browse the repository at this point in the history
  4. Update src/components/structures/RightPanel.tsx

    Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
    toger5 and jryans committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    d66a411 View commit details
    Browse the repository at this point in the history
  5. fix position of dispatcher

    toger5 committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    6aa2e9b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    596af16 View commit details
    Browse the repository at this point in the history
  7. fix up event tile

    toger5 committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    90e331f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8dfa940 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/toger5/maximised_widgets_rightPa…

    …nel_timeline' into toger5/maximised_widgets_rightPanel_timeline
    toger5 committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    89b6266 View commit details
    Browse the repository at this point in the history
  10. fix style

    toger5 committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    304e788 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d6ad1ae View commit details
    Browse the repository at this point in the history
  12. Merge branch 'toger5/maximised_widgets_rightPanel_timeline' into toge…

    …r5/maximised_widgets_only_core_nav
    toger5 committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    658eb7e View commit details
    Browse the repository at this point in the history
  13. remove artifacts from the previousPhase logic.

    Now we just get the previous phase by asking the RightPanelStore
    In the ThreadView directly.
    toger5 committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    65c752d View commit details
    Browse the repository at this point in the history
  14. Merge branch 'toger5/maximised_widgets_rightPanel_timeline' into toge…

    …r5/maximised_widgets_only_core_nav
    toger5 committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    756630e View commit details
    Browse the repository at this point in the history
  15. remove unecassary imports

    toger5 committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    5a3cf2b View commit details
    Browse the repository at this point in the history
  16. Merge branch 'toger5/maximised_widgets_rightPanel_timeline' into toge…

    …r5/maximised_widgets_only_core_nav
    toger5 committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    d6e80f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Configuration menu
    Copy the full SHA
    20ff205 View commit details
    Browse the repository at this point in the history
  2. fix settings layout path

    toger5 committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    3acb7a3 View commit details
    Browse the repository at this point in the history
  3. timeline panel header fixups

    toger5 committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    786cff8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    842150c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'toger5/maximised_widgets_rightPanel_timeline' into toge…

    …r5/maximised_widgets_only_core_nav
    toger5 committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    23e9fb3 View commit details
    Browse the repository at this point in the history
  6. prevent double timeline

    toger5 committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    f8ae27e View commit details
    Browse the repository at this point in the history
  7. Merge branch 'toger5/maximised_widgets_rightPanel_timeline' into toge…

    …r5/maximised_widgets_only_core_nav
    toger5 committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    6e4bcf0 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. coreElementOnly -> excludedRighPanelPhaseButtons

    refactor the boolen to a exlude array to make it more
    explicit what it does
    toger5 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    03262fe View commit details
    Browse the repository at this point in the history
  2. disable RR's

    toger5 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    77b9c03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d097136 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e3b157 View commit details
    Browse the repository at this point in the history
  5. styling stuff

    toger5 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    7999cdf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92d8895 View commit details
    Browse the repository at this point in the history
  7. hello linter ;)

    toger5 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    d5a0652 View commit details
    Browse the repository at this point in the history
  8. fix typo(s)

    toger5 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    10f4143 View commit details
    Browse the repository at this point in the history
  9. Update src/components/structures/RoomView.tsx

    Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
    toger5 and jryans committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    1bf0704 View commit details
    Browse the repository at this point in the history
  10. Update src/components/structures/RoomView.tsx

    Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
    toger5 and jryans committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    f03de71 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    bd0d989 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'toger5/maximised_widgets_rightPanel_timeline' into toge…

    …r5/maximised_widgets_only_core_nav
    toger5 committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    e881053 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f4b185 View commit details
    Browse the repository at this point in the history
  4. add comment about RR's

    toger5 committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    9251b03 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'toger5/maximised_widgets_rightPanel_timeline' into toge…

    …r5/maximised_widgets_only_core_nav
    toger5 committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    7ea9f54 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. fix feature flag check

    toger5 committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    d21dc8f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. remove viewInRoom button if a widget is maximised

     - if the widget is maximised there is not main split timeline
     to in which the thread could be shown.
    toger5 committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    bfdb6d1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'toger5/maximised_widgets_rightPanel_timeline' into toge…

    …r5/maximised_widgets_only_core_nav
    toger5 committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    c2f854b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bd570d View commit details
    Browse the repository at this point in the history
  4. Fix tricky way to still get two timelines

    It was possible to see two timelines,
    if you open a threadView with the right side timeline,
    then close the widget and click the back button
    of the right side timeline
    toger5 committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    c5e23f0 View commit details
    Browse the repository at this point in the history