feat: Logs zeigen jetzt auch Geraetetyp/Browser bei oeffentlichen Link-Besuchen

This commit is contained in:
2026-07-18 16:22:58 +02:00
parent b508d449b6
commit 8b1583de7c
7 changed files with 46 additions and 8 deletions

View File

@@ -3313,6 +3313,11 @@ function PushLogs({ toast }) {
<span style={{ color:'rgba(255,255,255,0.5)', fontFamily:'monospace', fontSize:10 }}>
📍 {l.location || 'unbekannt'}
</span>
{l.device && (
<span style={{ color:'rgba(255,255,255,0.5)', fontFamily:'monospace', fontSize:10 }}>
📱 {l.device}
</span>
)}
</div>
</div>
) : (