towerops/lib/towerops_web/live/device_live
Graham McIntire 95d94b0ce5
fix: resolve dialyzer warnings in device_live/index.ex
Convert compile-time module attributes to runtime functions to avoid
dialyzer warnings about compile-time constant comparisons:

- tick_interval_ms: function instead of @tick_interval_ms
- debounce_ms: function instead of @debounce_ms

This fixes warnings where dialyzer knew the comparisons could never
be false/true based on compile-time values.
2026-03-06 16:45:37 -06:00
..
form.ex fix: comprehensive bug fixes from reliability audit 2026-03-05 08:53:30 -06:00
form.html.heex Fix dark mode inconsistencies across all pages 2026-02-16 10:31:52 -06:00
index.ex fix: resolve dialyzer warnings in device_live/index.ex 2026-03-06 16:45:37 -06:00
index.html.heex fix: correct subscriber counts by filtering CGNAT IPs and excluding routers 2026-02-18 09:15:10 -06:00
show.ex Prevent Oban polling/monitoring job stacking per device 2026-02-16 16:37:48 -06:00
show.html.heex fix: access interface stats through latest_stat association 2026-03-06 13:02:21 -06:00