-
Notifications
You must be signed in to change notification settings - Fork 79
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
Set up responsive layout for Candid UI auth panel #480
Conversation
May I ask, how do you guys locally develop this UI? @rvanasa only looking at the css, it looks like its (almost) done? Can I improve anything or should I go on to documenting this feature in portal? |
Two ways: 1) if you open the UI on a separate window and reduce the width of the browser window, the UI will change to its mini form; 2) To test it in the playground, update this line https://github.com/dfinity/motoko-playground/blob/main/src/config/actor.js#L38 to be the new Candid UI canister id. |
I'll take care of the responsive layout. :) |
Great! I will make sure this is properly documented. |
This PR adjusts the style of the new auth UI. I also replaced the "infinity" logo with the monochromatic "astronaut" for consistency with Internet Identity login buttons in other DFINITY dapps.
Context: #475.