docs: update SESSION-LOG, ROADMAP, CLAUDE.md with Parole Uzuale v0.3.0 + WiFi QR
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user