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

Redesign mxID chooser, add availability checking #877

Merged
merged 2 commits into from
May 10, 2017

Commits on May 10, 2017

  1. Redesign mxID chooser, add availability checking

    Requires matrix-org/matrix-js-sdk#432 for availability checking.
    
    Changes:
     - Redesign the dialog to look more like element-hq/element-web#3604 (comment)
     - Attempt to fix wrong password being stored by generating one per SetMxIdDialog (there's no issue tracking this for now, I shall open one if it persists)
     - Backwards compatible with servers that don't support register/availability - a spinner will appear the first time a username is checked because server support can only be determined after a request.
     - Rate-limited by a 2s debounce
     - General style improvements
    Luke Barnard committed May 10, 2017
    Configuration menu
    Copy the full SHA
    ad2ed12 View commit details
    Browse the repository at this point in the history
  2. Add prop type for onDifferentServerClicked

    Luke Barnard committed May 10, 2017
    Configuration menu
    Copy the full SHA
    6257bfc View commit details
    Browse the repository at this point in the history