Revert "Revert "Radio improvement, needs optimisation.""
This reverts commit baf234085e
.
This commit is contained in:
parent
a9fc51e1de
commit
b6cd18be12
9 changed files with 100 additions and 15 deletions
|
@ -59,6 +59,7 @@ export class BrowserWindow {
|
|||
"pages/settings",
|
||||
"pages/installed-themes",
|
||||
"pages/listen_now",
|
||||
"pages/radio",
|
||||
"pages/home",
|
||||
"pages/artist-feed",
|
||||
"pages/cider-playlist",
|
||||
|
@ -112,6 +113,7 @@ export class BrowserWindow {
|
|||
"components/artist-chip",
|
||||
"components/hello-world",
|
||||
"components/inline-collection-list",
|
||||
"components/radio-child",
|
||||
],
|
||||
appRoutes: [
|
||||
{
|
||||
|
@ -186,6 +188,11 @@ export class BrowserWindow {
|
|||
component: `<cider-listen-now :data="listennow"></cider-listen-now>`,
|
||||
condition: `page == 'listen_now'`,
|
||||
onEnter: ``
|
||||
}, {
|
||||
page: "radio",
|
||||
component: `<cider-radio :data="radio"></cider-radio>`,
|
||||
condition: `page == 'radio'`,
|
||||
onEnter: ``
|
||||
}, {
|
||||
page: "settings",
|
||||
component: `<cider-settings></cider-settings>`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue