neet / vschedule

⌚Unofficial redesign of itsukara.link, a scheduler for Nijisanji

Home Page:https://refined-itsukara-link.neet.love

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initial scroll position is weird because of SSR

neet opened this issue · comments

context:

image

It is bad UX that users only can scroll when loading has done...

image

How about virtual scrolling with CSS

I've thought about using transformX() until loading has done but I'll implement someday.

or you can use <script>scrollTo(x,y)</script>
Idk if you can actually do but

I've thoguht too.

By d43ef3b, fetching timetable data at SSR is disabled so I close this issue!