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

[BOUNTY] Directory page UI improvements #7536

Merged
merged 5 commits into from
Aug 20, 2020
Merged

Commits on Aug 20, 2020

  1. feat: Directory page UI improvements

    These changes are needed to prepare for the Directory page UI improvements
    implemented in ipfs/dir-index-html#37.
    
    - update dir-index-html type structs
    - emit gateway URL for root links
    - emit CID of each directoryItem
    - emit size of directory
    - emit breadcrumbs
    Kevin Neaton authored and aschmahmann committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    044790a View commit details
    Browse the repository at this point in the history
  2. chore: update dir-index-html to v1.1.0

    Kevin Neaton authored and aschmahmann committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    9e95a82 View commit details
    Browse the repository at this point in the history
  3. test: update gateway tests for dir-index-html v1.1.0

    Kevin Neaton authored and aschmahmann committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    2feff33 View commit details
    Browse the repository at this point in the history
  4. chore: dir-index-html v1.2.0

    lidel authored and aschmahmann committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    8ffb7ec View commit details
    Browse the repository at this point in the history
  5. test(gateway): breadcrumb links in dir listing

    This adds subdomain tests for breadcrumbs added in:
    ipfs#7536
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel authored and aschmahmann committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    887de89 View commit details
    Browse the repository at this point in the history