feat: KöPi - nur spezifische Filialen anzeigen

This commit is contained in:
2026-07-09 00:02:57 +02:00
parent c544e14171
commit 73ce4264ae
2 changed files with 37 additions and 10 deletions

View File

@@ -183,11 +183,11 @@ function ProspektCard({ b }) {
<div style={{ display:'inline-block', background:`${color}22`, border:`1px solid ${color}44`,
borderRadius:4, padding:'2px 8px', marginBottom:6,
color, fontFamily:'monospace', fontSize:10, fontWeight:700 }}>
{b.publisher}
{b.storeLabel || b.publisher}
</div>
<div style={{ color:'#fff', fontFamily:'monospace', fontSize:11, marginBottom:3, lineHeight:1.4 }}>{b.title}</div>
<div style={{ color:'rgba(255,255,255,0.4)', fontFamily:'monospace', fontSize:10, marginBottom:2 }}>
📍 {b.store}{b.city && b.store !== b.city ? ` · ${b.city}` : ''}
📍 {b.street || b.store}{b.city ? ` · ${b.city}` : ''}
</div>
{b.street && <div style={{ color:'rgba(255,255,255,0.3)', fontFamily:'monospace', fontSize:9 }}>{b.street}</div>}
{(b.validFrom || b.validTo) && (