design: remodel public list and public notes

This commit is contained in:
Julien Calixte
2026-02-12 22:39:42 +01:00
parent 683187b4d1
commit 1000f6e080
3 changed files with 156 additions and 23 deletions

View File

@@ -4,6 +4,14 @@
<repo-list />
<p>
Lite notes are
<router-link :to="{ name: 'PublicNoteListView' }" class="btn btn-link"
>now public</router-link
>!
</p>
<last-visited />
<div class="get-started">
@@ -19,9 +27,6 @@
<router-link v-if="isLogged" :to="{ name: 'RepoList' }" class="btn"
>Manage your repos</router-link
>
<router-link :to="{ name: 'PublicNoteListView' }" class="btn"
>Public notes</router-link
>
</div>
<form class="github-form" @submit.prevent>