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

Move user settings menu to react

This commit is contained in:
Bill Thornton 2025-03-28 10:05:36 -04:00
parent f008d803e8
commit f5289c1386
11 changed files with 391 additions and 228 deletions

View file

@ -31,12 +31,6 @@ export const LEGACY_USER_ROUTES: LegacyRoute[] = [
controller: 'music/musicrecommended',
view: 'music/music.html'
}
}, {
path: 'mypreferencesmenu',
pageProps: {
controller: 'user/menu/index',
view: 'user/menu/index.html'
}
}, {
path: 'mypreferencescontrols',
pageProps: {