[frontend] restructure components

This commit is contained in:
2025-10-12 05:06:13 +02:00
parent 01b84042ab
commit 9b20b08ab2
24 changed files with 830 additions and 248 deletions
@@ -40,7 +40,7 @@ export function HotspotStatsPanel({ hasLocation, radiusKm, locationHint, cells }
<ScrollArea className="max-h-[280px] pr-2">
<ul className="space-y-3">
{cells.map(cell => (
<li key={cell.id} className="rounded-2xl border border-border/60 bg-muted/50 p-3">
<li key={cell.id} className="rounded-xl border border-border/60 bg-muted/50 p-3">
<div className="flex items-center justify-between gap-3">
<div className="flex flex-col">
<span className="text-sm font-semibold text-foreground">{cell.title}</span>