-
Notifications
You must be signed in to change notification settings - Fork 193
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
ARC-916 - GHE UI: Connect GitHub Enterprise Server page #1252
Conversation
- Px converted to em and rem - Type annotation updated for `checkValidUrl` - Class names updated - target added for a links
I just pulled your branch to have a look at the UI locally and the font looks really small. Remember, when working in the iframe you can't use the exact measurements that you see in Figma because we're working with a smaller real estate thanks to the left panel and navigation. Makes it hard to figure out the exact measurements but you should be able to look at the design and your rendering and not really see any differences. The font in the UI is noticeably smaller. |
This reverts commit dd5122e.
This PR was accidentally merged before testing in staging. So has been reverted. |
Rationale
Changes
Added a new view
hbs
, with its respectivejs
andcss
fileThe view has an empty field and a disabled button by default.
The button is enabled once the input field has some value.
For any invalid URLs typed, the error message is displayed once you click on the button.
For a valid URL typed, clicking on the button will simply change the text on the button to a spinner. (Nothing will happen for now)
Whats not done
Learn More
Next
button.github.com