feat: fucking explode i hate this
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
JustTemmie 2025-06-01 20:19:04 +02:00
parent 622abc9155
commit 0ddddd210e
Signed by: justtemmie
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU
2 changed files with 25 additions and 33 deletions

View file

@ -4,14 +4,14 @@
<div id="sidebar">
<h4>(Search bar here)</h4>
<ul>
<template v-for="category in categories" :key="category.display_name">
<div v-for="category in categories" :key="category.display_name">
<h2>{{ category.display_name }}</h2>
<li v-for="page in category.pages" :key="page.display_name" @click="selectCategory(category, page)"
:class="{ 'sidebar-focus': selectedPage === page.display_name }">
{{ page.display_name }}
</li>
<span class="spacer"></span>
</template>
</div>
<ButtonScary text="Log Out" :callback=logout></ButtonScary>
</ul>