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

Better Multi-CI UI #406

Merged
merged 3 commits into from May 27, 2015
Merged

Conversation

jeromegn
Copy link
Contributor

Changes:

  • Bigger popover with details of all the checks
  • Removed black tooltip for grouped status

- Bigger popover with details of all the checks
- Removed black tooltip for grouped status
@gmalette
Copy link
Contributor

Can you provide a screenshot please?

@jeromegn
Copy link
Contributor Author

@gmalette Sure!

Success:

image

Error & Failure:

image

Pending:

image

It's not perfect for the error and failure states (well, neither for the others to be honest), but it's a start. We'd probably need "bolder" icons for the smaller versions. They're a bit difficult to see.

@gmalette
Copy link
Contributor

That's awesome!

@byroot
Copy link
Contributor

byroot commented May 27, 2015

Yep, definitely great! Just tell us when you think it's good and we'll merge!

@byroot
Copy link
Contributor

byroot commented May 27, 2015

As discussed outside of this thread, this is still worthy of a few minor improvements like making the icons bolder and adjusting colors. But I's already a huge improvement over #373 so I'll merge it in and continue work there.

byroot added a commit that referenced this pull request May 27, 2015
@byroot byroot merged commit 8df0483 into Shopify:better-multi-ci May 27, 2015
@byroot
Copy link
Contributor

byroot commented May 27, 2015

Thanks a lot @jeromegn !

@@ -1,4 +1,4 @@
<a class="status status--<%= status.state %> <%= :disabled unless status.target_url.present? %>" data-tooltip="<%= status.description.presence || status.state.capitalize %>" href="<%= status.target_url%>" target="_blank">
<a class="status status--<%= status.state %> <%= :disabled unless status.target_url.present? %>" <% unless status.group? %>data-tooltip="<%= status.description.presence || status.state.capitalize %>"<% end %> href="<%= status.target_url%>" target="_blank">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a lot of logic on this line. Maybe it is worth to extract it.

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.

None yet

4 participants