Updated Deps, adjusted Styles, Added DEV.to link

This commit is contained in:
Luke Hagar
2023-05-30 13:18:21 -05:00
parent 224cfa46a4
commit 1d8bc69bd7
10 changed files with 1302 additions and 1029 deletions

View File

@@ -1,22 +1,15 @@
<script lang="ts">
import Header from '$lib/Header.svelte';
import '$lib/theme-luke.css';
import { AppShell } from '@skeletonlabs/skeleton';
import '@skeletonlabs/skeleton/styles/all.css';
import '../app.postcss';
// Import the Analytics package, and the SvelteKit dev variable.
import { dev } from '$app/environment';
import { inject } from '@vercel/analytics';
// Inject the Analytics functionality
inject({ mode: dev ? 'development' : 'production' });
</script>
<!-- App Shell -->
<AppShell slotSidebarLeft="bg-surface-500/5 w-56 p-4">
<svelte:fragment slot="header">
<!-- App Bar -->
<Header />
</svelte:fragment>
<!-- Page Route Content -->
<slot />
</AppShell>
<!-- Page Route Content -->
<slot />