feat(web): add repo link
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
"vite-plugin-wasm-pack-watcher": "^1.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lucide/svelte": "^1.33.0",
|
||||
"esbuild": "^0.28.2",
|
||||
"katex": "^0.18.4",
|
||||
"rollup": "^4.62.4",
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
EvaluateWordsProgress,
|
||||
} from "./solver/types.ts";
|
||||
import SolverOutput from "./components/SolverOutput.svelte";
|
||||
import { FolderGit2 } from "@lucide/svelte";
|
||||
("@lucide/svelte");
|
||||
|
||||
let guesses = $state([
|
||||
{
|
||||
@@ -112,6 +114,13 @@
|
||||
<div
|
||||
class="min-h-screen bg-zinc-950 text-zinc-100 flex items-center justify-center gap-8"
|
||||
>
|
||||
<a
|
||||
class="fixed top-4 right-4"
|
||||
href="https://git.jroeger.de/jonas/wordle-solver-rs"
|
||||
target="_blank"
|
||||
>
|
||||
<FolderGit2 />
|
||||
</a>
|
||||
<div class="text-center">
|
||||
<h1 class="mb-6 text-3xl font-bold">Wordle Solver</h1>
|
||||
|
||||
|
||||
@@ -188,6 +188,11 @@
|
||||
"@jridgewell/resolve-uri" "^3.1.0"
|
||||
"@jridgewell/sourcemap-codec" "^1.4.14"
|
||||
|
||||
"@lucide/svelte@^1.33.0":
|
||||
version "1.33.0"
|
||||
resolved "https://registry.yarnpkg.com/@lucide/svelte/-/svelte-1.33.0.tgz#c7344737270e7e7bf85756daac3c9b739c2c38f3"
|
||||
integrity sha512-b+osTYG2V4dge5Lr7tnaTaahhy/4vH7Xb8zcqVjmctjwgkpXS0NNOJPkGzHHZoxtw/OO+2YAU28omeMfYCaawg==
|
||||
|
||||
"@napi-rs/lzma-linux-x64-gnu@1.5.1":
|
||||
version "1.5.1"
|
||||
resolved "https://registry.yarnpkg.com/@napi-rs/lzma-linux-x64-gnu/-/lzma-linux-x64-gnu-1.5.1.tgz#e57d4306966078662038094fb38eb9146dc3aea9"
|
||||
|
||||
Reference in New Issue
Block a user