-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1494 add search to admin users page (#1657)
* idk man * add ability to search for users at endpoint localhost:8000/users * reverted permissions * update in usersAdminPage for search bar to search by user's name, as well as a fix to the filterDocuments function in saksdokumentadminpage * biome * biome * storybook error * biome * changes in usersadminpage and api.ts as requested in comments. also a bug fix for the search function in utils.py, so that it is possible to search by first+last name * biome * backend test fix? * ruff 🐶
- Loading branch information
Showing
5 changed files
with
65 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
frontend/src/PagesAdmin/UsersAdminPage/UsersAdminPage.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
@import 'src/mixins'; | ||
|
||
@import 'src/constants'; | ||
|
||
.table_container { | ||
margin-top: 1.5em; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters