aspedrosa opened a new issue #10413:
URL: https://github.com/apache/incubator-superset/issues/10413


   **Is your feature request related to a problem? Please describe.**
   On the project that I'm working on when we want to display a dashboard we 
always use the standalone mode, since it removes the navbar from superset that 
we don't use while analyzing the data.
   We are left with the header and the charts. The former Has the title, 
published status, favorite star and the 'Edit dashboard' button and its 
dropdown.
   Currently to hide some elements such as the favorite start we add some css 
to the dashboard (`display: none`).
   However if we do the same to the 'Edit Dashboard' button every time we need 
to edit the dashboard we need to comment the css from the button, edit and then 
uncomment back.
   
   **Describe the solution you'd like**
   If the standalone flag was on the url, the 'Edit Dashboard' wouldn't be 
displayed.
   
   **Describe alternatives you've considered**
   Besides the 'Edit Dashboard' button I also thought on not rending the other 
elements, leaving just the dropdown. Don't know if this is to much though.
   
   I checked the react code and the is no `standalone` prop on the component 
rending these elements ('Edit Dashboard' button and so on).
   
   **Additional context**
   :no_mouth: 
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to