towerops/lib/towerops_web
Graham McIntire 4e3f732f21
ui: comprehensive button styling audit - convert all text-styled actions to proper buttons
Fixed 10 text-styled action buttons across 7 files:

Agent Management:
- Delete Agent buttons (2x) → danger variant
- View Setup links (already fixed) → secondary variant

Organization Settings:
- Remove Member button → danger variant

Admin Pages:
- Edit Overrides button → secondary variant
- Delete Organization button → danger variant
- Remove IP/CIDR button → danger variant
- Delete User button → danger variant

Device Management:
- Delete Backup button → danger variant

All action buttons now use proper .button component with appropriate
variants (danger for destructive actions, secondary for neutral actions).
This provides consistent visual hierarchy and makes destructive actions
more clearly identifiable.
2026-03-09 15:32:42 -05:00
..
channels perf(tests): make AgentChannel debounce delay configurable for faster tests 2026-03-06 07:21:52 -06:00
components feat: add capacity insight worker, UI, and reporting views 2026-03-07 14:42:40 -06:00
controllers fix: another Mix.env() call in device_live/index.ex 2026-03-09 14:59:41 -05:00
graphql Add granular org roles: executive, technician 2026-02-15 17:40:53 -06:00
helpers feat: add status emoji to page titles 2026-03-06 14:45:02 -06:00
live ui: comprehensive button styling audit - convert all text-styled actions to proper buttons 2026-03-09 15:32:42 -05:00
plugs fix: properly disable Plug.Telemetry logging for health checks 2026-03-08 16:39:26 -05:00
changelog_parser.ex fix: resolve 500 errors on /activity and /changelog 2026-02-13 19:49:12 -06:00
endpoint.ex fix(logs): add Plug.Telemetry metadata filter to suppress health check logs 2026-03-05 19:23:23 -06:00
gettext.ex init 2025-12-21 11:10:43 -06:00
gettext_helpers.ex feat: migrate email templates to gettext (Phase 2 - Emails) 2026-02-02 09:48:30 -06:00
permissions.ex i18n: add Spanish locale with full translations, language selector, and locale hook 2026-02-14 17:44:01 -06:00
plug_exceptions.ex handle exceptions gracefully on api endpoints 2026-02-04 12:18:14 -06:00
router.ex feat: add capacity insight worker, UI, and reporting views 2026-03-07 14:42:40 -06:00
telemetry.ex fix: add Oban config to dev.exs and replace Exq telemetry with Oban 2026-01-24 16:39:45 -06:00
telemetry_filter.ex fix: suppress health check logs and downgrade CI artifacts to v3 2026-03-05 15:54:47 -06:00
user_auth.ex feat: add real-time status emoji updates in page titles 2026-03-06 14:49:44 -06:00