-
Notifications
You must be signed in to change notification settings - Fork 26
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
Fixes infinite create board loop #358
base: master
Are you sure you want to change the base?
Conversation
… board create offer also
<div class="create-new-board--message"> | ||
<ul class="create-new-board--list"> | ||
<li>You will need write permission on <%= @parameters['user'] %>/<%= @parameters['repo'] %></li> | ||
<li>If <%= @parameters['user'] %> is a GitHub Organization: <a href=https://help.github.com/articles/disabling-third-party-application-restrictions-for-your-organization/" target="blank">ensure no access restrictions are present</a></li> |
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.
href
has end quote but no start quote.
…ate-loop+refactor Refactors to BEM and cleans up some markup
Some of the styling is broken for the view after the BEM refactor, going to take another stab at with your improvements in place @rauhryan ! |
Do you have a screenshot? |
What's wrong with it? |
It supposed to be a list of items, the original look is up in my original screenshots ☝️ |
Okie dokie, I changed it cause I thought it looked weird. Sent from my iPhone
|
Lulz, I thought the red line looked weird. If you are cool with how it is now I am happy to let a design discussion slide around these views to when we overhaul them. |
I'll leave it to you Sent from my iPhone
|
Fixes the infinite loop and closes #357
Additionally, as the changes required some styling, applied a bit of a facelift to the board create process altogether:
When prompted to create a board (buttons light up on hover):
When third party access restrictions are present:
When push bit is missing:
@rauhryan @dahlbyk What do you think? Improvement ?