Skip to content
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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

discorick
Copy link
Member

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):
image

When third party access restrictions are present:
image

When push bit is missing:
image

@rauhryan @dahlbyk What do you think? Improvement ?

@dahlbyk dahlbyk temporarily deployed to huboard-rails-pr-358 August 9, 2016 23:08 Inactive
<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>
Copy link
Member

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.

@discorick discorick changed the title Fixes infinite loop create board loop Fixes infinite create board loop Sep 7, 2016
…ate-loop+refactor

Refactors to BEM and cleans up some markup
@discorick discorick temporarily deployed to huboard-rails-pr-358 September 20, 2016 14:53 Inactive
@discorick
Copy link
Member Author

discorick commented Sep 20, 2016

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 !

@rauhryan
Copy link
Member

Do you have a screenshot?

@discorick
Copy link
Member Author

This one:

image

@rauhryan
Copy link
Member

What's wrong with it?

@discorick
Copy link
Member Author

It supposed to be a list of items, the original look is up in my original screenshots ☝️

@rauhryan
Copy link
Member

Okie dokie, I changed it cause I thought it looked weird.

Sent from my iPhone

On Sep 20, 2016, at 9:02 PM, discorick [email protected] wrote:

It supposed to be a list of items, the original look is up in my original screenshots ☝️


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

@discorick
Copy link
Member Author

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.

@rauhryan
Copy link
Member

I'll leave it to you

Sent from my iPhone

On Sep 21, 2016, at 4:45 PM, discorick [email protected] wrote:

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.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to create new board
3 participants