docs: update SESSION-LOG, ROADMAP, CLAUDE.md with Parole Uzuale v0.3.0 + WiFi QR

This commit is contained in:
AI Assistant
2026-02-28 16:49:04 +02:00
parent f7a2372e56
commit d0b51be50a
4 changed files with 16 additions and 11 deletions
@@ -584,7 +584,9 @@ function WifiQrDisplay({
if (!cancelled) setQrDataUrl(url);
}
render();
return () => { cancelled = true; };
return () => {
cancelled = true;
};
}, [wifiString]);
const handleDownload = () => {
@@ -637,11 +639,7 @@ function WifiQrDisplay({
>
<Copy className="mr-1.5 h-4 w-4" /> Copiază imaginea
</Button>
<Button
variant="outline"
className="flex-1"
onClick={handleDownload}
>
<Button variant="outline" className="flex-1" onClick={handleDownload}>
<ExternalLink className="mr-1.5 h-4 w-4" /> Descarcă PNG
</Button>
</div>