Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Username autocompletion #82

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Jun 3, 2020

  1. username-autocomplete: get cursor pos via JS

    Sören Kuklau committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    fc3ba1d View commit details
    Browse the repository at this point in the history
  2. username-autocomplete: get cursor pos via JS

    Sören Kuklau committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    17d5621 View commit details
    Browse the repository at this point in the history
  3. username-autocomplete: Implement user cache

    This doesn't actually query the cache yet. For that, we need an appropriate UI. It does, however, fill it at opportune times: whenever messages come in, and when you query.
    Sören Kuklau committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    ed50e3e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'features/username-autocomplete' of https://github.com/c…

    …hucker/Gitter into features/username-autocomplete
    Sören Kuklau committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    0202e71 View commit details
    Browse the repository at this point in the history
  5. username-autocomplete: _very_ early UI stuff

    Sören Kuklau committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    90393e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. username-autocomplete: newMessage should never be null

    Sören Kuklau committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    097c5c5 View commit details
    Browse the repository at this point in the history
  2. username-autocomplete: NewMessage is no longer two-way-bound so we ca…

    …n use `await`
    Sören Kuklau committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    5bb4ad5 View commit details
    Browse the repository at this point in the history
  3. username-autocomplete: key events a bit better

    Sören Kuklau committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    4fff05a View commit details
    Browse the repository at this point in the history
  4. username-autocomplete: throttle queries to 300ms

    Sören Kuklau committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    1f96cb2 View commit details
    Browse the repository at this point in the history
  5. username-autocomplete: early actual UI

    Sören Kuklau committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    ca9bafa View commit details
    Browse the repository at this point in the history
  6. username-autocomplete: don't search with empty query

    Sören Kuklau committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    cb9ae6b View commit details
    Browse the repository at this point in the history
  7. username-autocomplete: various minor UI improvements

    Sören Kuklau committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    3ff35a3 View commit details
    Browse the repository at this point in the history
  8. username-autocomplete: cancelling via esc works

    Sören Kuklau committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    169f2db View commit details
    Browse the repository at this point in the history