towerops/lib/towerops_web/components
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
..
layouts Improve UI styling and remove DaisyUI dependencies 2026-01-03 11:02:38 -06:00
core_components.ex Add danger variant for delete buttons 2026-01-04 13:34:02 -06:00
layouts.ex Add onboarding wizard to guide users through site creation 2026-01-04 11:47:25 -06:00