PULSE-31: PWA support and offline banner #4

Merged
uz1mani merged 12 commits from staging into main 2026-02-04 11:46:26 +00:00
9 changed files with 3172 additions and 170 deletions
Showing only changes of commit a5f1d51f51 - Show all commits

View File

@@ -54,7 +54,9 @@ export default function LayoutContent({ children }: { children: React.ReactNode
showSecurity={false}
showPricing={true}
/>
<OfflineBanner />
<div className="pt-24">
<OfflineBanner />
</div>
<main className="flex-1 pt-24 pb-8">
{children}
</main>