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

@@ -19,6 +19,9 @@
<router-link v-if="isLogged" :to="{ name: 'RepoList' }" class="btn"
>Manage your repos</router-link
>
<router-link :to="{ name: 'PublicNoteList' }" class="btn"
>Public notes</router-link
>
</div>
<form class="github-form" @submit.prevent>