You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using shinymanager in a app served company-wide. Using shinydashboardPlus, I created custom buttons for logout and enter admin mode in the user profile menu, setting the fab-button (position="none), as this way is more intuitive for my users. Both buttons works great.
The issue arise when I want to come back from the admin mode to the main app given that the only way was using the fab_button and now this is not shown. I think it would be useful to have another button/link to go back to app in the admin ui for those cases where fab_button is hide.
Anyway, could I add a button for such a task from my code into the admin ui (maybe using shinyjs)? Or any other workaround?
Thanks for this awesome package,
Andrés.
The text was updated successfully, but these errors were encountered:
Hi!
I'm using shinymanager in a app served company-wide. Using shinydashboardPlus, I created custom buttons for logout and enter admin mode in the user profile menu, setting the fab-button (position="none), as this way is more intuitive for my users. Both buttons works great.
in app_ui.R:
in app_server.R:
The issue arise when I want to come back from the admin mode to the main app given that the only way was using the fab_button and now this is not shown.
I think it would be useful to have another button/link to go back to app in the admin ui for those cases where fab_button is hide.
Anyway, could I add a button for such a task from my code into the admin ui (maybe using shinyjs)? Or any other workaround?
Thanks for this awesome package,
Andrés.
The text was updated successfully, but these errors were encountered: