Skip to content

Commit d0ef331

Browse files
authored
Funkwhale: hide the solution (#4140)
- hide from solutions view - disable its route
1 parent e5667d2 commit d0ef331

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

packages/playground/src/router/index.ts

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -103,29 +103,29 @@ function createApplicationsRoutes(): RouteRecordRaw[] {
103103
publicPath: false,
104104
},
105105
},
106-
{
107-
path: DashboardRoutes.Applications.Funkwhale,
108-
component: () => import("../views/funkwhale_view.vue"),
109-
meta: {
110-
title: "Funkwhale",
111-
info: { page: "info/funkwhale.md" },
112-
navbarConfig: {
113-
back: true,
114-
path: [
115-
{ title: "Deploy" },
116-
{
117-
title: "Labs",
118-
disabled: false,
119-
to: DashboardRoutes.Deploy.Applications,
120-
},
121-
{
122-
title: "Funkwhale",
123-
},
124-
],
125-
},
126-
publicPath: false,
127-
},
128-
},
106+
// {
107+
// path: DashboardRoutes.Applications.Funkwhale,
108+
// component: () => import("../views/funkwhale_view.vue"),
109+
// meta: {
110+
// title: "Funkwhale",
111+
// info: { page: "info/funkwhale.md" },
112+
// navbarConfig: {
113+
// back: true,
114+
// path: [
115+
// { title: "Deploy" },
116+
// {
117+
// title: "Labs",
118+
// disabled: false,
119+
// to: DashboardRoutes.Deploy.Applications,
120+
// },
121+
// {
122+
// title: "Funkwhale",
123+
// },
124+
// ],
125+
// },
126+
// publicPath: false,
127+
// },
128+
// },
129129
{
130130
path: DashboardRoutes.Applications.Mattermost,
131131
component: () => import("../views/mattermost_view.vue"),

packages/playground/src/views/solutions_view.vue

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ export default {
101101
icon: "peertube.png",
102102
route: DashboardRoutes.Applications.Peertube,
103103
},
104-
{
105-
title: "Funkwhale",
106-
excerpt:
107-
"Funkwhale is social platform to enjoy and share music. Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralized, open network.",
108-
icon: "funkwhale.png",
109-
route: DashboardRoutes.Applications.Funkwhale,
110-
},
104+
// {
105+
// title: "Funkwhale",
106+
// excerpt:
107+
// "Funkwhale is social platform to enjoy and share music. Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralized, open network.",
108+
// icon: "funkwhale.png",
109+
// route: DashboardRoutes.Applications.Funkwhale,
110+
// },
111111
{
112112
title: "Mattermost",
113113
excerpt:

0 commit comments

Comments
 (0)