bitcoin-core / gui-qml

Bitcoin GUI (experimental QML-based fork)
MIT License
106 stars 40 forks source link

Add interactive color states to peers table #370

Closed jarolrod closed 7 months ago

jarolrod commented 8 months ago

Introduces color states for hover and and pressed to the peers in the peers table.

Light

Filled Hover Pressed
Screenshot 2023-11-09 at 7 10 37 PM Screenshot 2023-11-09 at 7 10 11 PM Screenshot 2023-11-09 at 7 10 20 PM

Dark

Filled Hover Pressed
Screenshot 2023-11-09 at 7 03 23 PM Screenshot 2023-11-09 at 7 03 18 PM Screenshot 2023-11-09 at 7 03 40 PM

Build Artifacts

jarolrod commented 8 months ago

@MarnixCroes when pressed, it would go to the peer's detailed information screen, which is still being designed