Skip to content
Merged
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
3 changes: 2 additions & 1 deletion src/app/Toggle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ export default function Toggle({ isOn, onToggle, disabled }: ToggleProps) {
/>
</button>
);
}
}
// Inconsequential change for repo health
2 changes: 2 additions & 0 deletions src/app/error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,5 @@ export default function ErrorPage({ error, reset }: { error: Error; reset: () =>
</div>
);
}

// Inconsequential change for repo health
2 changes: 2 additions & 0 deletions src/app/faq/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,5 @@ export default function FAQ() {
</div>
);
}

// Inconsequential change for repo health
3 changes: 2 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ export default function RootLayout({ children }: { children: React.ReactNode })
</body>
</html>
);
}
}
// Inconsequential change for repo health
2 changes: 2 additions & 0 deletions src/app/legal/terms/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,5 @@ export default function TermsPage() {
</div>
);
}

// Inconsequential change for repo health
2 changes: 2 additions & 0 deletions src/app/marketplace/inv-123/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,3 +270,5 @@ export default function InvoiceDetailPage() {
</div>
);
}

// Inconsequential change for repo health
2 changes: 2 additions & 0 deletions src/app/metrics-demo/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,5 @@ export default function MetricsDemoPage() {
</div>
);
}

// Inconsequential change for repo health
2 changes: 2 additions & 0 deletions src/app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,5 @@ export default function NotFound() {
</div>
);
}

// Inconsequential change for repo health
2 changes: 2 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -363,3 +363,5 @@ export default function Page() {
</div>
);
}

// Inconsequential change for repo health
2 changes: 2 additions & 0 deletions src/app/pools/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,5 @@ export default function PoolsPage() {
</div>
);
}

// Inconsequential change for repo health
3 changes: 2 additions & 1 deletion src/app/portfolio/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@ export default function PortfolioPage() {
/>
</div>
);
}
}
// Inconsequential change for repo health
2 changes: 2 additions & 0 deletions src/app/settings/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,5 @@ export default function SettingsPage() {
</div>
);
}

// Inconsequential change for repo health
2 changes: 2 additions & 0 deletions src/app/swap/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ export default function SwapPage() {
</div>
);
}

// Inconsequential change for repo health
2 changes: 2 additions & 0 deletions src/components/AddTrustlineButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,5 @@ export default function AddTrustlineButton({ assetCode, assetIssuer }: AddTrustl
</Button>
);
}

// Inconsequential change for repo health
3 changes: 2 additions & 1 deletion src/components/AnalyticsSkeleton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ const AnalyticsSkeleton: React.FC = () => {
</div>
);
};
export default AnalyticsSkeleton;
export default AnalyticsSkeleton;
// Inconsequential change for repo health
2 changes: 2 additions & 0 deletions src/components/AnimatedCounter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ export default function AnimatedCounter({
/>
);
}

// Inconsequential change for repo health
2 changes: 2 additions & 0 deletions src/components/AssetsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,5 @@ export default function AssetsList() {
</div>
);
}

// Inconsequential change for repo health
2 changes: 2 additions & 0 deletions src/components/AuthenticatedSkeleton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ export default function AuthenticatedSkeleton({
</div>
);
}

// Inconsequential change for repo health
2 changes: 2 additions & 0 deletions src/components/Breadcrumbs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ export default function Breadcrumbs() {
</nav>
);
}

// Inconsequential change for repo health
3 changes: 2 additions & 1 deletion src/components/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ export default function Card({ children, className = "" }: CardProps) {
{children}
</div>
);
}
}
// Inconsequential change for repo health
2 changes: 2 additions & 0 deletions src/components/ConnectWallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,5 @@ export default function ConnectWallet() {
</div>
);
}

// Inconsequential change for repo health
2 changes: 2 additions & 0 deletions src/components/DataUnavailable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,5 @@ export default function DataUnavailable({
</div>
);
}

// Inconsequential change for repo health
2 changes: 2 additions & 0 deletions src/components/DegradedPerformanceBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,5 @@ export default function DegradedPerformanceBanner() {
</div>
);
}

// Inconsequential change for repo health
2 changes: 2 additions & 0 deletions src/components/DynamicRiskAssessmentChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,5 @@ const DynamicRiskAssessmentChartWrapper: React.FC<DynamicRiskAssessmentChartProp
};

export default DynamicRiskAssessmentChartWrapper;

// Inconsequential change for repo health
2 changes: 2 additions & 0 deletions src/components/EmptyState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ export default function EmptyState({ onConnectWallet }: EmptyStateProps) {
</div>
);
}

// Inconsequential change for repo health
3 changes: 2 additions & 1 deletion src/components/ErrorBoundary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ class ErrorBoundary extends Component<Props, State> {
}
}

export default ErrorBoundary;
export default ErrorBoundary;
// Inconsequential change for repo health
3 changes: 2 additions & 1 deletion src/components/ExpertModeModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,5 @@ export default function ExpertModeModal({
</Card>
</div>
);
}
}
// Inconsequential change for repo health
3 changes: 2 additions & 1 deletion src/components/FiatOnRampModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,5 @@ export default function FiatOnRampModal({ isOpen, onClose }: FiatOnRampModalProp
</Card>
</div>
);
}
}
// Inconsequential change for repo health
3 changes: 2 additions & 1 deletion src/components/FractionalPurchaseModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,5 @@ export default function FractionalPurchaseModal({
</div>
</div>
);
}
}
// Inconsequential change for repo health
2 changes: 2 additions & 0 deletions src/components/FreighterConnectModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,5 @@ export default function FreighterConnectModal({ isOpen, onClose }: FreighterConn
</div>
);
}

// Inconsequential change for repo health
3 changes: 2 additions & 1 deletion src/components/HighSlippageWarning.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,5 @@ export default function HighSlippageWarning({
</Card>
</div>
);
}
}
// Inconsequential change for repo health
2 changes: 2 additions & 0 deletions src/components/HistoryEmptyState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ export default function HistoryEmptyState() {
</div>
);
}

// Inconsequential change for repo health
2 changes: 2 additions & 0 deletions src/components/InvoiceFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,5 @@ const InvoiceFilter: React.FC<InvoiceFilterProps> = ({ filters, onFiltersChange
};

export default InvoiceFilter;

// Inconsequential change for repo health
3 changes: 2 additions & 1 deletion src/components/InvoiceMintForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -310,4 +310,5 @@ export default function InvoiceMintForm({ onClose, onSuccess }: InvoiceMintFormP
</div>
</div>
);
}
}
// Inconsequential change for repo health
2 changes: 2 additions & 0 deletions src/components/InvoiceTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,5 @@ const InvoiceTable: React.FC<InvoiceTableProps> = ({ filters }) => {
};

export default InvoiceTable;

// Inconsequential change for repo health
2 changes: 2 additions & 0 deletions src/components/LiquidityList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,5 @@ export default function LiquidityList() {
</div>
);
}

// Inconsequential change for repo health
2 changes: 2 additions & 0 deletions src/components/LivePriceChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,3 +255,5 @@ export default function LivePriceChart({ symbol, height = 400 }: LivePriceChartP
</div>
);
}

// Inconsequential change for repo health
Loading
Loading