Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Satisfactory Interactive Map #211

Open
wants to merge 3 commits into
base: staging
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib/components/general/FicsitCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<div class="logo max-h-full min-h-full min-w-full max-w-full bg-neutral-500" />
{:else}
<img
class="logo absolute max-h-full min-h-full min-w-full max-w-full transition-opacity delay-100 duration-200 ease-linear"
class="logo absolute max-h-full min-h-full min-w-full max-w-full object-contain transition-opacity delay-100 duration-200 ease-linear"
class:invisible={!imageLoaded}
class:opacity-0={!imageLoaded}
src={renderedLogo}
Expand Down
8 changes: 8 additions & 0 deletions src/routes/tools/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@

// cspell:ignore SatisGraphtory tehalexf thinkaliker Moritz
const tools: Tool[] = [
{
name: 'Satisfactory Interactive Map',
author: 'DevLeon',
logo: 'https://www.th.gl/satisfactory.jpg',
description:
'Explore Satisfactory 1.0 with this Interactive Map and In-Game App! Minimap, real-Time position tracking, full-text search, custom drawings, and more!',
link: 'https://satisfactory.th.gl/'
},
{
name: 'Satisfactory Calculator Interactive Map (SCIM)',
author: 'Anthor',
Expand Down