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

Refactor navbar generating function #1780

Merged
merged 4 commits into from
May 22, 2024
Merged

Commits on May 14, 2024

  1. DRAFT: Refactor navbar generating function.

    On top of  pydata#1771, should fix pydata#1773 (once fininished)
    
    This try to split the function into two parts: one that wrangle the
    data,  one that generate html.
    
    The generating the data part should be cacheable, while the other can be
    made more flexible to be reusable in different part of the theme
    (typically generating or not dropdowns in the sidebar or navbar).
    Carreau committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5ec84fc View commit details
    Browse the repository at this point in the history
  2. split into 2 funcs

    Carreau committed May 14, 2024
    Configuration menu
    Copy the full SHA
    4f8badd View commit details
    Browse the repository at this point in the history
  3. forgotten self

    Carreau committed May 14, 2024
    Configuration menu
    Copy the full SHA
    25e1549 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. cleanup

    drammock committed May 21, 2024
    3 Configuration menu
    Copy the full SHA
    b5bcb67 View commit details
    Browse the repository at this point in the history