diff --git a/public/healthz.json b/public/healthz.json index c7e97a3..da510e3 100644 --- a/public/healthz.json +++ b/public/healthz.json @@ -2,7 +2,7 @@ "status": "ok", "service": "aitherboard", "version": "0.1.0", - "buildTime": "2026-02-02T14:17:29.413Z", + "buildTime": "2026-02-02T14:49:18.071Z", "gitCommit": "unknown", - "timestamp": 1770041849413 + "timestamp": 1770043758071 } \ No newline at end of file diff --git a/src/lib/components/modals/SearchModal.svelte b/src/lib/components/modals/SearchModal.svelte new file mode 100644 index 0000000..a39697e --- /dev/null +++ b/src/lib/components/modals/SearchModal.svelte @@ -0,0 +1,363 @@ + + +{#if open} +
+{/if} + + diff --git a/src/lib/modules/feed/Kind1FeedPage.svelte b/src/lib/modules/feed/Kind1FeedPage.svelte index 7df3578..d0d0151 100644 --- a/src/lib/modules/feed/Kind1FeedPage.svelte +++ b/src/lib/modules/feed/Kind1FeedPage.svelte @@ -3,6 +3,7 @@ import CreateKind1Form from './CreateKind1Form.svelte'; import { nostrClient } from '../../services/nostr/nostr-client.js'; import { relayManager } from '../../services/nostr/relay-manager.js'; + import { keyboardShortcuts } from '../../services/keyboard-shortcuts.js'; import { onMount } from 'svelte'; import type { NostrEvent } from '../../types/nostr.js'; @@ -14,6 +15,7 @@ let loadingMore = $state(false); let newPostsCount = $state(0); let lastPostId = $state