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

SearchBar: search by author #4156

Closed
wants to merge 21 commits into from

Commits on Sep 24, 2020

  1. search: add ability to search by author

    Signed-off-by: Jonas Fentker <jonas@fentker.eu>
    Pestdoktor committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    599bf31 View commit details
    Browse the repository at this point in the history
  2. search: use pill to display filter

    Signed-off-by: Jonas Fentker <jonas@fentker.eu>
    Pestdoktor committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    5b10e4f View commit details
    Browse the repository at this point in the history
  3. search: dock autocomplete to input (styling)

    Signed-off-by: Jonas Fentker <jonas@fentker.eu>
    Pestdoktor committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    adbea43 View commit details
    Browse the repository at this point in the history
  4. search: add margin to filter pill (styling)

    Signed-off-by: Jonas Fentker <jonas@fentker.eu>
    Pestdoktor committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    50c431f View commit details
    Browse the repository at this point in the history
  5. search: make filter removable

    Signed-off-by: Jonas Fentker <jonas@fentker.eu>
    Pestdoktor committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    ca8de53 View commit details
    Browse the repository at this point in the history
  6. search: add sender arg to local search

    Signed-off-by: Jonas Fentker <jonas@fentker.eu>
    Pestdoktor committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    12a7696 View commit details
    Browse the repository at this point in the history
  7. search: allow empty term

    Signed-off-by: Jonas Fentker <jonas@fentker.eu>
    Pestdoktor committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    d71244e View commit details
    Browse the repository at this point in the history
  8. search: move SearchBar out of AuxPanel

    to avoid overflow issues with Autocomplete
    
    Signed-off-by: Jonas Fentker <jonas@fentker.eu>
    Pestdoktor committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    f004253 View commit details
    Browse the repository at this point in the history
  9. search: reverse box-shadow of Autocomplete (styling)

    Signed-off-by: Jonas Fentker <jonas@fentker.eu>
    Pestdoktor committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    f008f38 View commit details
    Browse the repository at this point in the history
  10. search: move to BasicMessageComposer instead of replicating autocomplete

    Signed-off-by: Jonas Fentker <jonas@fentker.eu>
    Pestdoktor committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    846553a View commit details
    Browse the repository at this point in the history
  11. search: remove nonsense checks from localSearch

    Signed-off-by: Jonas Fentker <jonas@fentker.eu>
    Pestdoktor committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    b61bb41 View commit details
    Browse the repository at this point in the history
  12. search: allow specifying multiple senders

    Signed-off-by: Jonas Fentker <jonas@fentker.eu>
    Pestdoktor committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    51edbbe View commit details
    Browse the repository at this point in the history
  13. search: remove obsolete searchInfo

    Signed-off-by: Jonas Fentker <jonas@fentker.eu>
    Pestdoktor committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    1fe49f3 View commit details
    Browse the repository at this point in the history
  14. search: hook up room filter to autocomplete

    Signed-off-by: Jonas Fentker <jonas@fentker.eu>
    Pestdoktor committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    354b6fa View commit details
    Browse the repository at this point in the history
  15. search: minor cleanup

    Signed-off-by: Jonas Fentker <jonas@fentker.eu>
    Pestdoktor committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    dc6c414 View commit details
    Browse the repository at this point in the history
  16. autocomplete: allow specifying multiple or no rooms to UserProvider

    Signed-off-by: Jonas Fentker <jonas@fentker.eu>
    Pestdoktor committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    273cf82 View commit details
    Browse the repository at this point in the history
  17. search: offer user completions for all relevant rooms

    Signed-off-by: Jonas Fentker <jonas@fentker.eu>
    Pestdoktor committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    7da0f1f View commit details
    Browse the repository at this point in the history
  18. search: don't append colon to user pill

    Signed-off-by: Jonas Fentker <jonas@fentker.eu>
    Pestdoktor committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    4f8f0d8 View commit details
    Browse the repository at this point in the history
  19. search: hide autocomplete on search

    Signed-off-by: Jonas Fentker <jonas@fentker.eu>
    Pestdoktor committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    c4e60cb View commit details
    Browse the repository at this point in the history
  20. autocomplete: get user pill member from completion when applicable

    Signed-off-by: Jonas Fentker <jonas@fentker.eu>
    Pestdoktor committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    bf6a264 View commit details
    Browse the repository at this point in the history
  21. search: use undefined to denote filter param absence

    Signed-off-by: Jonas Fentker <jonas@fentker.eu>
    Pestdoktor committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    5919156 View commit details
    Browse the repository at this point in the history