Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.2] minimal header part 2 #689

Open
Atticus29 opened this issue Jun 13, 2024 · 1 comment
Open

[3.2] minimal header part 2 #689

Atticus29 opened this issue Jun 13, 2024 · 1 comment
Assignees

Comments

@Atticus29
Copy link
Collaborator

Atticus29 commented Jun 13, 2024

Fix implementations for minimal header in:

  • /checklists/checklistmap.php?clid=78&thesfilter=0&taxonfilter=
  • /checklists/clgmap.php?pid=7

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.

@Atticus29
Copy link
Collaborator Author

@themerekat I vote we put this back in triage until a decision gets made about Laravel, at which point this is potentially something we'd want. This was something we were hoping to implement for 508 compliance, but moot now that we screen-reader workarounds and 508 approval. Thoughts?

@themerekat themerekat transferred this issue from BioKIC/Symbiota Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant