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

admin: update navigation for react-router v6 #4723

Merged
merged 2 commits into from Mar 8, 2024

Conversation

minrk
Copy link
Member

@minrk minrk commented Mar 8, 2024

navigation wasn't working (edit user, etc.) because it used history property, rather than v6's navigate/location

mostly a big find/replace, but also fixed the hierarchy of the group property editor,

which was previously computing a nested transpose table, where the table actually had only one row, but in each cell of the table was a number of rows containing keys, values, etc.

<tr>
  <td>
  <tr>
    <td>

which is now fixed to be a standard one-row-per-row table, and the form input is in the table, so it matches.

@minrk minrk changed the title update navigation for react-router v6 admin: update navigation for react-router v6 Mar 8, 2024
Copy link
Member

@consideRatio consideRatio left a comment

Choose a reason for hiding this comment

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

Amazing progress @minrk! Looks right from what i can tell, and improves a now broken state - let's go!

@consideRatio consideRatio merged commit 4375c2d into jupyterhub:main Mar 8, 2024
19 checks passed
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.

None yet

2 participants