fix: misc index page fixes

This commit is contained in:
limes
2026-08-16 17:09:25 +02:00
parent a56d2c5d88
commit 0377d6730b
2 changed files with 24 additions and 1 deletions

View File

@@ -119,3 +119,25 @@ Miscellanous tasks:
- [x] server environment changing
- [x] Mii edits saving
- [x] Auth cookies
Testing findings:
- [X] progress total percentage not rounded properly
- [X] faq open first by default
- [X] fix github icon size on team
- [ ] click out of bandwidth doesn't close bandwidth (use vueuse onclickoutside)
- [ ] fix hover and clickaway on navbar
- [ ] fix locale list not having the same layout, no clickaway
- [ ] progress is a wrench?
- [ ] rss feed wrong content type
- [ ] progress page has no mobile layout (jvs you suck)
- [ ] docs errors page, ironically, gives an error
- [ ] docs headings are very purple
- [ ] docs codeblocks *not* very purple
- [ ] need error page
- [ ] need 404 page
- ? progress seems to sometimes not load for jvs?

View File

@@ -180,6 +180,7 @@ function titleSuffixHandler(path: string) {
<details
v-for="i in faq"
:key="i"
:open="i === '0'"
class="question-and-answer"
>
<summary>
@@ -275,7 +276,7 @@ function titleSuffixHandler(path: string) {
>
<Icon
name="fa7-brands:github"
size="24"
size="36"
/>
</a>
</h3>