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

Extracted auto complete pop up from ComposeText. #717

Merged
merged 3 commits into from
Jun 23, 2017

Commits on Jun 23, 2017

  1. Extracted auto complete pop up from ComposeText.

    Don't show them between topic and message field.
    Show them above topic field.
    jainkuniya committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    d9db46a View commit details
    Browse the repository at this point in the history
  2. Improved styles of popup.

    - Change background color with theme.
    - List looks like they are part of ComposeBox (like messenger).
    - Use RawLabel for text in emoji row.
    jainkuniya committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    a45deb9 View commit details
    Browse the repository at this point in the history
  3. Set max height of pop to 1/4th height of window.

    almost half is taken by keyboard and compose box and another 1/4th should be kept for nav bar, status bar and some part of message list.
    jainkuniya committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    9fc0fa2 View commit details
    Browse the repository at this point in the history