mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-02-25 14:43:01 +01:00
Play with the navpanel in vue to add some dedicated youjo shortcuts
Maybe I can build on this some time and make it more customisable instead of being fixed in the code
This commit is contained in:
parent
e42ab20bb5
commit
eecf5adafe
1 changed files with 45 additions and 0 deletions
|
@ -114,6 +114,51 @@
|
||||||
{{ unreadAnnouncementCount }}
|
{{ unreadAnnouncementCount }}
|
||||||
</span>
|
</span>
|
||||||
</router-link>
|
</router-link>
|
||||||
|
<li>
|
||||||
|
<a class="menu-item" href="https://wiki.youjo.love">
|
||||||
|
<FAIcon
|
||||||
|
fixed-width
|
||||||
|
class="fa-scale-110"
|
||||||
|
icon="fa-solid fa-book-open-reader"
|
||||||
|
/>Wiki
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a class="menu-item" href="https://v.youjo.love">
|
||||||
|
<FAIcon
|
||||||
|
fixed-width
|
||||||
|
class="fa-scale-110"
|
||||||
|
icon="fa-solid fa-play"
|
||||||
|
/>Videos
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a class="menu-item" href="https://write.youjo.love">
|
||||||
|
<FAIcon
|
||||||
|
fixed-width
|
||||||
|
class="fa-scale-110"
|
||||||
|
icon="fa-solid fa-feather-pointed"
|
||||||
|
/>Blogs
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a class="menu-item" href="https://git.youjo.love">
|
||||||
|
<FAIcon
|
||||||
|
fixed-width
|
||||||
|
class="fa-scale-110"
|
||||||
|
icon="fa-solid fa-code-pull-request"
|
||||||
|
/>Git
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a class="menu-item" href="https://wiki.youjo.love/index.php?title=youjo:Donations">
|
||||||
|
<FAIcon
|
||||||
|
fixed-width
|
||||||
|
class="fa-scale-110"
|
||||||
|
icon="fa-solid fa-hand-holding-dollar"
|
||||||
|
/>Donate
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue