fix: Cleaned up pages
All checks were successful
Build and Push Development Docker Image / build-and-push (push) Successful in 1m6s
All checks were successful
Build and Push Development Docker Image / build-and-push (push) Successful in 1m6s
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@luke-else/component-lib": "^1.0.8",
|
||||
"@luke-else/component-lib": "^1.1.3",
|
||||
"@tailwindcss/vite": "^4.1.13",
|
||||
"svelte-toasts": "^1.1.2",
|
||||
"tailwindcss": "^4.1.13"
|
||||
|
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
@@ -9,8 +9,8 @@ importers:
|
||||
.:
|
||||
dependencies:
|
||||
'@luke-else/component-lib':
|
||||
specifier: ^1.0.8
|
||||
version: 1.0.8(vite@6.3.5(jiti@2.5.1)(lightningcss@1.30.1))
|
||||
specifier: ^1.1.3
|
||||
version: 1.1.3(vite@6.3.5(jiti@2.5.1)(lightningcss@1.30.1))
|
||||
'@tailwindcss/vite':
|
||||
specifier: ^4.1.13
|
||||
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':
|
||||
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
||||
|
||||
'@luke-else/component-lib@1.0.8':
|
||||
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}
|
||||
'@luke-else/component-lib@1.1.3':
|
||||
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':
|
||||
resolution: {integrity: sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==}
|
||||
@@ -1188,7 +1188,7 @@ snapshots:
|
||||
'@jridgewell/resolve-uri': 3.1.2
|
||||
'@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:
|
||||
'@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))
|
||||
|
@@ -1 +1 @@
|
||||
@import "tailwindcss"
|
||||
@import "tailwindcss";
|
@@ -1,9 +1 @@
|
||||
// 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 };
|
||||
// place files you want to import through the `$lib` alias in this folder.
|
@@ -35,6 +35,7 @@
|
||||
showProgress: true
|
||||
})}
|
||||
</div>
|
||||
<p>Sorry... we can't show you anything here</p>
|
||||
{/if}
|
||||
<!-- Repositories loaded successfully -->
|
||||
<GridGallery>
|
||||
|
Reference in New Issue
Block a user