-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#5376][YW] Add additional checkbox in user registration flow during …
…Platform installation Summary: Add additional checkbox field that user must accept in order to register a customer. Modify existing YBCheckBox to work with Formik and remove unused YBFormCheckbox file. Add styling to checkbox to fit better with dark background. Test Plan: Go to `/register` route and observe the "Register" submit button should be greyed out. New checkbox and EULA text should look like this: {F15076} Filling out the form will cause the "Register" button to be clickable: {F15077} Reviewers: ssutar, mjoshi, sshevchenko Reviewed By: sshevchenko Subscribers: ui Differential Revision: https://phabricator.dev.yugabyte.com/D10635
- Loading branch information
Andrew Cai
committed
Feb 18, 2021
1 parent
c7b48f0
commit 7757ccd
Showing
5 changed files
with
61 additions
and
56 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
46 changes: 0 additions & 46 deletions
46
managed/ui/src/components/common/forms/fields/YBFormCheckbox.js
This file was deleted.
Oops, something went wrong.