-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: centered layout in home page * fix: don't mention E.164 in phone number validation E.164 is unknown to most users. Besides, the validation never checked for it anyway and the majority of past onboardings were performed with no international prefix. * feat: accept spaces in phone numbers to lower the chance for error and improve the UX. * feat: better PA picker (Fixes #158) The PA picker in home page does not flicker when typing, provides loading feedback, it's properly aligned and doesn't rely on the readonly support fields anymore. The result are shown in a more intuitive way. Also, the input is debounced and makes less calls to Elasticsearch. * fix: ability to edit the form on error (Fixes #159) When the server side validation fails, the user can now fix what's wrong right there instead of starting over. * refactor: simplify the validators (Fixes #138) * feat: code hosting URL validation The validation now rejects non HTTPS URLs and URLs that don't look like a code hosting organization. (ie. https://github.com/foobar/repo will be rejected, but https://github.com/foobar won't)
- Loading branch information
Showing
11 changed files
with
313 additions
and
309 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.