towerops/lib/towerops_web/live
Graham McIntire dcb875ea8c
fix(ui): fix API token success modal z-index issue
The token success modal was missing z-index classes that caused the modal
content to appear behind the grey backdrop. Users could only see the
checkmark icon and couldn't interact with the modal properly.

Changes:
- Added z-0 class to backdrop div
- Added relative z-10 classes to span and modal content div
- Added unique ID to modal (token-success-modal)
- Added unique ID to modal title (token-success-modal-title)

This matches the z-index structure used in the "add token" modal.
2026-01-18 11:10:29 -06:00
..
admin fix user deletion bug and implement timezone support 2026-01-18 10:51:11 -06:00
agent_live Add agent rename functionality 2026-01-17 15:48:47 -06:00
alert_live Make Active Alerts the first and default tab in alerts page 2026-01-17 17:16:35 -06:00
device_live feat: redirect to device page after triggering rediscovery 2026-01-17 18:20:24 -06:00
graph_live Change 'Ping Latency' to 'ICMP Latency' throughout codebase 2026-01-17 17:13:02 -06:00
org more renames 2026-01-17 15:13:56 -06:00
org_live rename equipment to device 2026-01-17 14:48:46 -06:00
site_live Add latency graph to site detail page 2026-01-17 16:58:59 -06:00
dashboard_live.ex rename equipment to device 2026-01-17 14:48:46 -06:00
dashboard_live.html.heex rename equipment to device 2026-01-17 14:48:46 -06:00
mobile_qr_live.ex Add comprehensive Dialyzer type specifications 2026-01-17 10:52:02 -06:00
user_settings_live.ex fix(ui): fix API token success modal z-index issue 2026-01-18 11:10:29 -06:00