feat: upgrade to rust nostr 0.30.0 and migrate to nostrdb

This commit is contained in:
2024-04-13 08:53:31 +07:00
parent a14aeaeb55
commit 89f577fbef
6 changed files with 283 additions and 277 deletions

View File

@@ -4,7 +4,6 @@ import { LoaderIcon } from "@lume/icons";
import { Event, Kind } from "@lume/types";
import { Await, createFileRoute } from "@tanstack/react-router";
import { Virtualizer } from "virtua";
import { fetch } from "@tauri-apps/plugin-http";
import { defer } from "@tanstack/react-router";
import { Suspense } from "react";
@@ -51,7 +50,7 @@ export function Screen() {
className="inline-flex items-center gap-2 text-sm font-medium"
disabled
>
<LoaderIcon className="size-5" />
<LoaderIcon className="animate-spin size-5" />
Loading...
</button>
</div>