WebThingsIO / gateway

WebThings Gateway - a self-hosted web application for monitoring and controlling a building over the web
http://webthings.io/gateway
Mozilla Public License 2.0
2.62k stars 339 forks source link

Apply new overflow menu design - closes #3104 #3105

Closed benfrancis closed 1 year ago

benfrancis commented 1 year ago

This PR (just the second commit) applies the new overflow menu design from #3099 to the thing detail view log detail view.

This PR depends on #3099 and will need re-basing once that lands.

I wanted to go further than this by changing anchors into buttons and separating the shared overflow menu out into separate declarative elements in each view. But that sent me down a bit of a rabbit hole which uncovered a bunch of other issues like #3103, so I've kept the changes minimal for now. Mainly just CSS.

Closes #3104.