Skip to content

Funkwhale: hide the solution #4140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions packages/playground/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,29 +103,29 @@ function createApplicationsRoutes(): RouteRecordRaw[] {
publicPath: false,
},
},
{
path: DashboardRoutes.Applications.Funkwhale,
component: () => import("../views/funkwhale_view.vue"),
meta: {
title: "Funkwhale",
info: { page: "info/funkwhale.md" },
navbarConfig: {
back: true,
path: [
{ title: "Deploy" },
{
title: "Labs",
disabled: false,
to: DashboardRoutes.Deploy.Applications,
},
{
title: "Funkwhale",
},
],
},
publicPath: false,
},
},
// {
// path: DashboardRoutes.Applications.Funkwhale,
// component: () => import("../views/funkwhale_view.vue"),
// meta: {
// title: "Funkwhale",
// info: { page: "info/funkwhale.md" },
// navbarConfig: {
// back: true,
// path: [
// { title: "Deploy" },
// {
// title: "Labs",
// disabled: false,
// to: DashboardRoutes.Deploy.Applications,
// },
// {
// title: "Funkwhale",
// },
// ],
// },
// publicPath: false,
// },
// },
{
path: DashboardRoutes.Applications.Mattermost,
component: () => import("../views/mattermost_view.vue"),
Expand Down
14 changes: 7 additions & 7 deletions packages/playground/src/views/solutions_view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@ export default {
icon: "peertube.png",
route: DashboardRoutes.Applications.Peertube,
},
{
title: "Funkwhale",
excerpt:
"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.",
icon: "funkwhale.png",
route: DashboardRoutes.Applications.Funkwhale,
},
// {
// title: "Funkwhale",
// excerpt:
// "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.",
// icon: "funkwhale.png",
// route: DashboardRoutes.Applications.Funkwhale,
// },
{
title: "Mattermost",
excerpt:
Expand Down
Loading