diff --git a/TODO.md b/TODO.md index a7973f6..69abf62 100644 --- a/TODO.md +++ b/TODO.md @@ -66,17 +66,6 @@ Drive USB LED controllers (APA102, WS2812) connected directly to the Android TV - [ ] Test with common USB-to-serial chips: CH340, CP2102, FTDI - [ ] Document supported USB LED controllers in README -## Android App — Known Issues - -Issues discovered during first end-to-end test on emulator (2026-04-14): - -- [ ] **Stop/Start capture produces no frames on second try.** First capture works, but after tapping Stop and Start again, no frames reach the Python pipeline. Likely causes: - - Global MediaProjection engine state (`_active`, `_frame_queue`) not reset on service restart - - ScreenCapture listener not properly detached from ImageReader on stop - - Python uvicorn port reuse issue when server restarts -- [ ] **Web UI tabs show persistent spinners** on Dashboard, Automation, Sources, Integrations, Graph tabs (Targets tab works). All API calls return 200 OK, no console errors. Probably waiting on a specific WebSocket event that never fires when no output targets are configured/active. -- [ ] **Dead keyboard/IME handling** — password inputs lack autocomplete attributes (minor accessibility warning in browser console) - ## Performance Metrics Abstraction The codebase has direct `psutil.*` calls scattered across `api/routes/system.py` and `core/processing/metrics_history.py`, with ad-hoc `if psutil is not None` guards sprinkled in to support Android. This couples Android platform handling to every call site. diff --git a/server/src/ledgrab/templates/modals/ha-source-editor.html b/server/src/ledgrab/templates/modals/ha-source-editor.html index c1dbad0..f00e309 100644 --- a/server/src/ledgrab/templates/modals/ha-source-editor.html +++ b/server/src/ledgrab/templates/modals/ha-source-editor.html @@ -40,7 +40,7 @@ Long-Lived Access Token from HA (Profile > Security > Long-Lived Access Tokens) Leave blank to keep the current token - + diff --git a/server/src/ledgrab/templates/modals/mqtt-source-editor.html b/server/src/ledgrab/templates/modals/mqtt-source-editor.html index 7414901..d0c0f68 100644 --- a/server/src/ledgrab/templates/modals/mqtt-source-editor.html +++ b/server/src/ledgrab/templates/modals/mqtt-source-editor.html @@ -45,7 +45,7 @@