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

Update footer and fine print #1260

Merged
merged 6 commits into from
Jan 11, 2021
Merged

Update footer and fine print #1260

merged 6 commits into from
Jan 11, 2021

Commits on Jan 10, 2021

  1. Configuration menu
    Copy the full SHA
    53bd63c View commit details
    Browse the repository at this point in the history
  2. Remove custom logic for hiding sidebar when pathname includes gisaid

    GISAID iFrames have been updated to include query param 'sidebar=closed' and so this logic is no longer needed.
    trvrb committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    095ed34 View commit details
    Browse the repository at this point in the history
  3. Split Footer and FinePrint components

    This splits the Footer component (Description + Filters) from the FinePrint component (Version, Citation, Download).
    
    This allows showOnlyPanels to keep displaying fine print.
    trvrb committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    4d15bcd View commit details
    Browse the repository at this point in the history
  4. Streamline footer for dataset listing

    Previously the dataset listing had a row of logos at the bottom as seen on nextstrain.org. This commit swaps these logos for the same "Powered by Nextstrain..." fine print used at the bottom of the main Auspice view. This should work better for forks of Auspice.
    trvrb committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    e26f776 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Deduplicate "powered by" code

    Allows the (default auspice) splash page to import the code from `fine-print.js`.
    jameshadfield committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    a466dac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2c8a65 View commit details
    Browse the repository at this point in the history