1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #3025 from grafixeyehero/convert-userprofilespage-to-react

convert UserProfilesPage to react
This commit is contained in:
Bill Thornton 2021-10-17 01:27:45 -04:00 committed by GitHub
commit 5c8122a9dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 323 additions and 200 deletions

View file

@ -479,7 +479,7 @@ import { appRouter } from '../components/appRouter';
path: 'dashboard/users/userprofiles.html',
autoFocus: false,
roles: 'admin',
controller: 'dashboard/users/userprofilespage'
pageComponent: 'UserProfilesPage'
});
defineRoute({