Skip to content

Commit

Permalink
feat: upgrade to rust nostr 0.30.0 and migrate to nostrdb
Browse files Browse the repository at this point in the history
  • Loading branch information
reyamir committed Apr 13, 2024
1 parent a14aeae commit 89f577f
Show file tree
Hide file tree
Showing 6 changed files with 278 additions and 272 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ dist/
.DS_Store
*.pem
.vscode/
ndb/
3 changes: 1 addition & 2 deletions apps/desktop2/src/routes/trending.notes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down Expand Up @@ -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>
Expand Down
Loading

0 comments on commit 89f577f

Please sign in to comment.