towerops/lib/towerops_web/live/device_live
Graham McIntire d2e38e351e
feat: display all timestamps in user's timezone
- Add timezone to socket assigns in mount_current_scope
- Detect user timezone from browser using Intl.DateTimeFormat
- Auto-save detected timezone to user profile on first connection
- Update all templates to use TimeHelpers with timezone parameter
- Update agent helper functions to accept timezone parameter
- Templates updated:
  - Alert list (triggered, acknowledged, resolved)
  - Device list (last checked)
  - Agent list and show (created, last seen, updated)
  - Admin dashboard (impersonation logs)
  - Admin org/user lists (created/joined dates)
  - Main dashboard (alert times)
2026-01-18 12:19:17 -06:00
..
form.ex feat: redirect to device page after triggering rediscovery 2026-01-17 18:20:24 -06:00
form.html.heex updates 2026-01-17 17:49:53 -06:00
index.ex rename equipment to device 2026-01-17 14:48:46 -06:00
index.html.heex feat: display all timestamps in user's timezone 2026-01-18 12:19:17 -06:00
show.ex Add real-time updates with Redis-backed PubSub 2026-01-17 17:55:49 -06:00
show.html.heex Change 'Ping Latency' to 'ICMP Latency' throughout codebase 2026-01-17 17:13:02 -06:00