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
2 changes: 2 additions & 0 deletions src/app/Toggle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ export default function Toggle({ isOn, onToggle, disabled }: ToggleProps) {
);
}
// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/app/api/invoices/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,5 @@ export async function GET(request: NextRequest) {
},
});
}

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/app/api/pnl/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ export async function GET() {

return NextResponse.json(data);
}

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/app/api/upload/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ export async function POST(request: NextRequest) {
{ status: 503 }
);
}

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/app/api/v1/network/fees/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ export async function GET(request: NextRequest) {
p95: shouldSimulateCongestion ? 400 : 180,
});
}

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/app/error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,5 @@ export default function ErrorPage({ error, reset }: { error: Error; reset: () =>
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/app/faq/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,5 @@ export default function FAQ() {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/app/health/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,5 @@ export async function GET(request: NextRequest) {
clearTimeout(timeout);
}
}

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ export default function RootLayout({ children }: { children: React.ReactNode })
);
}
// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/app/legal/terms/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,5 @@ export default function TermsPage() {
}

// Inconsequential change for repo health

// Maintenance: minor update
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 @@ -272,3 +272,5 @@ export default function InvoiceDetailPage() {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/app/metrics-demo/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,5 @@ export default function MetricsDemoPage() {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ export default function NotFound() {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -365,3 +365,5 @@ export default function Page() {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/app/pools/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,5 @@ export default function PoolsPage() {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/app/portfolio/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,5 @@ export default function PortfolioPage() {
);
}
// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/app/settings/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,5 @@ export default function SettingsPage() {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/app/swap/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ export default function SwapPage() {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/app/v1/risk/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,5 @@ export async function GET(request: NextRequest) {
clearTimeout(timeout);
}
}

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/AddTrustlineButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,5 @@ export default function AddTrustlineButton({ assetCode, assetIssuer }: AddTrustl
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/AnalyticsSkeleton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,5 @@ const AnalyticsSkeleton: React.FC = () => {
};
export default AnalyticsSkeleton;
// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/AnimatedCounter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ export default function AnimatedCounter({
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/AssetsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,5 @@ export default function AssetsList() {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/AuthenticatedSkeleton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ export default function AuthenticatedSkeleton({
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/Breadcrumbs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ export default function Breadcrumbs() {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ export default function Card({ children, className = "" }: CardProps) {
);
}
// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/ConnectWallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,5 @@ export default function ConnectWallet() {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/DataUnavailable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,5 @@ export default function DataUnavailable({
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/DegradedPerformanceBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,5 @@ export default function DegradedPerformanceBanner() {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/DynamicRiskAssessmentChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ const DynamicRiskAssessmentChartWrapper: React.FC<DynamicRiskAssessmentChartProp
export default DynamicRiskAssessmentChartWrapper;

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/EmptyState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ export default function EmptyState({ onConnectWallet }: EmptyStateProps) {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/ErrorBoundary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,5 @@ class ErrorBoundary extends Component<Props, State> {

export default ErrorBoundary;
// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/ExpertModeModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,5 @@ export default function ExpertModeModal({
);
}
// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/FiatOnRampModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,5 @@ export default function FiatOnRampModal({ isOpen, onClose }: FiatOnRampModalProp
);
}
// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/FractionalPurchaseModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,5 @@ export default function FractionalPurchaseModal({
);
}
// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/FreighterConnectModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,5 @@ export default function FreighterConnectModal({ isOpen, onClose }: FreighterConn
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/HighSlippageWarning.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,5 @@ export default function HighSlippageWarning({
);
}
// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/HistoryEmptyState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ export default function HistoryEmptyState() {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/InvoiceFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,5 @@ const InvoiceFilter: React.FC<InvoiceFilterProps> = ({ filters, onFiltersChange
export default InvoiceFilter;

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/InvoiceMintForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -312,3 +312,5 @@ export default function InvoiceMintForm({ onClose, onSuccess }: InvoiceMintFormP
);
}
// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/InvoiceTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,5 @@ const InvoiceTable: React.FC<InvoiceTableProps> = ({ filters }) => {
export default InvoiceTable;

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/LiquidityList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,5 @@ export default function LiquidityList() {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/LivePriceChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,5 @@ export default function LivePriceChart({ symbol, height = 400 }: LivePriceChartP
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/LoanTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,5 @@ export default function LoanTable() {
);
}
// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,5 @@ export default function Navbar({ address, onConnect }: NavbarProps) {
);
}
// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/NetworkCongestionBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ export default function NetworkCongestionBanner() {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/NetworkCongestionDetector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ export default function NetworkCongestionDetector() {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/NetworkMismatchWarning.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,5 @@ export function NetworkMismatchWarning() {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/NetworkSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,5 @@ export default function NetworkSelector({ onNetworkChange }: NetworkSelectorProp
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/NetworkToggle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,5 @@ export function useEffectiveNetwork(defaultNetwork: NetworkType = 'Testnet'): Ne
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/NewsBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ export default function NewsBanner() {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/PageTransition.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,5 @@ const PageTransition: React.FC<PageTransitionProps> = ({ children }) => {
export default PageTransition;

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/PaginationControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,5 @@ const PaginationControls: React.FC<PaginationControlsProps> = ({
export default PaginationControls;

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/PortfolioChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,5 @@ export default function PortfolioChart() {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/PremiumUnlockModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,5 @@ export default function PremiumUnlockModal({ isOpen, onClose, currentBalance }:
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/PriceChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ export default function PriceChart() {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/ProModeSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,5 @@ export default function ProModeSection() {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/RWALoansDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -314,3 +314,5 @@ export default function RWALoansDashboard() {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/RepayInvoiceButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,5 @@ export default function RepayInvoiceButton({
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/RiskAssessmentChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,5 @@ const RiskAssessmentChart: React.FC<RiskAssessmentChartProps> = ({
export default RiskAssessmentChart;

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/SettingsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,5 @@ export default function SettingsModal({ isOpen, onClose }: SettingsModalProps) {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -355,3 +355,5 @@ export default function Sidebar({ address, onConnect }: SidebarProps) {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/SignatureOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,5 @@ export default function SignatureOverlay() {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/SkeletonRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ const SkeletonRow = () => {
export default SkeletonRow;

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/SlippageIndicator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ export function SlippageIndicator({ slippageValue }: SlippageIndicatorProps) {
}

// Inconsequential change for repo health

// Maintenance: minor update
2 changes: 2 additions & 0 deletions src/components/StarIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ export default function StarIcon({ isStarred, onClick, size = 16, className = ''
}

// Inconsequential change for repo health

// Maintenance: minor update
Loading
Loading