add region filtering to stats

This commit is contained in:
ajvpot
2025-08-19 06:51:32 +02:00
parent 881174dce7
commit 6e7e62806a

View File

@@ -245,7 +245,7 @@ function ConfigPopover({ config, setConfig, onClose, anchorRef, onOpenKeyModal }
</button>
</div>
<div className="mb-2">
<div className="font-medium mb-2">Chat Region</div>
<div className="font-medium mb-2">Region</div>
<select
className="w-full p-2 border rounded"
value={config.selectedRegion || ''}
@@ -257,7 +257,7 @@ function ConfigPopover({ config, setConfig, onClose, anchorRef, onOpenKeyModal }
))}
</select>
<p className="text-xs text-gray-500 mt-1">
Select a region to filter chat messages
Select a region to filter chat messages and stats
</p>
</div>
</div>