R/shiny_ui_helpers.R
show_loading_notification.Rd
Displays a persistent loading notification with a specific ID that can be removed later.
show_loading_notification(message, id = NULL)
The loading message to display
Notification ID for later removal (optional)
Displays a Shiny notification. Returns NULL invisibly.