copied files

This commit is contained in:
booploops 2022-07-04 00:55:46 -07:00
parent b5cefef124
commit cc8eb42cf4
17 changed files with 19768 additions and 44 deletions

View file

@ -64,7 +64,7 @@ export class BrowserWindow {
"pages/groupings",
"pages/charts",
"pages/settings",
"pages/installed-themes",
//"pages/installed-themes",
"pages/listen_now",
"pages/radio",
"pages/home",
@ -80,13 +80,12 @@ export class BrowserWindow {
"pages/about",
"pages/library-videos",
"pages/remote-pair",
"pages/themes-github",
"pages/plugins-github",
//"pages/themes-github",
//"pages/plugins-github",
"pages/replay",
"pages/audiolabs",
"pages/zoo",
"pages/plugin-renderer",
"pages/keybinds",
"pages/oobe",
"components/app-content",
"components/sidebar",
@ -126,6 +125,10 @@ export class BrowserWindow {
"components/hello-world",
"components/inline-collection-list",
"components/settings-window",
"components/settings-keybinds",
"components/settings-themes",
"components/settings-themes-github",
"components/settings-plugins-github",
],
appRoutes: [
{
@ -275,6 +278,10 @@ export class BrowserWindow {
page: "replay",
component: `<replay-page></replay-page>`,
condition: `$root.page == 'replay'`
}, {
page: "keydinds",
component: `<keybinds-settings></keybinds-settings>`,
condition: `$root.page == 'keybinds-settings'`
}
]
},
@ -1562,4 +1569,4 @@ export class BrowserWindow {
server2.start();
console.log('remote broadcasted')
}
}
}