snoww / loa-logs

LOA Logs - Modern DPS Meter for Lost Ark
GNU General Public License v3.0
152 stars 49 forks source link

Preload encounters on hover #109

Closed anyduck closed 2 months ago

anyduck commented 2 months ago

Features

anyduck commented 2 months ago

It should feel even better, if we preload when hovering over a table row, but that'll require making the whole row a clickable link. Should I do it?

It looks like there is also a way to do this by listening to the MouseEnter event and calling import { preloadData } from '$app/navigation';

snoww commented 2 months ago

feel free to try it out and see how it goes

anyduck commented 2 months ago

I'll leave it as it is

It had some stutters while using on:mouseenter for preload

anyduck commented 2 months ago

Sorry for the force pushes, I made a crappy rebase