Files
gandalf/templates
jaredandClaude Sonnet 4.6 2896692d93
Lint / Python (flake8) (push) Skipped
Lint / JS (eslint) (push) Skipped
Fix empty-object false negative in links page no-data check
The check `!data.hosts && !data.unifi_switches` never caught empty
objects `{}`, which are truthy. Replace with Object.keys length checks
so the friendly "no data yet" banner renders when both collections
are empty.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 23:21:50 -04:00
..