pharmaR / riskassessment

Risk Assessment Demo App: https://rinpharma.shinyapps.io/riskassessment
https://pharmar.github.io/riskassessment/
Other
98 stars 25 forks source link

Shiny Notification Displays #732

Closed Jeff-Thompson12 closed 2 months ago

Jeff-Thompson12 commented 6 months ago

{shinymanager} imports some custom CSS for the shiny notification elements. This is attached to the webpage via singletons and gets pulled in with the shinymanager:::admin_ui() function. This results in notifications displaying differently in the riskassessment app for non-admin users compared to admin.

Solution is to incorporate the entire CSS from shinymanager and apply it to the whole application.

Jeff-Thompson12 commented 6 months ago

It should also be noted that because of how the CSS elements are incorporated, we cannot overwrite them our own styling in app/www/css. The styling from shinymanager will take priority. Most simplistic solution is to incorporate their styles for the whole application.

AARON-CLARK commented 2 months ago

closed with #733