Remove ineffective Device Types section from Bluetooth panel

The device type classification relied on pattern matching against device
names (e.g., looking for "iphone" or "macbook"), but most Bluetooth devices
don't advertise with human-readable names that match these patterns,
resulting in nearly all devices being categorized as "Other".

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-01-21 19:31:33 +00:00
parent 7957176e59
commit 7b2e1caa47
3 changed files with 0 additions and 99 deletions
-21
View File
@@ -3281,27 +3281,6 @@ header h1 .tagline {
color: var(--accent-purple);
}
/* Bluetooth Device Type Overview */
.bt-type-overview {
display: flex;
flex-direction: column;
gap: 6px;
font-size: 11px;
}
.bt-type-item {
display: flex;
align-items: center;
gap: 8px;
padding: 4px 8px;
background: rgba(0,0,0,0.2);
border-radius: 3px;
}
.bt-type-icon {
font-size: 14px;
}
/* Bluetooth Signal Distribution */
.bt-signal-dist {
display: flex;