diff --git a/apps/ui/src/components/metagraphed/gittensor-registered-repos.tsx b/apps/ui/src/components/metagraphed/gittensor-registered-repos.tsx index 4c64a1d67..8b692cac0 100644 --- a/apps/ui/src/components/metagraphed/gittensor-registered-repos.tsx +++ b/apps/ui/src/components/metagraphed/gittensor-registered-repos.tsx @@ -1,5 +1,5 @@ import { useQuery } from "@tanstack/react-query"; -import { BrandIcon } from "@jsonbored/ui-kit"; +import { BrandIcon, ExternalLink } from "@jsonbored/ui-kit"; import { Panel } from "@/components/metagraphed/primitives"; import { adapterQuery } from "@/lib/metagraphed/queries"; @@ -63,10 +63,9 @@ export function GittensorRegisteredRepos({ slug }: { slug: string }) { const sharePct = typeof row.emission_share === "number" ? row.emission_share * 100 : null; return (
+
Lowest-coverage dimensions first — the biggest gaps to fill.
@@ -93,7 +93,7 @@ export function IntegrabilityBoard() { subnets+
How subnet completeness scores are distributed across the registry.
diff --git a/apps/ui/src/components/metagraphed/mega-menu-live-preview-link.tsx b/apps/ui/src/components/metagraphed/mega-menu-live-preview-link.tsx index 028c10aa0..6cf1625f1 100644 --- a/apps/ui/src/components/metagraphed/mega-menu-live-preview-link.tsx +++ b/apps/ui/src/components/metagraphed/mega-menu-live-preview-link.tsx @@ -44,7 +44,7 @@ function LiveRowLink({ item, onNavigate, registerItem, itemIndex }: MegaMenuLive > {item.label} - {item.sub} + {item.sub}+
May take a few moments to appear once indexed.
+
Paste anything: wallet address (ss58), block number, transaction hash (0x…) or block hash to jump directly.
@@ -444,7 +450,7 @@ export function NavOmnibox({ onOpenPalette }: Props) { setOpen(true); inputRef.current?.focus(); }} - className="rounded-full border border-border bg-card px-2.5 py-0.5 text-[11px] text-ink-muted hover:text-ink-strong hover:border-accent/40 transition-colors" + className="rounded-full border border-border bg-card px-2.5 py-0.5 mg-type-caption text-ink-muted hover:text-ink-strong hover:border-accent/40 transition-colors" > {r} diff --git a/apps/ui/src/components/metagraphed/network-switcher.tsx b/apps/ui/src/components/metagraphed/network-switcher.tsx index 3955b9a69..64cbe8b13 100644 --- a/apps/ui/src/components/metagraphed/network-switcher.tsx +++ b/apps/ui/src/components/metagraphed/network-switcher.tsx @@ -1,6 +1,6 @@ import { useEffect, useState } from "react"; import { Check, ChevronDown, Globe2, Pencil, TerminalSquare } from "lucide-react"; -import { Popover, PopoverTrigger } from "@jsonbored/ui-kit"; +import { ExternalLink, Popover, PopoverTrigger } from "@jsonbored/ui-kit"; import { ClampedPopoverContent } from "./clamped-popover-content"; import { useApiBase, useNetwork } from "@/hooks/use-api-base"; import { CHAIN_NETWORKS, LOCAL_DEV, DEFAULT_API_BASE } from "@/lib/metagraphed/config"; @@ -116,7 +116,7 @@ export function NetworkSwitcher() { {active ?{LOCAL_DEV.rpc}
-
setup →
-
+
{title}
-{body}
+{body}