feat: init public notes

This commit is contained in:
Julien Calixte
2026-02-10 19:17:30 +01:00
parent eb88bfa8e4
commit 674bf84fe0
8 changed files with 216 additions and 16 deletions

View File

@@ -8,6 +8,11 @@ const routes: Array<RouteRecordRaw> = [
name: "RepoList",
component: () => import("@/views/RepoList.vue"),
},
{
path: "/notes",
name: "PublicNoteList",
component: () => import("@/views/PublicNoteList.vue"),
},
{
path: "/:user/:repo",
name: "FluxNoteView",