-
Notifications
You must be signed in to change notification settings - Fork 189
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
SignUp Page #2148
SignUp Page #2148
Conversation
Tagging some more reviewers. I'd like to prioritize this PR so we can move toward getting the signup flow working in the front-end soon, and have time to fix bugs before 2.0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it a page but looks like a dialog?
I think we should give user a chance to go back to homepage other than clicking on "back" button.
@huynguyez |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yuanLeeMidori, you are right, Pedro will update it. More PRs are coming but feel free to comment on anything. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget to add the USERS_URL
and the FEED_DISCOVERY_URL
as args in both production.yml and the Dockerfile in the root directory, otherwise, you won't be able to test this in staging and production.
aa6fe21
to
42b512d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is so awesome to see, thank you to all of you for pushing on it. I've tested it, and it's generally working. There are things I'd like to improve about wording, UI, but they don't need to block this. I left a few notes about issues, questions, and areas for follow-up.
@humphd Thanks for the review. I left some comments. |
This needs a rebase. |
*spinner *popups messages
action:? MouseEventHandler
popUp
*formmodel name to lower case *formModel Url -> URL *Array of steps commented.
a4a69d4
to
ca9d71f
Compare
kinda broken CSS in small screen. |
@huynguyez |
Issue This PR Addresses
Fixes #1643
Co-authored-by: @PedroFonsecaDEV
Co-authored-by: @Meneguini
Co-authored-by: @DukeManh
Type of Change
Description
This PR adds the
signup
page. The style and the design still need to be polished, but we believe that we need to land this feature on our staging serv so we can test with our users (us).The styles of the page will be fixed in follow-ups.
Checklist