CHORE: Cleaning up code before merge

This commit is contained in:
2025-05-23 22:32:58 +01:00
parent a46ac458dc
commit 25f3db52ec
2 changed files with 3 additions and 6 deletions

View File

@@ -1,14 +1,10 @@
<script lang="ts">
import { loadRepos, repos } from '$lib/stores';
import { onMount } from 'svelte';
import { toasts } from 'svelte-toasts';
import { loadRepos, repos } from '$lib/stores'; import { onMount } from 'svelte';
import { timeSince, checkImage, IMAGE_URL_SUFFIX } from '$lib/api/git';
import FlexGallery from '$lib/components/FlexGallery.svelte';
import Card from '$lib/components/Cards/Card.svelte';
import { onDestroy } from 'svelte';
let repoImages: Record<string, string | null> = {};
// When repos load, check for images