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

Redesign: bring back & restyle room filter field #2267

Merged
merged 10 commits into from
Nov 5, 2018

Commits on Nov 2, 2018

  1. bring back "filter rooms" field

    this does the filtering in RoomList instead of RoomSubList, so
    we can hide sections that don't have any results.
    
    The filtering does happen with every rerender of RoomList,
    but only does something while searching, so the performance
    implications are probably negligible.
    bwindels committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    e29227d View commit details
    Browse the repository at this point in the history
  2. hide search field when left panel is collapsed

    also remove collapse/expand button in search field
    bwindels committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    1fbfddf View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. add generic text input styling

    text inputs are now styled at every occurence in the app,
    style input by default, and provide a .mx_textinput class
    if buttons need to appear inside the input styling.
    
    Before this was partially done in _common.scss, but as it's
    highly theme-dependent, makes more sense to do it in the theme.
    bwindels committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    80afc09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4638945 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0646623 View commit details
    Browse the repository at this point in the history
  4. restyle SearchBox & make it more reusable

    as we can reuse it in the room header
    bwindels committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    6db81ed View commit details
    Browse the repository at this point in the history
  5. restyle search close button

    bwindels committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    701dd6d View commit details
    Browse the repository at this point in the history
  6. fix lint

    bwindels committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    c6751e2 View commit details
    Browse the repository at this point in the history
  7. update search icon(s)

    bwindels committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    3cd32e2 View commit details
    Browse the repository at this point in the history
  8. undo type/brain fart

    bwindels committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    645ae73 View commit details
    Browse the repository at this point in the history