-
Notifications
You must be signed in to change notification settings - Fork 7
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
Added workflow
details tab
#338
Conversation
Other then that it LGTM 👍 |
We get the circle color from the API. On my side it looks like the following: The API also returns me a |
Hi all @markus-moser and @Corepex! About the API styling: Chris explained about these extra styling details being taken, however on the new design from one workflow badge to another the only difference is the dot color (and its border with 20% opacity of the same color). No font, bg or border color change. I would need to confirm that with Fasch and we will update you once again. |
this is what we can configure: @markus-moser I think keeping the inverted option makes sense, right? or should we deprecate it? |
@fashxp If we design it like now i would deprecate the "inverted" option. We used it in the past to achieve something like this: So using the color as border color/font color instead of as background color. If we now only have the circle (and the 20% opacity border) it would be fine to just keep the "color" option. In that case the API should deliver only the |
@idaiv We would need to find a way which either could be done with the "color" workflow place config option or with a combination of "color" and "inverted". We should not invent new options as this would get quite complex. I like the visual background color, but there we would need to have a way of handling it with just a single color (so maybe with a x% opacity background for the given color or something similar). And also would this then be our new default option or should the "inverted" flag be interpreted as a switch between the current design in Figma and the new background color mode? |
Quality Gate passedIssues Measures |
Hi @markus-moser! Original - dot color: X; border dot: X 30% Some examples with that rule applied: |
@idaiv I really like this approach - good job, very cool! 👍 |
as discussed with @markus-moser we will create a separate issue for the styling topic |
@markus-moser oks, nicey! |
Will create a new issue soon - this also needs some small changes in the backend API. |
Follow-up regarding styling options see #345 |
Changes in this pull request
Resolves #157
Blocked by #237