mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-27 02:56:47 -05:00
fix: misc index page fixes
This commit is contained in:
22
README.md
22
README.md
@@ -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?
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user