Skip to content

Commit

Permalink
Added copy to clipboard button in debug dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jan 28, 2025
1 parent 4ca25d7 commit b7ecb1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ With the ioBroker Matter Adapter, it is possible to map the following use cases:
-->

## Changelog
### **WORK IN PROGRESS**

* (@GermanBluefox) Added the "copy to clipboard" button in the debug dialog

### 0.4.11 (2025-01-28)
* (@Apollon77) Fixed caching issues in device type detection
* (@Apollon77) Added Debug info icon for Devices and Bridges
Expand Down
4 changes: 2 additions & 2 deletions src-admin/src/Tabs/BridgesAndDevices.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -655,8 +655,8 @@ class BridgesAndDevices<TProps extends BridgesAndDevicesProps, TState extends Br
button.color === 'primary'
? 'primary'
: button.color === 'secondary'
? 'secondary'
: undefined
? 'secondary'
: undefined
}
style={{
backgroundColor:
Expand Down

0 comments on commit b7ecb1f

Please sign in to comment.