Skip to content
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

feat(perf): Add tables to all tabs in landing v3 #28806

Merged
merged 1 commit into from
Sep 24, 2021

Conversation

k-fish
Copy link
Member

@k-fish k-fish commented Sep 23, 2021

Summary

This just adds the tables with their columns for all the landing v3 tables. The mobile tab still needs the react native check, but that can be addressed when I get to filling the rest of that tab out. Makes summaryConditions optional with an FC wrapper, which I'll likely add usePageError to as well in the future, but for now I don't want to change too much. Also adds basic tests for all the tabs.

This just adds the tables with their columns for all the landing v3 tables. The mobile tab still needs the react native check, but that can be addressed when I get to filling the rest of that tab out. Also adds basic tests for all the tabs.
@@ -54,7 +54,7 @@ type Props = {
organization: Organization;
location: Location;
setError: (msg: string | undefined) => void;
summaryConditions: string;
summaryConditions?: string;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this remain required? It's only optional on the exported Table component but the inner _Table should require it right?

@k-fish k-fish merged commit 283d210 into master Sep 24, 2021
@k-fish k-fish deleted the feat/perf-landing-widgets-tables branch September 24, 2021 14:13
vuluongj20 pushed a commit that referenced this pull request Sep 30, 2021
This just adds the tables with their columns for all the landing v3 tables. The mobile tab still needs the react native check, but that can be addressed when I get to filling the rest of that tab out. Also adds basic tests for all the tabs.
@github-actions github-actions bot locked and limited conversation to collaborators Oct 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants