Compare commits

...

2 commits

Author SHA1 Message Date
glazk0
ca5fdef4fc
fix: word breaking 2023-11-22 22:59:11 +01:00
glazk0
ac30744a48
misc: deps update 2023-11-22 22:58:59 +01:00
3 changed files with 633 additions and 595 deletions

View file

@ -19,37 +19,36 @@
"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.1", "marked": "^7.0.5",
"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.2", "@melt-ui/pp": "^0.1.4",
"@melt-ui/svelte": "^0.50.0", "@melt-ui/svelte": "^0.50.1",
"@playwright/test": "^1.28.1", "@playwright/test": "^1.40.0",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-node": "^1.3.1", "@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.20.4", "@sveltejs/kit": "^1.27.6",
"@types/marked": "^5.0.1", "@types/marked": "^5.0.2",
"@typescript-eslint/eslint-plugin": "^5.45.0", "@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.45.0", "@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.16",
"eslint": "^8.28.0", "eslint": "^8.54.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte": "^2.30.0", "eslint-plugin-svelte": "^2.35.1",
"postcss": "^8.4.27", "postcss": "^8.4.31",
"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.0.5", "svelte": "^4.2.7",
"svelte-check": "^3.4.3", "svelte-check": "^3.6.1",
"svelte-sequential-preprocessor": "^2.0.1", "svelte-sequential-preprocessor": "^2.0.1",
"sveltekit-superforms": "^1.7.0", "sveltekit-superforms": "^1.10.2",
"tailwindcss": "^3.3.3", "tailwindcss": "^3.3.5",
"tslib": "^2.4.1", "tslib": "^2.6.2",
"typescript": "^5.0.0", "typescript": "^5.3.2",
"vite": "^4.4.2", "vite": "^4.5.0",
"vitest": "^0.32.2", "vitest": "^0.32.4",
"zod": "^3.21.4" "zod": "^3.22.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-all font-fira text-xs sm:text-base"> <div class="h-screen w-full overflow-y-auto break-normal 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}