Admin: User list tweaks (#38750)

* Setup filter

* Enable filtering users by active in last 30 days

* Add loading state

* Update last active age strings

* Tweak user list

* Use theme spacing

* Improve table's accessibility

* Add more aria-labels
This commit is contained in:
Alex Khomenko
2021-09-01 16:53:58 +03:00
committed by GitHub
parent e39410c094
commit ea8d9d77f4
7 changed files with 180 additions and 73 deletions

View File

@@ -107,4 +107,6 @@ export interface UserListAdminState {
page: number;
totalPages: number;
showPaging: boolean;
filter: string;
isLoading: boolean;
}