mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-31 18:17:29 +01:00
- Replaced BaseModal and BaseButton with AlertDialog components from ui library - Added proper imports for AlertDialog, AlertDialogContent, AlertDialogHeader, etc. - Fixed prettier formatting issues (auto-fixed by eslint --fix) - Fixed Tailwind CSS shorthand (h-4 w-4 -> size-4) - Added addAlert/removeAlert for dialog provider integration - All linting and type-checking errors resolved Co-authored-by: katosdev <7927609+katosdev@users.noreply.github.com>