feat: implement master key decryption for letters and add UI warning for image decryption failures

This commit is contained in:
ramvignesh-b
2026-04-15 17:50:38 +05:30
parent a72464bfbb
commit 198f9c32dd
4 changed files with 192 additions and 40 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export function DrawerSection({
className={`overflow-hidden transition-all duration-1000 ease-in-out bg-neutral/10 ${
isOpen
? "max-h-125 opacity-100 py-3 border-b border-base-content/5"
: "max-h-0 opacity-0"
: "max-h-0 opacity-0 pointer-events-none"
}`}
>
{children}