KenEucker/biketag-vue

Consider replacing the loading spinner with the current image of the game

Open

#176 opened on Nov 11, 2023

 (0 comments) (0 reactions) (0 assignees)TypeScript (20 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (26 stars)
PR merge metrics
 (Avg merge 11d 6h) (1 merged PR in 30d)

Description

Is your feature request related to a problem? Please describe. When the site is first loading, you see a loading spinner. Then, once all data has loaded, you see the current tag. There is already an endpoint for displaying the current tag image (api/current).

Describe the solution you'd like I like loading spinners and all that, but the performance of the site is very poor. I think, that showing the current tag image on the home page would reduce the lag and increase perceived performance.

Additional context I think the site is fine the way it is, but I do wish that it's performance was rated better.

If someone does take this on, let me know. I would love to get some testing results to demonstrate the differences in experience.

Contributor guide