mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 14:11:13 -05:00
feat: Implement network status banner
This commit is contained in:
@@ -18,6 +18,7 @@ import { EntityErrorBoundary } from "@/components/error/EntityErrorBoundary";
|
||||
import { breadcrumb } from "@/lib/errorBreadcrumbs";
|
||||
import { handleError } from "@/lib/errorHandler";
|
||||
import { RetryStatusIndicator } from "@/components/ui/retry-status-indicator";
|
||||
import { NetworkStatusBanner } from "@/components/ui/network-status-banner";
|
||||
|
||||
// Core routes (eager-loaded for best UX)
|
||||
import Index from "./pages/Index";
|
||||
@@ -134,6 +135,7 @@ function AppContent(): React.JSX.Element {
|
||||
<TooltipProvider>
|
||||
<NavigationTracker />
|
||||
<LocationAutoDetectProvider />
|
||||
<NetworkStatusBanner />
|
||||
<RetryStatusIndicator />
|
||||
<Toaster />
|
||||
<Sonner />
|
||||
|
||||
Reference in New Issue
Block a user