Skip to content

Commit

Permalink
Merge pull request #60 from 21CSM/39-user-auth
Browse files Browse the repository at this point in the history
39 user auth
  • Loading branch information
21CSM authored Oct 1, 2024
2 parents 6230dec + e596dbc commit 7a3628e
Show file tree
Hide file tree
Showing 17 changed files with 631 additions and 61 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"test:unit:watch": "vitest"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.0",
"@playwright/test": "^1.28.1",
"@skeletonlabs/skeleton": "2.10.2",
"@skeletonlabs/tw-plugin": "0.4.0",
Expand All @@ -42,6 +43,7 @@
"tailwindcss": "3.4.12",
"typescript": "^5.0.0",
"typescript-eslint": "^8.0.0",
"unplugin-icons": "^0.19.3",
"vite": "^5.4.8",
"vite-plugin-tailwind-purgecss": "0.3.3",
"vitest": "^2.0.0"
Expand Down
146 changes: 146 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/app.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!doctype html>
<html lang="en" class="dark">
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" data-theme="skeleton">
<body data-sveltekit-preload-data="hover" data-theme="hamlindigo">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>
Binary file added src/lib/assets/medieval-sheet-music.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7a3628e

Please sign in to comment.