Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/web/src/components/dashboard/DashboardEmptyState.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
export function DashboardEmptyState() {
return (
<div className="dashboard-empty-state">
Expand Down
1 change: 1 addition & 0 deletions apps/web/src/components/dashboard/DashboardErrorState.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
export function DashboardErrorState({
error,
onRetry,
Expand Down
1 change: 1 addition & 0 deletions apps/web/src/components/dashboard/KeeperStatusCard.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
import { shortHash } from "../../lib/format";
import type { DashboardData, KeeperDryRunPhase } from "../../dashboard/types";

Expand Down
1 change: 1 addition & 0 deletions apps/web/src/components/dashboard/RoundStatusCard.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
import { useDrandCountdown, formatCountdown } from "../../hooks/useDrandCountdown";
import { shortAddr } from "../../lib/format";
import { classifyRoundPhase, type RoundPhase } from "../../lib/round-phase";
Expand Down
1 change: 1 addition & 0 deletions apps/web/src/components/dashboard/SettlementCard.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
import { shortAddr, usdc } from "../../lib/format";
import type { DashboardData } from "../../dashboard/types";

Expand Down
1 change: 1 addition & 0 deletions apps/web/src/components/dashboard/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Sub Rosa contributors
export { RoundStatusCard } from "./RoundStatusCard";
export { KeeperStatusCard } from "./KeeperStatusCard";
export { BidderProgressCard } from "./BidderProgressCard";
Expand Down