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

Update integration page styling and added intro summary #95

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

Conversation

codecovdesign
Copy link

Summary

PR updates the current https://slack.codecov.io/slack/install with new styling aligned with Codecov branding, copy, and is initial iteration to following iterations (see here)

Changes

  • Copy updates to clarify integration
  • General styling

Checklist

Additional Notes

<form action="https://slack.com/oauth/v2/authorize" method="GET">
<input type="hidden" name="client_id" value="{{ client_id }}">
<input type="hidden" name="scope" value="{{ scope }}">
<input type="hidden" name="redirect_uri" value="{{ redirect_uri }}">
<input type="hidden" name="state" value="{{ state }}">
<button type="submit">Install Codecov App for Slack</button>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Because this is a form, we should keep type="submit" https://www.w3schools.com/tags/tag_button.asp

@@ -1,131 +1,40 @@

Copy link
Collaborator

Choose a reason for hiding this comment

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

Do you mind running black and isort for this file to better format the file 🙏

@RulaKhaled
Copy link
Collaborator

It generally looks good but a couple of important things:

Otherwise, if we're not looking to complicate things and use static files, it might be worth it to serve the image in google storage and just keep using embedded style sheets :// I can take care of CSP changes if that's ok.

@RulaKhaled
Copy link
Collaborator

Summary

PR updates the current https://slack.codecov.io/slack/install with new styling aligned with Codecov branding, copy, and is initial iteration to following iterations (see here)

Changes

  • Copy updates to clarify integration
  • General styling

Checklist

Additional Notes

We just need to update with new pics once it's deployed in google api storage!

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

2 participants