fix: Cleaned up pages
All checks were successful
Build and Push Development Docker Image / build-and-push (push) Successful in 1m6s

This commit is contained in:
2025-09-18 19:40:58 +01:00
parent 188f4616ea
commit b1944e64d9
5 changed files with 9 additions and 16 deletions

View File

@@ -28,7 +28,7 @@
}, },
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"@luke-else/component-lib": "^1.0.8", "@luke-else/component-lib": "^1.1.3",
"@tailwindcss/vite": "^4.1.13", "@tailwindcss/vite": "^4.1.13",
"svelte-toasts": "^1.1.2", "svelte-toasts": "^1.1.2",
"tailwindcss": "^4.1.13" "tailwindcss": "^4.1.13"

10
pnpm-lock.yaml generated
View File

@@ -9,8 +9,8 @@ importers:
.: .:
dependencies: dependencies:
'@luke-else/component-lib': '@luke-else/component-lib':
specifier: ^1.0.8 specifier: ^1.1.3
version: 1.0.8(vite@6.3.5(jiti@2.5.1)(lightningcss@1.30.1)) version: 1.1.3(vite@6.3.5(jiti@2.5.1)(lightningcss@1.30.1))
'@tailwindcss/vite': '@tailwindcss/vite':
specifier: ^4.1.13 specifier: ^4.1.13
version: 4.1.13(vite@6.3.5(jiti@2.5.1)(lightningcss@1.30.1)) version: 4.1.13(vite@6.3.5(jiti@2.5.1)(lightningcss@1.30.1))
@@ -240,8 +240,8 @@ packages:
'@jridgewell/trace-mapping@0.3.31': '@jridgewell/trace-mapping@0.3.31':
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==} resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
'@luke-else/component-lib@1.0.8': '@luke-else/component-lib@1.1.3':
resolution: {integrity: sha512-4wM5H7qW8UYoVBILU8RlV/BVeTTxMC0EMRA0Zq34ld0ETuLZI3rrVPjZwvOoYsPPMlI3qK+6rrezwrrfEXUOMg==, tarball: https://git.luke-else.co.uk/api/packages/luke-else/npm/%40luke-else%2Fcomponent-lib/-/1.0.8/component-lib-1.0.8.tgz} resolution: {integrity: sha512-RUK6Mj7OR0PhmyrRgf+LM9IV9ztCtleoGsNjcIo+aVCeuKM7znq9DNnJxKah1ew1JnYpJkS+VFKEaNzOfSLIDA==, tarball: https://git.luke-else.co.uk/api/packages/luke-else/npm/%40luke-else%2Fcomponent-lib/-/1.1.3/component-lib-1.1.3.tgz}
'@parcel/watcher-android-arm64@2.5.1': '@parcel/watcher-android-arm64@2.5.1':
resolution: {integrity: sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==} resolution: {integrity: sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==}
@@ -1188,7 +1188,7 @@ snapshots:
'@jridgewell/resolve-uri': 3.1.2 '@jridgewell/resolve-uri': 3.1.2
'@jridgewell/sourcemap-codec': 1.5.5 '@jridgewell/sourcemap-codec': 1.5.5
'@luke-else/component-lib@1.0.8(vite@6.3.5(jiti@2.5.1)(lightningcss@1.30.1))': '@luke-else/component-lib@1.1.3(vite@6.3.5(jiti@2.5.1)(lightningcss@1.30.1))':
dependencies: dependencies:
'@sveltejs/package': 2.5.2(svelte@5.38.10)(typescript@5.9.2) '@sveltejs/package': 2.5.2(svelte@5.38.10)(typescript@5.9.2)
'@sveltejs/vite-plugin-svelte': 6.2.0(svelte@5.38.10)(vite@6.3.5(jiti@2.5.1)(lightningcss@1.30.1)) '@sveltejs/vite-plugin-svelte': 6.2.0(svelte@5.38.10)(vite@6.3.5(jiti@2.5.1)(lightningcss@1.30.1))

View File

@@ -1 +1 @@
@import "tailwindcss" @import "tailwindcss";

View File

@@ -1,9 +1 @@
// place files you want to import through the `$lib` alias in this folder. // place files you want to import through the `$lib` alias in this folder.
import Card from '$lib/components/Cards/Card.svelte';
import GridGallery from './components/GridGallery.svelte';
import Loading from './components/Loading.svelte';
import Section from './components/Section.svelte';
import SkillProgress from './components/SkillProgress.svelte';
import Timeline from './components/Timeline.svelte';
export { Card, GridGallery, Loading, Section, SkillProgress, Timeline };

View File

@@ -35,6 +35,7 @@
showProgress: true showProgress: true
})} })}
</div> </div>
<p>Sorry... we can't show you anything here</p>
{/if} {/if}
<!-- Repositories loaded successfully --> <!-- Repositories loaded successfully -->
<GridGallery> <GridGallery>