generated from cfpb/open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Merged
Merged
Changes from 26 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
6fcd5f9
fix(record_no): In the Error/Warnings tables, incremented the row num…
shindigira ff752e0
chore(filingTypes): added total_count to a filing type
shindigira 7a15556
styling(pagination/tables): extra unused rows are now white
shindigira fb68da3
style(table): removed the every other table row background color
shindigira 5e16184
underline link start
shindigira 67e6a12
underlined links
shindigira d0e5d3e
content(Resolve Errors): Text Introduction content updated
shindigira 441e138
style(FieldLinks - Download report): updated button style based on figma
shindigira d89e797
content(FilingErrorsAlerts): Updated based on figma updates
shindigira 398c4d6
feat(Resolve Errors - Bottom Alert): Syntax or logic errors warning n…
shindigira eebc3aa
feat(Resolve Errors - Bottom Alert): Syntax or logic errors warning n…
shindigira 4507b06
style(underline links): changed to border bottom solid
shindigira fbe8e6f
style(underlined error links): utlize text-decoration underline
shindigira 0292c19
content(Resolve Errors): single field errors description update
shindigira 108dcf2
dotted underline
shindigira 8dafb4b
focus style on validation link
shindigira 378013a
content update - warning alert
shindigira b198f6e
missing styles
shindigira 5ff8f26
more content update
shindigira 4dba6db
deps(DSR): updated DSR's pagination component
shindigira 3e21fc6
style: TextIntroduction description instances utilize Paragraph wrappers
shindigira 49c305a
error link hover border solid
shindigira 1230fb6
border separate on hidden table
shindigira 4f8448c
ref fix for Paragraph in contact
shindigira dda1f9a
download report and upload is not visible if no warnings
shindigira 16fbfd8
Merge branch 'main' of github.com:cfpb/sbl-frontend into resolve-erro…
shindigira 6b259f3
paragraph wrapping, logicerroralert
shindigira 0c1e09f
TODO - table stripe fix
shindigira e600ff7
Merge branch 'main' into resolve-errors-bugs-1
shindigira e32cb89
merged with main
shindigira f1d7c7a
Merge branch 'main' of github.com:cfpb/sbl-frontend into resolve-erro…
shindigira File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file renamed
BIN
+959 KB
...tem-react-https-ea2db8b10b-baf4f59289.zip → ...tem-react-https-424c740af0-7bd8c44b65.zip
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back 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.
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 thedesign-system-react
repo, just so we can grab all of them easily later. 👍