feat: implement read-only mode for sealed letters and handle error boundaries

This commit is contained in:
ramvignesh-b
2026-04-15 17:07:35 +05:30
parent fd64578a17
commit 75dd187442
5 changed files with 493 additions and 169 deletions
+1
View File
@@ -12,6 +12,7 @@ export const Navbar = ({ child }: { child?: React.ReactNode }) => {
type="button"
onClick={() => navigate(ROUTES.DRAWER)}
className="group flex items-center gap-2 px-0 hover:bg-transparent cursor-pointer"
aria-label="Open Drawer"
>
<div className="p-1.5 rounded-full bg-base-content/5 transition-colors group-hover:bg-primary/10">
<ArrowArcLeftIcon