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

Fix header and list-of-links structure in footer #2204

Merged
merged 6 commits into from
May 6, 2024

Conversation

RoyEJohnson
Copy link
Contributor

@RoyEJohnson RoyEJohnson commented Mar 26, 2024

@RoyEJohnson RoyEJohnson requested a review from a team as a code owner March 26, 2024 14:39
@RoyEJohnson RoyEJohnson requested a review from Dantemss March 26, 2024 14:39
@TomWoodward TomWoodward temporarily deployed to rex-web-fix-header-stru-1lbgml March 26, 2024 14:39 Inactive
@TomWoodward TomWoodward temporarily deployed to rex-web-fix-header-stru-1lbgml March 26, 2024 20:31 Inactive
function LinkList({children}: React.PropsWithChildren<{}>) {
return (
<Styled.LinkListWrapper>
{React.Children.toArray(children).map((c) => <li>{c}</li>)}
Copy link
Member

Choose a reason for hiding this comment

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

I noticed this one doesn't set the key property, unlike the other PR

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh, yeah. No warning on the Rex system for that. The set of children won't be changing, but I pushed a use-index-as-key update.

@RoyEJohnson RoyEJohnson force-pushed the fix-header-structure-in-footer branch from 6ed788a to 0e1d986 Compare March 27, 2024 18:38
@TomWoodward TomWoodward temporarily deployed to rex-web-fix-header-stru-1lbgml March 27, 2024 18:38 Inactive
@TomWoodward TomWoodward temporarily deployed to rex-web-fix-header-stru-1lbgml April 1, 2024 11:17 Inactive
@Malar-Natarajan Malar-Natarajan temporarily deployed to rex-web-fix-header-stru-cjpa0u April 19, 2024 15:09 Inactive
@TomWoodward TomWoodward temporarily deployed to rex-web-fix-header-stru-cjpa0u April 19, 2024 17:29 Inactive
@RoyEJohnson RoyEJohnson force-pushed the fix-header-structure-in-footer branch from 9e4dd5f to 56a2d22 Compare April 19, 2024 20:48
@TomWoodward TomWoodward temporarily deployed to rex-web-fix-header-stru-cjpa0u April 19, 2024 20:48 Inactive
@TomWoodward TomWoodward temporarily deployed to rex-web-fix-header-stru-cjpa0u April 19, 2024 21:21 Inactive
@RoyEJohnson RoyEJohnson force-pushed the fix-header-structure-in-footer branch from df9ef59 to 76a19e7 Compare April 19, 2024 22:02
@TomWoodward TomWoodward temporarily deployed to rex-web-fix-header-stru-cjpa0u April 19, 2024 22:02 Inactive
@TomWoodward TomWoodward temporarily deployed to rex-web-fix-header-stru-cjpa0u April 22, 2024 16:23 Inactive
@TomWoodward TomWoodward temporarily deployed to rex-web-fix-header-stru-cjpa0u April 23, 2024 14:51 Inactive
@TomWoodward TomWoodward temporarily deployed to rex-web-fix-header-stru-cjpa0u April 23, 2024 16:40 Inactive
@Malar-Natarajan Malar-Natarajan temporarily deployed to rex-web-fix-header-stru-2bmr8t May 3, 2024 19:49 Inactive
@RoyEJohnson RoyEJohnson force-pushed the fix-header-structure-in-footer branch from 712ddb0 to 45b9171 Compare May 6, 2024 15:33
@TomWoodward TomWoodward temporarily deployed to rex-web-fix-header-stru-2bmr8t May 6, 2024 15:33 Inactive
@RoyEJohnson RoyEJohnson force-pushed the fix-header-structure-in-footer branch from 45b9171 to cefa592 Compare May 6, 2024 16:23
@TomWoodward TomWoodward temporarily deployed to rex-web-fix-header-stru-2bmr8t May 6, 2024 16:23 Inactive
@TomWoodward TomWoodward temporarily deployed to rex-web-fix-header-stru-2bmr8t May 6, 2024 17:02 Inactive
@Malar-Natarajan
Copy link
Contributor

@RoyEJohnson Lint is failing in this PR even after a re-run. Could you please look into it.

@TomWoodward TomWoodward temporarily deployed to rex-web-fix-header-stru-2bmr8t May 6, 2024 18:57 Inactive
@RoyEJohnson RoyEJohnson force-pushed the fix-header-structure-in-footer branch from 8f501a7 to 05f9011 Compare May 6, 2024 20:41
@TomWoodward TomWoodward temporarily deployed to rex-web-fix-header-stru-2bmr8t May 6, 2024 20:42 Inactive
@Malar-Natarajan Malar-Natarajan merged commit d08cce5 into main May 6, 2024
8 of 9 checks passed
@Malar-Natarajan Malar-Natarajan deleted the fix-header-structure-in-footer branch May 6, 2024 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants