-
Notifications
You must be signed in to change notification settings - Fork 6
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 - Errors & Warnings - Part 2 #537
Conversation
…o not, removed bottom alerts
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.
Code looks good, awesome work navigating the complexities of these components!
There does seem to be some inconsistency with table borders. Based on the design file I see three scenarios:
- Paginated table => has border on all sides
- Horizontally scrollable table => Has border on top + left + bottom
- Fully displayed table => Only has bottom border
I'm currently seeing some "fully displayed tables" with all borders, which seems incorrect. (sorry, I can't seem to find which test file this was generated with).
I also see some paginated tables with only the bottom border, when I would expect all borders.
@meissadia Thanks for the thorough review and noticing the tables border styling wonkiness. Currently, what you see is by intent; the style requirements for table borders from @natalia-fitzgerald are as:
In a later PR, we will address this specific styling issue: #547 (comment) |
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.
@shindigira Thanks for the clarification.
closes #538
closes #539
closes #542
closes #551
More changes (05/21/2024)
More changes (05/20/2024)
content(errors/warnings): added 'record' or 'records' word to count statementChanges
How to test (dev)
The only functionality changes are in:
FilingWarningsAlerts.tsx
getRecordsAffected
function.Note