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

Redesign: fix remaining right panel collapse issues. #2366

Merged
merged 6 commits into from
Dec 18, 2018

Commits on Dec 18, 2018

  1. Configuration menu
    Copy the full SHA
    2cb817a View commit details
    Browse the repository at this point in the history
  2. don't open right panel when switching room again

    a view_right_panel_phase is dispatched by RoomHeaderButtons
    on view_room, which was triggering this to show the panel again.
    
    Check the fromHeader flag just like when hiding the panel so
    only room header buttons can hide or show the right panel
    bwindels committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    a10f0a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dafc54c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92c598d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0ab74d View commit details
    Browse the repository at this point in the history
  6. fix lint

    bwindels committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    4b788fc View commit details
    Browse the repository at this point in the history