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

Merge pull request #4816 from thornbill/dashboard-app

Migrate dashboard to separate app
This commit is contained in:
Bill Thornton 2023-10-04 02:11:22 -04:00 committed by GitHub
commit 8f32341c92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
68 changed files with 491 additions and 776 deletions

View file

@ -99,7 +99,7 @@ export function loadSections(elem, apiClient, user, userSettings) {
const createNowLink = elem.querySelector('#button-createLibrary');
if (createNowLink) {
createNowLink.addEventListener('click', function () {
Dashboard.navigate('library.html');
Dashboard.navigate('dashboard/libraries');
});
}
}