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

handle prereq links, fix spacing a bit #144

Merged
merged 4 commits into from
Mar 10, 2022
Merged

handle prereq links, fix spacing a bit #144

merged 4 commits into from
Mar 10, 2022

Conversation

jschuler
Copy link
Collaborator

@jschuler jschuler commented Mar 9, 2022

Closes #142 #138 #130 #104 #132
Partially addresses #125

  • Links in the introduction prerequisites are now rendered
  • Links in the catalog tile card popover now work on left click (opens new tab)
  • Restart action in the drawer properly resets the quick start
  • Toned down frequency at which the Failed task sub heading is shown
  • Reduced spacing

Regarding the links issues, I added some sample links to this item
https://deploy-preview-144--quickstarts.netlify.app/?quickstart=add-healthchecks

@netlify
Copy link

netlify bot commented Mar 9, 2022

✔️ Deploy Preview for quickstarts ready!

🔨 Explore the source changes: ed56af6

🔍 Inspect the deploy log: https://app.netlify.com/sites/quickstarts/deploys/622a1c20e75b9f0008d3b332

😎 Browse the preview: https://deploy-preview-144--quickstarts.netlify.app/

@@ -90,6 +90,7 @@ const QuickStartTile: React.FC<QuickStartTileProps> = ({
/>
}
onClick={handleClick}
href="#"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Copy link
Contributor

@gabipodolnikova gabipodolnikova left a comment

Choose a reason for hiding this comment

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

Looking good! :)

Copy link
Collaborator

@jessiehuff jessiehuff left a comment

Choose a reason for hiding this comment

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

LGTM! :)

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.

Inconsistent rendering of prerequisites between quick start card and the side drawer
3 participants