mirror of
https://github.com/smittix/intercept.git
synced 2026-06-15 09:03:38 -07:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user