-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Design Review] [Resolve Errors] [Review Warnings] #477
Conversation
…ear Save and continue button
…ear Save and continue button -- full Alert
src/index.css
Outdated
td { | ||
background-color: transparent !important; | ||
} |
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.
Odd that this is needed but I'm not able to spot why the striped background is appearing.
I think we should consider making this a more tightly scoped class to avoid blocking future devs from being able to add striped tables if needed.
Something like table.no-stripes > td
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.
For sure! I'll leave this in and put a TODO note.
cfpb/design-system-react#345
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.
Heyo! Let's label these @shindigira with a post-mvp
label even in the design-system-react
repo, just so we can grab all of them easily later. 👍
src/pages/Filing/FilingApp/FilingWarnings/FilingWarningsAlerts.tsx
Outdated
Show resolved
Hide resolved
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.
Looks good! I'll let @meissadia take another peek and give the final approval!
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.
🚀
closes #485
closes #488
closes #481
closes #482
Note
yarn install
to get the DSR updatesChanges
total_count
to a filing typeTodo
word break
and handling large character setsreact-hook-form
error handling the verify warnings section @meissadia