towerops/lib/towerops_web/live
Graham McIntire d209b3295a
Add danger variant for delete buttons
Added a new 'danger' button variant to the button component for
destructive actions like deleting equipment or sites.

Changes:
- Added 'danger' variant to button component (red background/hover)
- Updated equipment delete button to use variant="danger"
- Updated site delete button to use variant="danger"
- Removed custom red color classes in favor of standardized variant

This provides consistent styling for all delete/destructive actions
across the application while maintaining proper button base styles
(padding, rounded corners, shadow, focus ring, etc).
2026-01-04 13:34:02 -06:00
..
alert_live fix dialyzer things 2026-01-03 12:56:40 -06:00
equipment_live Add danger variant for delete buttons 2026-01-04 13:34:02 -06:00
org_live Add global header to new organization page 2026-01-04 11:41:26 -06:00
site_live Add danger variant for delete buttons 2026-01-04 13:34:02 -06:00
dashboard_live.ex fix dialyzer things 2026-01-03 12:56:40 -06:00
dashboard_live.html.heex Add onboarding wizard to guide users through site creation 2026-01-04 11:47:25 -06:00