-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve "enter profile code" phase of profile import modal
- Remove the somewhat unnecessary "You haven't entered a code" and "You may import the profile" badges that mostly just look awkward - Remove the big red button when a valid profile code hasn't been entered. Just disabling the Continue button seems sufficient - Combine the two remaining buttons into one - Changes to isProfileCodeValid helper - Method is only used in the import modal component so move it there - Remove the unnecessary argument to make the method a computed value - Combine the code validation and the check for if the download is in progress into one and rename the method
- Loading branch information
Showing
2 changed files
with
13 additions
and
26 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