From 5cfacc1c69ec6ed0bc3b9f770fb1f7e8bd058a49 Mon Sep 17 00:00:00 2001 From: Mike Brown Date: Tue, 24 Dec 2024 13:07:30 -0500 Subject: [PATCH] Add paginated search frontend --- frontend/src/app/Settings/Settings.tsx | 2 +- frontend/src/app/Settings/SettingsNav.tsx | 6 +- .../app/Settings/Users/ManageUsers.test.tsx | 80 +++-------- .../src/app/Settings/Users/ManageUsers.tsx | 85 +++++++----- .../Users/ManageUsersContainer.test.tsx | 124 ++++++++++++++++++ .../Settings/Users/ManageUsersContainer.tsx | 11 ++ .../src/app/Settings/Users/UsersSideNav.tsx | 33 ++--- .../src/app/Settings/Users/operations.graphql | 6 +- .../__snapshots__/SettingsNav.test.tsx.snap | 2 +- frontend/src/generated/graphql.tsx | 7 +- 10 files changed, 234 insertions(+), 122 deletions(-) diff --git a/frontend/src/app/Settings/Settings.tsx b/frontend/src/app/Settings/Settings.tsx index d9093028f6c..dd9a4addf4d 100644 --- a/frontend/src/app/Settings/Settings.tsx +++ b/frontend/src/app/Settings/Settings.tsx @@ -29,7 +29,7 @@ const Settings = () => { path={"self-registration"} element={} /> - } /> + } /> diff --git a/frontend/src/app/Settings/SettingsNav.tsx b/frontend/src/app/Settings/SettingsNav.tsx index b7eacce90f2..b3ee478af41 100644 --- a/frontend/src/app/Settings/SettingsNav.tsx +++ b/frontend/src/app/Settings/SettingsNav.tsx @@ -21,7 +21,11 @@ const SettingsNav = () => {