-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Feature Request]: UI - Add Login/Signup modal #30
Comments
I will work on this |
@vanamraghu can I work on this? I need some practice due to some gap on last month. No problem if you takeover and continue. |
@rray524 you can work on this thanks |
@KvngJamesNG as per your request, I have assigned it to you. |
gladly received @rray524 ... Thanks |
@KvngJamesNG Unassigned you this PR as it is not blocking other work. @rray524 @vanamraghu @aniketpatidar |
Please let me know if any body wants to work on this |
1. KlinicAuthform that handles both login & signUp modal 2. KlinicAuthContainer that has tabs to switch b/w login and signup and render the login/signup form 3. Added clsx in package json and installed to handle multiple classes
1. KlinicAuthForm renamed to AuthForm that displays the form for login and sign up 2. Modal component created to display the login and sign up form and also state is handled to display modal when close button is clicked or anywhere in the page 3. KlinicAuthContainer is removed and renamed to Modal component 4. Button component modified so that first logo can be displayed following the button text (earlier it was text followed by children) now children is displayed followed by button text 5. Header component is created to display the LogIn button so that when clicked modal and related forms is displayed
1. Removed clsx and making use of classNames to handle display of conditionals for tailwind
Is your feature request related to a problem? Please describe.
Create login signup modal/page for website
Describe the solution you'd like
https://homy-next.vercel.app/
Click on login button in this webiste.
Similar to that we need a modal.
The signup modal should not have
Name
inputThe login modal should not have social buttons
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: