Compare commits

..

No commits in common. "ca5fdef4fcd876efe05722d90dfa819773f48474" and "9b12e226364480b79cda1374dd8993e85d3abe11" have entirely different histories.

3 changed files with 595 additions and 633 deletions

View file

@ -19,36 +19,37 @@
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"clsx": "^2.0.0", "clsx": "^2.0.0",
"lucide-svelte": "^0.279.0", "lucide-svelte": "^0.279.0",
"marked": "^7.0.5", "marked": "^7.0.1",
"svelte-boring-avatars": "^1.2.4", "svelte-boring-avatars": "^1.2.4",
"tailwind-merge": "^1.14.0" "tailwind-merge": "^1.14.0"
}, },
"devDependencies": { "devDependencies": {
"@melt-ui/pp": "^0.1.4", "@melt-ui/pp": "^0.1.2",
"@melt-ui/svelte": "^0.50.1", "@melt-ui/svelte": "^0.50.0",
"@playwright/test": "^1.40.0", "@playwright/test": "^1.28.1",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-node": "^1.3.1", "@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.27.6", "@sveltejs/kit": "^1.20.4",
"@types/marked": "^5.0.2", "@types/marked": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.62.0", "@typescript-eslint/parser": "^5.45.0",
"autoprefixer": "^10.4.16", "autoprefixer": "^10.4.14",
"eslint": "^8.54.0", "eslint": "^8.28.0",
"eslint-config-prettier": "^8.10.0", "eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.35.1", "eslint-plugin-svelte": "^2.30.0",
"postcss": "^8.4.31", "postcss": "^8.4.27",
"prettier": "^2.8.8", "prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1", "prettier-plugin-svelte": "^2.10.1",
"prettier-plugin-tailwindcss": "^0.4.1", "prettier-plugin-tailwindcss": "^0.4.1",
"svelte": "^4.2.7", "svelte": "^4.0.5",
"svelte-check": "^3.6.1", "svelte-check": "^3.4.3",
"svelte-sequential-preprocessor": "^2.0.1", "svelte-sequential-preprocessor": "^2.0.1",
"sveltekit-superforms": "^1.10.2", "sveltekit-superforms": "^1.7.0",
"tailwindcss": "^3.3.5", "tailwindcss": "^3.3.3",
"tslib": "^2.6.2", "tslib": "^2.4.1",
"typescript": "^5.3.2", "typescript": "^5.0.0",
"vite": "^4.5.0", "vite": "^4.4.2",
"vitest": "^0.32.4", "vitest": "^0.32.2",
"zod": "^3.22.4" "zod": "^3.21.4"
} }
} }

1181
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

View file

@ -50,7 +50,7 @@
{puzzle.name} {puzzle.name}
<span class="text-xl text-highlight-secondary">({puzzle.scoreMax} points)</span> <span class="text-xl text-highlight-secondary">({puzzle.scoreMax} points)</span>
</h1> </h1>
<div class="h-screen w-full overflow-y-auto break-normal font-fira text-xs sm:text-base"> <div class="h-screen w-full overflow-y-auto break-all font-fira text-xs sm:text-base">
{@html marked(puzzle.content, options)} {@html marked(puzzle.content, options)}
</div> </div>
{#if !puzzle.score} {#if !puzzle.score}