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

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