-
Notifications
You must be signed in to change notification settings - Fork 9
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
QA and various fixes #832
QA and various fixes #832
Conversation
@mruwnik I'm afraid the lint ghosts continue to haunt me. You're going to need to teach me how to fix it myself, lest I bother you every time to fix it |
@bryceerobertson here are the steps for debugging
The numbers at the start are the line number and character number. I fixed all the errors, and can push the fix to resolve the issues, but I can also let you diagnose them for yourself if you want |
|
Managed it! Thank you 🙏🏼 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is amazing 🙏, I usually don't like people touching my stuff but you actually made it better. Thank you!
@@ -21,15 +21,15 @@ const helpItems = [ | |||
{ | |||
title: 'Donate', | |||
description: | |||
'The AI safety field is constrained by funding—financial help is critical at this moment', | |||
'The AI safety field is constrained by funding—financial help is critical at the moment', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had liked this, but can't explain why. So you get your way.
@@ -55,12 +55,13 @@ const titles = { | |||
} | |||
|
|||
const knowledgeDescriptions = { | |||
donate: 'The more you know about this topic, the further your donation efforts can go', | |||
donate: | |||
'Knowing more about this topic will allow you to make wiser donation decisions, meaning your funds will have a greater impact', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I like this actually.
@@ -79,7 +79,7 @@ input { | |||
|
|||
.page { | |||
margin: auto; | |||
max-width: 1608px; /* multiple of 12 for .col-x, 1 col at max width = 134px */ | |||
max-width: 1440px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've made the grid (widths) static, so I think this line is just obsolete. But that's fine
@@ -117,6 +117,13 @@ h2 { | |||
|
|||
/* typography classes */ | |||
|
|||
.extra-large { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -99,7 +104,7 @@ const Online = () => ( | |||
className="padding-bottom-40" | |||
> | |||
<p className="grey default"> | |||
You can volunteering for projects and attend protests. People are divided regarding whether | |||
You can volunteer for projects and attend protests. People are divided regarding whether |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't like this copy just because what we're trying to illustrate here something about how communities are grouped, not whether attending protests is important. If we really don't like including the word protests, I would just choose another activity that is common to illustrate our point. This is the only piece of feedback so far I am bullish on.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed
This stuff from #817:
Some stuff too complicated for me remains, e.g. making the small cards at the bottom display in a 2x2 grid when there are four of them (instead of three). I'll collect them all up and make issues.