FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Expandable docked nav - attempt to simplify the API · Issue #8564 · patternfly/patternfly · GitHub

Expandable docked nav - attempt to simplify the API #8564

Description

Right now the API is

  • .pf-m-expanded - toggles the visibility of the dock. Does nothing on desktop because the dock is always visible (in the icon mode)

  • .pf-m-text-expanded - toggles the icon-only and full-text version of the docked nav. Does nothing on mobile because mobile always shows the full-text version of the dock nav.

  • .pf-m-expandable-expanded - triggers the "full text" version of the docked nav (same as .pf-m-text-expanded) but also makes the dock an overlay instead of expanding inline with the page content like .pf-m-text-expanded does on desktop. Functions exactly the same as .pf-m-expanded on mobile.

@kmcfaul is suggesting

  • Remove .pf-m-text-expanded and only use .pf-m-expanded

    • .pf-m-expanded on desktop would toggle the full-text version of the docked nav
  • When clicking on an expandable item, the dock would get both .pf-m-expanded and .pf-m-overlay


Jira Issue: PF-4570

Metadata

Metadata

Assignees

No one assigned

    Labels

    PF TeamIssue originates from PF Team

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL