towerops/lib/towerops_web/live/device_live
Graham McIntire 1920c7bc5a
fix: show total discovered device count in tab badge instead of paginated count
The discovered tab badge was showing length(@discovered_devices) which is
the paginated list (20 items per page), not the total count. Now shows
@pagination.total_count to display the actual total (e.g., 876 devices).
2026-03-10 11:00:06 -05: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: another Mix.env() call in device_live/index.ex 2026-03-09 14:59:41 -05:00
index.html.heex fix: show total discovered device count in tab badge instead of paginated count 2026-03-10 11:00:06 -05:00
show.ex feat: add comprehensive wireless client tracking and monitoring 2026-03-10 09:57:12 -05:00
show.html.heex feat: add comprehensive wireless client tracking and monitoring 2026-03-10 09:57:12 -05:00