dms_tailscalectl/tailscalectl
vybe aacc027984 style: strictly enforce semicolon termination + curly braces on all JS statements
- lib.js, test/lib.test.js, and all executable JS in TailscaleWidget.qml (onExited handlers, custom methods, onClicked blocks) now terminate every statement with ;
- All if/for/while blocks use {} even for single statements (per repo code style rules)
- No behavior change; all tests continue to pass
- This was the missing follow-up to the previous refactor (the changes existed in the working tree but were never committed on the feature branch)

Written by AI agent working for @jtmorris. Model: grok-build-0.1.
2026-05-25 03:00:33 +00:00
..
lib.js style: strictly enforce semicolon termination + curly braces on all JS statements 2026-05-25 03:00:33 +00:00
plugin.json fix: remove unused settings_read/settings_write permissions from plugin.json 2026-05-25 03:00:33 +00:00
TailscaleWidget.qml refactor: extract toggle decision logic to lib.js and scope one-shot coordination to statusCheck Process 2026-05-25 03:00:33 +00:00