diff --git a/apps/desktop2/package.json b/apps/desktop2/package.json index 60d244e7..71ba191b 100644 --- a/apps/desktop2/package.json +++ b/apps/desktop2/package.json @@ -15,10 +15,12 @@ "@lume/utils": "workspace:^", "@radix-ui/react-checkbox": "^1.0.4", "@radix-ui/react-collapsible": "^1.0.3", + "@radix-ui/react-dropdown-menu": "^2.0.6", + "@radix-ui/react-popover": "^1.0.7", "@tanstack/query-sync-storage-persister": "^5.24.1", - "@tanstack/react-query": "^5.22.2", - "@tanstack/react-query-persist-client": "^5.22.2", - "@tanstack/react-router": "^1.16.6", + "@tanstack/react-query": "^5.24.1", + "@tanstack/react-query-persist-client": "^5.24.1", + "@tanstack/react-router": "^1.17.4", "i18next": "^23.10.0", "i18next-resources-to-backend": "^1.2.0", "nostr-tools": "^2.3.1", @@ -27,16 +29,16 @@ "react-i18next": "^14.0.5", "slate": "^0.101.5", "slate-react": "^0.101.6", - "sonner": "^1.4.1", + "sonner": "^1.4.2", "virtua": "^0.27.5" }, "devDependencies": { "@lume/tailwindcss": "workspace:^", "@lume/tsconfig": "workspace:^", "@lume/types": "workspace:^", - "@tanstack/router-devtools": "^1.16.6", + "@tanstack/router-devtools": "^1.17.4", "@tanstack/router-vite-plugin": "^1.16.5", - "@types/react": "^18.2.58", + "@types/react": "^18.2.60", "@types/react-dom": "^18.2.19", "@vitejs/plugin-react-swc": "^3.6.0", "autoprefixer": "^10.4.17", diff --git a/apps/desktop2/src/components/accounts.tsx b/apps/desktop2/src/components/accounts.tsx index 5e748d54..dbf134fd 100644 --- a/apps/desktop2/src/components/accounts.tsx +++ b/apps/desktop2/src/components/accounts.tsx @@ -1,9 +1,12 @@ import { useArk } from "@lume/ark"; -import { PlusIcon } from "@lume/icons"; import { Account } from "@lume/types"; import { User } from "@lume/ui"; -import { Link, useNavigate, useParams } from "@tanstack/react-router"; +import { useNavigate, useParams, useSearch } from "@tanstack/react-router"; import { useEffect, useState } from "react"; +import * as Popover from "@radix-ui/react-popover"; +import { Link } from "@tanstack/react-router"; +import { useTranslation } from "react-i18next"; +import * as DropdownMenu from "@radix-ui/react-dropdown-menu"; export function Accounts() { const ark = useArk(); @@ -22,12 +25,6 @@ export function Accounts() { return (
+ You can continue by claim and backup this account, or you can + import your own account key. +
++ Empty newsfeed. Or you can go to{" "} + + Discover + +
+Loading...
-