Changes
New Feature: Click to Open Setting (#16)
- Added a "Click to Open" toggle in the sidebar that makes single-clicking a table row open the device detail modal
- Fixes usability issue where double-click to open didn't work in Firefox
- Setting persists via localStorage
- Also fixes a latent bug where filter button click handlers could affect unrelated toggle buttons
Bug Fix: Service file hard-coded path (#15)
- Replaced hard-coded
/home/dannypath inbluehood.servicewith systemd%hspecifier - Service file now works for any user without manual editing
Docker
docker pull ghcr.io/dannymcc/bluehood:v0.3.2
Contributors
- @jacobpretorius - Click to open setting (#16)
- @dovanrogars - Reported service file issue (#15)