-
Notifications
You must be signed in to change notification settings - Fork 0
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
tomc/design polish #24
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
18d081f
to
a23487e
Compare
a23487e
to
83be5c1
Compare
Noting for later:
|
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.
Unfortunately I think this is going to cause a bunch of rebase work on #21 again... sorry @ayangster
Approving with minor comments... especially the one about smart quotes? I assume you're using some tool to do those; is there a way to have it not do smart quotes in code comments?
${select({ | ||
id: 'owner_status', | ||
required: true, | ||
options: OWNER_STATUS_OPTIONS, |
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.
Given the label change, maybe change the option text to match? Rent
and Own
?
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 thought to leave it as-is because the API field is owner_status
- rather than overfit to the current preferred UI label which will be translated in future. But happy to switch it.
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.
Oh wait, I see. I'm going for parity with the current https://www.rewiringamerica.org/app/ira-calculator calculator here. I'll make a Design ticket to follow up. There was some back and forth on this with our Marketing folks so I'll include them. https://app.asana.com/0/1205057814651000/1205635758958629/f
Let's land #21 first, I can rebase this one. It'll be easier for me to carry context over, I restructured a couple of things. |
3e30380
to
50fe6d8
Compare
50fe6d8
to
baef290
Compare
baef290
to
9177dae
Compare
Alright, rebased with #21 included. Should be good to go! |
Changes
persnickety apostrophesShould close these issues
Test plan
Screenshots
Before:
After: