lowcoder icon indicating copy to clipboard operation
lowcoder copied to clipboard

[Feat]: Add "show header in public view" to Navigation

Open vsnshanmuganathan opened this issue 1 year ago • 2 comments
trafficstars

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.

image

vsnshanmuganathan avatar Jul 07 '24 12:07 vsnshanmuganathan

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?

FalkWolsky avatar Jul 21 '24 15:07 FalkWolsky

It just hides it, but the white header bar is still at the top. Used below code .top-header{ visibility: hidden; } Screenshot 2024-07-22 at 12 36 22 PM

vsnshanmuganathan avatar Jul 22 '24 07:07 vsnshanmuganathan

"Show header in Public View" can be set from two places :

  1. Settings > Advanced > Show Header in Public View
  2. 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 :

  1. Settings > Advanced > Show Header in Public View --> Should control the default behaviour for all the Apps
  2. 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.

adnanqaops avatar Jun 24 '25 13:06 adnanqaops

Reference for Devs : Slack Discussion

adnanqaops avatar Jun 25 '25 11:06 adnanqaops