lowcoder
lowcoder copied to clipboard
[Feat]: Add "show header in public view" to Navigation
Add this Setting to general Settings in Navigation This feature is already available in the App, but not in the Navigation. I would like to have the "Show Header in Public View" switch implemented.
We understand your need, but have a bad and a good message. The Bad: We cannot do this for "Navigation". The Good - we can do this as general setting in the Workspace (we think) Would that work?
It just hides it, but the white header bar is still at the top.
Used below code
.top-header{ visibility: hidden; }
"Show header in Public View" can be set from two places :
- Settings > Advanced > Show Header in Public View
- App Editor > General App Settings > Show Header in Public View
The current logic is that if either of these two is TRUE/Enabled, then Header will be shown. I think, the logic should be as follow :
- Settings > Advanced > Show Header in Public View --> Should control the default behaviour for all the Apps
- App Editor > General App Settings > Show Header in Public View --> Should override the settings of Point 1.
By default, both can be set to false.
Reference for Devs : Slack Discussion