diff --git a/package-lock.json b/package-lock.json index e9de78b..eda012c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aitherboard", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "aitherboard", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "dependencies": { "@codemirror/autocomplete": "^6.20.0", @@ -23,6 +23,7 @@ "@sveltejs/vite-plugin-svelte": "^4.0.0-next.6", "@tanstack/svelte-virtual": "^3.0.0", "asciidoctor": "3.0.x", + "blurhash": "^2.0.5", "codemirror-asciidoc": "^2.0.1", "dompurify": "^3.0.6", "emoji-picker-element": "^1.28.1", @@ -4078,6 +4079,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/blurhash": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.5.tgz", + "integrity": "sha512-cRygWd7kGBQO3VEhPiTgq4Wc43ctsM+o46urrmPOiuAe+07fzlSB9OJVdpgDL0jPqXUVQ9ht7aq7kxOeJHRK+w==", + "license": "MIT" + }, "node_modules/brace-expansion": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", diff --git a/package.json b/package.json index 749894b..4f5215f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aitherboard", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "author": "silberengel@gitcitadel.com", "description": "A decentralized messageboard built on the Nostr protocol.", @@ -37,6 +37,7 @@ "@sveltejs/vite-plugin-svelte": "^4.0.0-next.6", "@tanstack/svelte-virtual": "^3.0.0", "asciidoctor": "3.0.x", + "blurhash": "^2.0.5", "codemirror-asciidoc": "^2.0.1", "dompurify": "^3.0.6", "emoji-picker-element": "^1.28.1", diff --git a/public/healthz.json b/public/healthz.json index afa4000..55f2aa6 100644 --- a/public/healthz.json +++ b/public/healthz.json @@ -1,8 +1,8 @@ { "status": "ok", "service": "aitherboard", - "version": "0.3.0", - "buildTime": "2026-02-11T10:58:05.118Z", + "version": "0.3.1", + "buildTime": "2026-02-12T11:24:49.574Z", "gitCommit": "unknown", - "timestamp": 1770807485118 + "timestamp": 1770895489574 } \ No newline at end of file diff --git a/src/lib/components/content/MediaAttachments.svelte b/src/lib/components/content/MediaAttachments.svelte index 5c30c2e..7640ff3 100644 --- a/src/lib/components/content/MediaAttachments.svelte +++ b/src/lib/components/content/MediaAttachments.svelte @@ -1,13 +1,17 @@
{#each parseContentWithNIP21Links() as segment} {@const highlightContent = getHighlightContent()} @@ -1087,22 +1087,6 @@ {/if} {/each}
- - {#if getMediaUrls().length > 0} - {@const mediaUrls = getMediaUrls()} -