OpenRGB dedup fix, device card URL badge overflow fix

- Replace threshold-based dedup with exact equality check in OpenRGB client;
  threshold dedup caused animation stutter at low software brightness
- Add brightness_control capability to OpenRGB provider (software simulated)
- Fix device card URL/COM badge overlapping close button: badge stays inside
  card-title flex container, both name and badge truncate with ellipsis

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-17 01:36:36 +03:00
parent 29b43b028d
commit bcba5f33fc
3 changed files with 14 additions and 5 deletions

View File

@@ -451,6 +451,15 @@ body.cs-drag-active .card-drag-handle {
font-family: monospace;
text-decoration: none;
transition: background 0.2s;
white-space: nowrap;
flex-shrink: 1;
overflow: hidden;
min-width: 0;
}
.device-url-text {
overflow: hidden;
text-overflow: ellipsis;
}
.device-url-badge:hover {