package dialog import ( "fmt" // "strconv" // No longer needed here ) // NotificationDialog component for confirmation dialogs using Flowbite modal templ NotificationDialog(id string, title string, message string, confirmClass string, confirmText string, action string, serviceID uint, serviceName string) { } // Scripts (triggerServiceDelete, closeModal, showModal) are now expected to be defined globally or in the calling template (e.g., list.templ).