Skip to content

Home page updates#34

Merged
Eirenliel merged 20 commits into
mainfrom
maya/home-page-update
May 27, 2026
Merged

Home page updates#34
Eirenliel merged 20 commits into
mainfrom
maya/home-page-update

Conversation

@JovannMC

@JovannMC JovannMC commented May 21, 2026

Copy link
Copy Markdown
Member

Updates the home page to move the tracker options to the top of the page, add new butterfly tracker reviews, and clean up some of the code. Also adds Steam to the download links :nighty_yay:

image image image image

@loucass003

Copy link
Copy Markdown
Member

Please make a round of optimisations based on https://pagespeed.web.dev/analysis/https-slimevr-dev/3hx76iiyxg?form_factor=mobile

@loucass003

Copy link
Copy Markdown
Member

Try to match the style of the other icons for the steam logo on the download links 🙏

In general please double check image sizes, and render sizes. Some can def be resized to be smaller based on how big they are rendered on the screen at any time

Comment thread src/app.css
-webkit-backface-visibility: hidden;
}

.no-interact {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pointer-events-none (existing tailwindcss class) is prob all you need unless i misunderstood something.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i also wanted to prevent selection of the images (you can press ctrl+a on slimevr.dev to see why).
the other two, user-drag and -webkit-user-drag is unnecessary with pointer-events: none; though, yes

Comment thread src/routes/index.tsx
JovannMC added 5 commits May 24, 2026 11:00
this and last commit are mostly suggestions from pagespeed, mainly for proper labels.

embeds are also now youtube-nocookie & only loads the initial (first video's) iframe on click to stop the yt embed slowing down the page
@loucass003

Copy link
Copy Markdown
Member

i think we can def still do better with pagespeed. but its okay for now

@Eirenliel Eirenliel merged commit d06912c into main May 27, 2026
1 check passed
@JovannMC

JovannMC commented May 27, 2026

Copy link
Copy Markdown
Member Author

i think we can def still do better with pagespeed. but its okay for now

PageSpeed really depends how it's feeling that day sometimes - I got over 90 on performance on one and 69 on another. Probably also doesn't help to test it on vercel vs on prod either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants