BioKIC / Symbiota

The Symbiota Virtual Flora/Fauna project develops on-line tools to aid the generation, exploration and management of biodiversity data (collection specimens, observations, images, checklists, keys, etc.). See also: http://bdj.pensoft.net/articles.php?id=1114 and https://symbiota.org/. For documentation, please visit https://symbiota.org/docs
GNU General Public License v2.0
36 stars 49 forks source link

[3.2] minimal header part 2 #1428

Open Atticus29 opened 3 months ago

Atticus29 commented 3 months ago

Fix implementations for minimal header in:

As well as any other areas identified as missing.

Replace all references of minimal_header_template.php to minimal_header.php to enable customizable minimal header.

Change default value of $SHOULD_USE_MINIMAL_MAP_HEADER = false; to $SHOULD_USE_MINIMAL_MAP_HEADER = true;

Global search replace $shouldUseMinimalMapHeader = $SHOULD_USE_MINIMAL_MAP_HEADER ?? false; to $shouldUseMinimalMapHeader = $SHOULD_USE_MINIMAL_MAP_HEADER ?? true;

Address the fact that the hamburger menu is really fat.

More gracefully deal with the positional conflicts in e.g. collections/map/index.php with the "Open Search Panel" button if just block styling is used.