Surface repeater info pane just like contacts

This commit is contained in:
Jack Kingsman
2026-04-01 14:08:30 -07:00
parent 4ff6d2018a
commit e437ce74c6
4 changed files with 138 additions and 40 deletions
@@ -749,8 +749,8 @@ export function SettingsRadioSection({
{health?.radio_device_info?.max_contacts != null &&
Number(maxRadioContacts) > health.radio_device_info.max_contacts && (
<p className="text-xs text-warning">
Your radio reports a hardware limit of {health.radio_device_info.max_contacts} contacts.
The effective cap will be limited to what the radio supports.
Your radio reports a hardware limit of {health.radio_device_info.max_contacts}{' '}
contacts. The effective cap will be limited to what the radio supports.
</p>
)}
</div>